Attempt to provide a good-practice template for Python packages, making use of cloud-hosted services.
Documentation on Readthedocs.
Setting up external services:
- Travis (for running the tests): log in to https://travis-ci.org/ with your Github account and flip the switch for the repository.
- The tests running on Travis will automatically set up the project on https://codecov.io/
- Readthedocs: log in to https://readthedocs.org/ with your Github account, and add the repository.
Authors: Thomas Kluyver, Hans Fangohr