-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various source layout & architecture improvements #26
Milestone
Comments
pbrkr
added a commit
that referenced
this issue
May 8, 2023
Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
pbrkr
added a commit
that referenced
this issue
May 8, 2023
Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
pbrkr
added a commit
that referenced
this issue
May 8, 2023
Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
pbrkr
added a commit
that referenced
this issue
May 8, 2023
Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
pbrkr
added a commit
that referenced
this issue
May 8, 2023
Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
pbrkr
added a commit
that referenced
this issue
May 8, 2023
* Drop the separate 'config' module and global state. * Define a new 'Configuration' class to manage state sensibly. * Improve exception handling. Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
pbrkr
added a commit
that referenced
this issue
Jun 11, 2023
Signed-off-by: Paul Barker <paul@pbarker.dev> Ref: #26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
__version__
from__init__.py
in setuptools even if__init__.py
imports libraries which haven't yet been installed. Test this and if all is good then simplify the source organisation accordingly.main()
andparse_args()
to the__main__.py
module.config.py
, instead pass the relevant objects around as needed.config.py
into__init__.py
.dev-requirements.txt
file to simplify development envrionment setup.The text was updated successfully, but these errors were encountered: