Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nens/cookiecutter-python-template
- Owner: nens
- License: mit
- Created: 2018-12-04T22:59:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T12:45:33.000Z (9 months ago)
- Last Synced: 2024-04-12T01:12:28.390Z (7 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
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