An open API service indexing awesome lists of open source software.

https://github.com/computationalmodelling/python-package-template

Attempt to provide a good-practice template for Python packages
https://github.com/computationalmodelling/python-package-template

Last synced: about 1 year ago
JSON representation

Attempt to provide a good-practice template for Python packages

Awesome Lists containing this project

README

          

.. image:: https://travis-ci.org/computationalmodelling/python-package-template.svg?branch=master
:target: https://travis-ci.org/computationalmodelling/python-package-template
:align: right

.. image:: https://codecov.io/gh/computationalmodelling/python-package-template/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/computationalmodelling/python-package-template
:align: right

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