GitHub - crusaderky/python_project_template: A template with all the boilerplate for a Python project with CI integration (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

TEMPLATE

TODO

This project contains all the boilerplate for initialising a new Python project on github. It includes:

Full documentation at http://python_project_template.readthedocs.io/

Usage

  1. Copy all the files into your project (don't forget the hidden files!)
  2. Replace all TEMPLATE tags with your project name (also in file and directory names)
  3. Search for all TODO tags and replace them as needed
  4. Integrate with readthedocs, Travis, and AppVeyor and obtain successful builds
  5. Replace the TEMPLATE directory with your own python files and tests.

Credits

Forked from https://github.com/pydata/xarray

Badges

TODO replace crusaderky/python_project_template with {github user}/{project name}. You may want to move this section to the top of the page!

doc-badge pre-commit-badge pytest-badge codecov-badge