A template to start a new plain Python project.
- docs: contains the project documentation
- PROJECT: is the project. Change it to whatever you like
- tests: contains the tests
- LICENSE: The licence of this template (MIT)
- requirements.txt: Dependencies for pip
- setup.py: Script for setuptools
- README.md: This file