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
  • Run tests with a command
  • Docs using Sphinx and the Sphinx Docs Theme
  • Build the docs with a command
  • Prepared to run tests through tox
  • Prepared to run tests on Python 3
  • Prepared to run tests on pypy 3
  • Prepared to run coverage tests and integrate with Coveralls
  • Prepared to run tests for the Sphinx documentation