https://github.com/voronind/cookiecutter-python
Python Project Template
https://github.com/voronind/cookiecutter-python
cookiecutter cookiecutter-template python python-project python-project-template
Last synced: 9 months ago
JSON representation
Python Project Template
- Host: GitHub
- URL: https://github.com/voronind/cookiecutter-python
- Owner: voronind
- Created: 2018-03-10T23:38:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T00:07:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T22:47:49.386Z (11 months ago)
- Topics: cookiecutter, cookiecutter-template, python, python-project, python-project-template
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Project Template
=======================
Using
-----
```commandline
cookiecutter gh:voronind/cookiecutter-python
```
Development
-----------
```commandline
poetry install --no-root
```
### Testing
```commandline
poetry run pytest
```