Skip to content

sloria/cookiecutter-pypackage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-pypackage

A python package template, for use with cookiecutter.

Features

  • pytest for testing.
  • Sphinx docs using the responsive ReadTheDocs theme.
  • setup.py script with useful commands for publishing to the PyPI.
  • wheel!
  • tox and Travis-CI working out-of-the-box.
  • Starter compat.py module for Python 2 and 3 compatibility.
  • invoke for build tasks

To use this template

$ pip install cookiecutter
$ cookiecutter https://github.com/sloria/cookiecutter-pypackage.git

You will be prompted for basic info (your name, project name, etc.) which will be used in the template.

That's all you need to get started.

Next steps

License

MIT Licensed.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 34.3%
  • Batchfile 33.9%
  • Python 31.8%