Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drgarcia1986/cookiecutter-python-package

A cookiecutter template for creating OpenSource python packages quickly.
https://github.com/drgarcia1986/cookiecutter-python-package

Last synced: 5 days ago
JSON representation

A cookiecutter template for creating OpenSource python packages quickly.

Awesome Lists containing this project

README

        

cookiecutter-python-package
===========================

A [cookiecutter](https://github.com/audreyr/cookiecutter) template for creating OpenSource python packages quickly.

Usage
-----

```
$ pip install cookiecutter
$ cookiecutter https://github.com/drgarcia1986/cookiecutter-python-package.git
```

Features
--------

* Tests and quality
* pytest
* pytest-cov
* flake8
* Documentation
* mkdocs
* Versioning
* bumpversion
* Third party integrations
* travis
* coveralls

Inspired by [cookiecutter-bottle](https://github.com/avelino/cookiecutter-bottle).