Viofo dashcam utilities

Basti Tee 2085931545 Merge pypi sample project пре 5 година
.vscode 14d6f1348e Introduce testable api handler пре 5 година
acme 2085931545 Merge pypi sample project пре 5 година
data 2085931545 Merge pypi sample project пре 5 година
docker a46ca9f40d Add container version; add hook for static content пре 5 година
tests 3217b880ed Add api request script; updated detox; readme пре 5 година
.coveragerc d957c36e2c Replaced Makefile with shellscript; better default project settings пре 5 година
.gitignore 99b7bd1f6d Fixed venv to be able to version control vscode settings пре 5 година
Dockerfile a46ca9f40d Add container version; add hook for static content пре 5 година
LICENSE.txt 2085931545 Merge pypi sample project пре 5 година
MANIFEST.in 2085931545 Merge pypi sample project пре 5 година
Pipfile 3217b880ed Add api request script; updated detox; readme пре 5 година
Pipfile.lock 1163187a43 Flake8 linting enabled пре 5 година
README.md 2085931545 Merge pypi sample project пре 5 година
make 2085931545 Merge pypi sample project пре 5 година
pytest.ini 08d684e559 Add best-practises seen in request пре 5 година
setup.cfg 2085931545 Merge pypi sample project пре 5 година
setup.py 2085931545 Merge pypi sample project пре 5 година

README.md

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