AlessioM / simple-cli-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%