Skip to content
rain1024 edited this page Dec 13, 2014 · 1 revision

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

Clone this wiki locally