NChechulin / python-template

My Python project template with heavy linting

Repository from Github https://github.comNChechulin/python-templateRepository from Github https://github.comNChechulin/python-template

Python template

Getting started:

  1. Install poetry
  2. Adjust pyproject.toml and README.md to suit your needs (for example, add an actual project name and author)
  3. Run poetry install
  4. Activate the virtual environment: poetry shell
  5. Install pre-commit hooks: pre-commit install
  6. Enjoy.

About

My Python project template with heavy linting

License:MIT License