-
Notifications
You must be signed in to change notification settings - Fork 96
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
Integrate config.py as function parameter? #4
Comments
My preferred solution would be two-layered:
Feel free to have a go at it! |
I did start working on this, however you mentioned a major update in the next days in #9 . |
Hmm, i have not ripped out config.py just yet. Ok, I’ll ignore it for now and will just pass everything as arguments explicitly and you will then have to fit your building blocks inside afterwards. |
Covered in PR #23 . |
Closing: The new version being prepared in #20 will provide a new way of managing the configuration. |
The current setup method requires
config.py
The problems I have with this:
a. It's rather cumbersome and prone to errors
b. Requires reinstallation whenever directories from
config.py
changec. Is not correctly reflected in the
README.rst
It seems to me it might be better to integrate the few config parameters as function parameters.
Or am I missing something?
The text was updated successfully, but these errors were encountered: