Skip to content
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

Split main.py into core modules #102

Open
richteer opened this issue Nov 8, 2017 · 0 comments
Open

Split main.py into core modules #102

richteer opened this issue Nov 8, 2017 · 0 comments
Assignees
Milestone

Comments

@richteer
Copy link
Contributor

richteer commented Nov 8, 2017

The main.py entry point has grown fairly large and complex, and a lot of its features are also useful in a module environment. Therefore, main.py should be split into a few logically separate modules that are loaded by a small default config, and all command line arguments should be handled as (command) messages. This depends on #84 .

@richteer richteer added this to the v0.3.0 milestone Nov 8, 2017
@richteer richteer self-assigned this Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant