Skip to content

datarootsio/python-minimal-boilerplate

Repository files navigation

Project title

This boilerplate project contains the following setup ready for you to go:

  • package/environment management
    • poetry
  • code validation
    • black
    • ruff
    • pytest
  • pre-commit hooks

Setup

  1. Clone this repo
  2. Make sure to install Poetry
  3. In your project directory run
    1. poetry shell
    2. poetry install
    3. pre-commit install
  4. On each git commit the code validation packages will be run before the actual commit.
  5. Explore the setup in the folder structure of this package.
  6. Profit.

About

Some minimal Python boilerplate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages