Cookiecutter template for a Python library script.
Remember, when creating a library with this template, to:
- Fill in all your requirements in requirements.txt
- If you add more packages (subdirectories) than the one you create your project for, add them to the packages in setup.py
- Write tests for you software and put them in tests/
- Document your project.
- Write inline documentation to describe your classes and methods
- Write a readme (./README.rst)
- Write (a) usage example(s) (./USAGE.rst)
- Keep a (global) changelog in ./HISTORY.rst
These utilities / libraries are needed to start developing on with this template.
- curl
- make
- cookiecutter
- virtualwrapper
- sphinx
- setuptools