An open API service indexing awesome lists of open source software.

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

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