Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviksaikat/python-project-templates
Collection of templates I use to initialise my python projects
https://github.com/aviksaikat/python-project-templates
cookiecutter cruft hatch pdm project python python-template template
Last synced: 28 days ago
JSON representation
Collection of templates I use to initialise my python projects
- Host: GitHub
- URL: https://github.com/aviksaikat/python-project-templates
- Owner: Aviksaikat
- Created: 2024-05-06T09:15:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T08:57:58.000Z (7 months ago)
- Last Synced: 2024-05-29T00:09:08.242Z (7 months ago)
- Topics: cookiecutter, cruft, hatch, pdm, project, python, python-template, template
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-project-templates
Collection of templates I use to initialise my Python projects## Web3
### [`Ape`](https://github.com/ApeWorX/ape)
- https://github.com/Aviksaikat/Cookiecutter-ape-hatch-template (`hatch`)
- https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template (`rye`)## Hatch
- https://github.com/frankie567/cookiecutter-hipster-pypackage
- https://github.com/Aviksaikat/cookiecutter-hatch-pypackage
- https://github.com/FlorianWilhelm/the-hatchlor#### Installation
```sh
cookiecutter https://github.com/frankie567/cookiecutter-hipster-pypackage
# or
cruft create https://github.com/frankie567/cookiecutter-hipster-pypackage
```## Pdm
- https://github.com/Aviksaikat/cookiecutter-pdm-pypackage#### Installation
```sh
cookiecutter https://github.com/Aviksaikat/cookiecutter-pdm-pypackage
# or
cruft create https://github.com/Aviksaikat/cookiecutter-pdm-pypackage
```## Good Templates
- https://github.com/cthoyt/cookiecutter-snekpack