Skip to content

AlessioM/simple-cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python CLI Application Template

development setup

  • create a virtual env
  • install project editable: pip install -e ".[dev]"
  • install commit hooks: pre-commit install

run all checks

pre-commit run --all-files

run specific checks

pre-commit run --all-files [HOOK_ID]

check .pre-commit-config.yaml for HOOK_ID

build

python -m build

wheels will be in dist folder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages