Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 326 Bytes

template-python

Project template for Python projects.

Features

  • Supports TDD using Python Unittest.
  • Supports BDD using Behave.
  • Coverage Report.
  • Static Code Analysis using mypy and prospector.
  • Supports virtual environment.
  • Incremental Makefile.
  • Supports SonarQube, can run SonarQube locally via Docker.