Skip to content

Collection of templates I use to initialise my python projects

Notifications You must be signed in to change notification settings

Aviksaikat/Python-project-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Python-project-templates

Collection of templates I use to initialise my Python projects

Hatch

Installation

cookiecutter https://github.com/frankie567/cookiecutter-hipster-pypackage
# or
cruft create https://github.com/frankie567/cookiecutter-hipster-pypackage

Pdm

Installation

cookiecutter https://github.com/Aviksaikat/cookiecutter-pdm-pypackage
# or
cruft create https://github.com/Aviksaikat/cookiecutter-pdm-pypackage

Good Templates