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
- Host: GitHub
- URL: https://github.com/computationalmodelling/python-package-template
- Owner: computationalmodelling
- License: bsd-2-clause
- Created: 2016-05-13T12:52:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T14:47:19.000Z (almost 10 years ago)
- Last Synced: 2025-03-23T21:35:44.640Z (about 1 year ago)
- Language: Python
- Homepage: http://python-package-template.readthedocs.io/
- Size: 12.7 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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