Skip to content

fcole90/open-dictation

Repository files navigation

Opinionated Python project starter with batteries included

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

Installation

poetry install

Tests

poetry poe test

Linting

poetry poe lint

Typechecking

poetry poe typecheck

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages