Skip to content

A template for Python projects with linter/formatter configuration

License

Notifications You must be signed in to change notification settings

staticf0x/python-project-template

Repository files navigation

python-project-template

This project serves as a basic Poetry based Python 3.11 project.

Included:

How to start working on a project

  • Install Poetry: pip3 install --user poetry
  • (Optional) install pre-commit: pip3 install --user pre-commit
  • Jump in the project folder
  • Enter Poetry shell: poetry shell
  • Install dependencies: poetry install
  • Run tox: tox (or tox -p for parallel)
  • Install pre-commit hooks: pre-commit install

About

A template for Python projects with linter/formatter configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages