Cookiecutter Python Library

This is the documentation for the Cookiecutter Python Library.

Created to fit my own tastes, this library offers a series of good practices, and a bunch of configurations I’ve found useful.

Features

  • Travis configuration file
  • Customized setup.py module to minimize configuration, and using tox for the tests
  • Docs using Sphinx and the Sphinx Docs Theme
  • Prepared to run tests through tox
  • Prepared to run tests on Python 2.7, 3.4, 3.5, 3.6
  • Prepared to run tests on pypy and pypy 3
  • Prepared to run coverage tests and integrate with Coveralls
  • Prepared to run tests for the Sphinx documentation