Viofo dashcam utilities

Basti Tee bbfd8b2040 New version 5 years ago
.vscode f14bfbc642 Introduce create_app factory for flask app 5 years ago
acme 4e86b69fc4 refine logging 5 years ago
data 2085931545 Merge pypi sample project 5 years ago
docker a63cf30913 Fix request log 5 years ago
tests bbfd8b2040 New version 5 years ago
.coveragerc 6c68dd09ce Unlock Pipfile python version 5 years ago
.gitignore 99b7bd1f6d Fixed venv to be able to version control vscode settings 5 years ago
Dockerfile a46ca9f40d Add container version; add hook for static content 5 years ago
LICENSE.txt 2085931545 Merge pypi sample project 5 years ago
MANIFEST.in 2085931545 Merge pypi sample project 5 years ago
Pipfile 6c68dd09ce Unlock Pipfile python version 5 years ago
Pipfile.lock 1163187a43 Flake8 linting enabled 5 years ago
README.md bbfd8b2040 New version 5 years ago
make 4461a88221 Add all for dockerbuild 5 years ago
pytest.ini 08d684e559 Add best-practises seen in request 5 years ago
setup.cfg 3a889807ec Revert unwanted change 5 years ago
setup.py bbfd8b2040 New version 5 years ago

README.md

python3-boilerplate

A boilerplate project based on Python3 development best-practices

Setup

  • On first checkout run ./make init to initialize the project configuration

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
  • Publishing to PyPi.org at https://pypi.org/project/python3-boilerplate/

Resource