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