https://github.com/berquerant/cookiecutter-py
Python project template
https://github.com/berquerant/cookiecutter-py
cookiecutter python
Last synced: about 1 year ago
JSON representation
Python project template
- Host: GitHub
- URL: https://github.com/berquerant/cookiecutter-py
- Owner: berquerant
- License: mit
- Created: 2022-10-09T16:13:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T18:39:57.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T21:01:04.214Z (almost 2 years ago)
- Topics: cookiecutter, python
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-py
## Features
- Manage dependencies (pipenv)
- Unit test (pytest)
- Format code (black, ruff)
- Lint (mypy, ruff)
## Requirements
- [pipenv](https://pipenv.pypa.io/en/latest/)