Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 772 Bytes

README.rst

File metadata and controls

27 lines (19 loc) · 772 Bytes

Nested Package Cookiecutter

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

  • Virtualenv automatically created and setup in development mode
  • Travis-CI: Ready for Travis Continuous Integration testing
  • Tox testing: Setup to easily test for Python 3.4 and above
  • Sphinx docs: Documentation ready for generation with Sphinx

Usage

Generate a new worker package:

cookiecutter https://github.com/BriefyHQ/cookiecutter-nested-namespace.git

Then:

  • Code the package
  • Create a git repository
  • Push to Github