Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 294 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 294 Bytes

Python Project Template

What is setupped?

  • Poetry
  • isort
  • Black
  • Flake8
  • Radon
  • Xenon
  • Mypy
  • pytest, pytest-cov, pytest-xdist

Requirements

  • Python 3.9
  • poetry

Installation

on macOS

brew install poetry
make setup

Run

make