Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nens/cookiecutter-python-template

Cookiecutter template for a plain python project or library
https://github.com/nens/cookiecutter-python-template

Last synced: 4 days ago
JSON representation

Cookiecutter template for a plain python project or library

Awesome Lists containing this project

README

        

# N&S python project/library cookiecutter template

Template for [cookiecutter](https://cookiecutter.readthedocs.io) so that
you can create a fresh plain python project or library.

## Using this cookiecutter template

Install/upgrade cookiecutter:

$ pip install cookiecutter --upgrade

Run the following command and answer the questions:

$ cookiecutter https://github.com/nens/cookiecutter-python-template

## Development of this template itself

Just do the regular:

$ python3 -m venv venv
$ venv/bin/pip install -e .[test]
$ pre-commit install
$ venv/bin/pytest