Skip to content

Bootstrap template for creating a Python/Django lib with all the boilerplate for you

License

Notifications You must be signed in to change notification settings

filwaitman/cookiecutter-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter lib

This is a bootstrap for creating a Python/Django lib with all the boilerplate for you:

  • .bumpversion
  • .gitignore
  • .travis.yml
  • LICENSE, MANIFEST.in
  • README.md
  • runtests.py
  • setup.py, setup.cfg
  • tox.ini

... so you can focus on what really matters: your piece of code. =]

How to use it:

pip install cookiecutter
cookiecutter https://github.com/filwaitman/cookiecutter-lib

Features:

  • PyPI-ready;
  • Integrated with TravisCI and Codecov services;
  • Integrated with tox, coverage and bump2version libs;
  • Django support for lib creation. If, instead, you want the bootstrap for a complete Django project you should use this;
  • Python3 and Python2 support (but you shouldn't use Python2, you know that).

TODO:

  • Add tests
  • Feature flags for py34 and py35
  • Feature flags for TravisCI and Codecov
  • Allow customization of license

About

Bootstrap template for creating a Python/Django lib with all the boilerplate for you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages