Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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