A simple Python project template using Poetry for dependency management.
Install project dependencies:
task install
- python-poetry/poetry - Python packaging and dependency management made easy
- astral-sh/ruff - An extremely fast Python linter and code formatter, written in Rust
- facebook/pyrefly - A fast type checker, written in Rust
- pytest-dev/pytest - Python testing framework