Python - rain1024/scaffolding GitHub Wiki
Python Stack
- Doc tool:
Sphinx - Test tool: ``
- Dependency management: ``
- Task Runner: ``
Project Structure for Python
.
├── bin
│ └── project
├── project
│ ├── __init__.py
│ ├── main.py
│ └── test
│ ├── __init__.py
│ └── test_main.py
├── README
└── setup.py
References
- application?, W. (2014). What is the best project structure for a Python application?. [online] Stackoverflow.com. Available at: http://stackoverflow.com/questions/193161/what-is-the-best-project-structure-for-a-python-application#answer-5998845 [Accessed 13 Dec. 2014].