Structure project according to Python conventions
Closed this issue · 2 comments
maxbechtold commented
This includes
-
packagemodule structure - separate source and test directories
and maybe also
- separate resource and script directories
- revised code structure enforced by linting rules
maxbechtold commented
This offers a lot of good hints: https://docs.python-guide.org/writing/structure/
maxbechtold commented
Resolved