Version 2.0.1 will remove the project singleton in starthinker.util.project and replace it with a (config, task) parameter.
Removing the singleton simplifies the framework:
- Allows direct calls to tasks as python functions.
- Allows multiple non-conflicting configurations to run in same process.
- Allows combining the script/all command line helpers into one.
Please tag all imports of starthinker 1.0.X with this release for backwards compatibility.