https://github.com/masterbee/python-template
Easy python project template
https://github.com/masterbee/python-template
Last synced: 10 months ago
JSON representation
Easy python project template
- Host: GitHub
- URL: https://github.com/masterbee/python-template
- Owner: masterbee
- License: mit
- Created: 2019-07-15T14:27:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T14:47:19.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T08:48:47.001Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
# template
To use Python Template just make sure to rename the top level directory and to replace
everything that is marked with a ``FIXME`` comment.
It encourages you to have:
- docs (with Sphinx_)
- tests (with pytest_)
- a LICENSE file (use `Choose a license`_)
To learn what to do with ``dev-requirements.in`` file look into the `pip-tools`.
Additional resources:
- pytest: https://github.com/pytest-dev/pytest
- Sphinx: https://github.com/sphinx-doc/sphinx
- Choose a license: http://choosealicense.com/
- pip-tools: https://github.com/nvie/pip-tools