-
Notifications
You must be signed in to change notification settings - Fork 0
Python
rain1024 edited this page Dec 13, 2014
·
1 revision
- Doc tool:
Sphinx - Test tool: ``
- Dependency management: ``
- Task Runner: ``
.
├── bin
│ └── project
├── project
│ ├── __init__.py
│ ├── main.py
│ └── test
│ ├── __init__.py
│ └── test_main.py
├── README
└── setup.py
- 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].