Thanks to visit codestin.com
Credit goes to github.com

Skip to content

exotikh3/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASE PYTHON TEMPLATE

Install from scratch

uv sync --locked uv sync --all-groups

Activate environment

uv venv

Add new package

uv add <PACKAGE-NAME> uv add --group lint <PACKAGE-NAME> uv add --group dev <PACKAGE-NAME>

Linting and formatting

ruff check --fix ruff format

Type checking

ty check

Testing

python -m pytest

About

Template for python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published