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
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