Cookiecutter Template for new Oslo libraries
Go to file
Audrey Roy 989c9655da Add link to @Nekroze's fork in the readme. 2013-08-16 21:33:36 +02:00
{{cookiecutter.repo_name}} Add author, email to package's __init__.py. 2013-08-16 21:23:34 +02:00
.gitignore Ignore created boilerplate/ dir. 2013-08-16 20:59:16 +02:00
README.rst Add link to @Nekroze's fork in the readme. 2013-08-16 21:33:36 +02:00
cookiecutter.json Creates 'boilerplate' by default, not 'alotofeffort'. 2013-08-16 20:59:01 +02:00

README.rst

cookiecutter-pypackage

Cookiecutter template for a Python package. See https://github.com/audreyr/cookiecutter.

  • Free software: BSD license
  • Travis-CI: Ready for Travis Continuous Integration testing
  • Tox testing: Setup to easily test for Python 2.6, 2.7, 3.3
  • Sphinx docs: Documentation ready for generation with, for example, ReadTheDocs

Similar Cookiecutter Templates

  • Nekroze/cookiecutter-pypackage: A fork of this with a PyTest test runner, strict flake8 checking with Travis/Tox, and some docs and setup.py differences.