Skip to content

MathisTLD/pypackage-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPackage Template

a cookiecutter to start developing a python package

Usage

First you'll need to have cookiecutter installed (try pixi global install cookiecutter python3 -m pip install --user cookiecutter or visit this guide)

Once it's done you can create a project based on this template by using cookiecutter from a git repo

cookiecutter gh:MathisTLD/pypackage-template
# or if packages not in path
python3 -m cookiecutter gh:MathisTLD/pypackage-template

ATTENTION: the templates creates a git repo for you, so you'll need to have git installed and configured to use it. It will set the default branch to main so you'll need to have git >= 2.28.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors