This project is designed to be a quick-start for Python projects, providing a set of tools and configurations that make development easier. It includes:
- Initial Poetry setup with local virtualenv and including poe task runner as plugin
- Test setup with pytest
- Linting setup with blake
- Typechecking setup with pyright
- Continuous integration with GitHub Actions
poetry installpoetry poe testpoetry poe lintpoetry poe typecheck