Skip to content

SamWarden/pytemplate

Repository files navigation

Pytemplate

Template for a Python project

Instllation

Clone this template

git clone git@github.com:SamWarden/pytemplate.git appname
cd appname
git remote rename origin template

Add origin

git remote add origin GIT_URI

Install its dependencies

uv venv
source .venv/bin/activate
uv sync --all-groups --all-extras

Install pre-commit hook to automatically lint your project

pre-commit install

Sync with the template

To sync changes with the template just execute

git pull template

About

A simple template for a Python project

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages