README.md 1.0 KB

python3-boilerplate

A boilerplate project based on Python3 development best-practices

Features

  • Flask-based dummy application running on http://localhost:9690
  • Basic project/module organization according to https://packaging.python.org
  • Makefile-like management script
  • pipenv virtual environments
  • setup.py-based installer script
  • Unit testing with pyTest
  • Multicore/-interpreter testing with detox
  • Linting (flake8) and code formatting (autopep8) support
  • vscode editor configuration including debugging support, unit test discovery and on-save formatting
  • Dockerized builds and run with nginx/uwsgi

Resource