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

https://github.com/n8henrie/cookiecutter-go

A Golang cookiecutter for https://github.com/audreyr/cookiecutter
https://github.com/n8henrie/cookiecutter-go

Last synced: 3 months ago
JSON representation

A Golang cookiecutter for https://github.com/audreyr/cookiecutter

Awesome Lists containing this project

README

        

## cookiecutter-pypackage

My fork of [cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

Cookiecutter template for a Python package. See for more info.

- Free software: BSD license
- Vanilla testing setup with unittest and python setup.py test
- [TravisCCI](http://travis-ci.org/): Ready for Travis Continuous
Integration testing
- [Tox](http://testrun.org/tox/) testing: Setup to easily test for
Python 2.6, 2.7, 3.3
- [Sphinx](http://sphinx-doc.org/) docs: Documentation ready for
generation with, for example,
[ReadTheDocs](https://readthedocs.org/)

### Usage

Generate a Python package project:

cookiecutter https://github.com/n8henrie/cookiecutter-pypackage

Then:

- Create a repo and put it there.
- Add the repo to your Travis CI account.
- Add the repo to your ReadTheDocs account + turn on the ReadTheDocs
service hook.
- Release your package the standard Python way. Here's a release
checklist: