Viofo dashcam utilities

Basti Tee 6bf23c7add Bump version to 0.0.4 4 jaren geleden
.github 47af1e67a3 make default 4 jaren geleden
.vscode d18f77c663 Support for isort 4 jaren geleden
my_module 93d6e361ec Add main executor 4 jaren geleden
tests 9cd846f725 Integrate different config files 4 jaren geleden
.editorconfig 9cd846f725 Integrate different config files 4 jaren geleden
.gitignore 7b38a1c22f Ignore IntelliJ project config 4 jaren geleden
LICENSE.txt 2085931545 Merge pypi sample project 5 jaren geleden
Makefile 4b33cc0a1b Fix issue with intellisense 4 jaren geleden
Pipfile 9cd846f725 Integrate different config files 4 jaren geleden
README.md 47af1e67a3 make default 4 jaren geleden
__rename__.sh 9a87cb36e1 Improve rename script 4 jaren geleden
setup.cfg 9cd846f725 Integrate different config files 4 jaren geleden
setup.py 6bf23c7add Bump version to 0.0.4 4 jaren geleden

README.md

python3-boilerplate

A best-practices template project for Python3 modules


Disclaimer: If you see this on pypi.org please note that the project is only published here for testing purposes. Please visit GitHub for the related template project.


Setup

  • Make sure that python3 and pip3 is installed and available on the path (on Ubuntu: sudo apt-get install python3 python3-pip)
  • On first checkout run make venv to initialize the project configuration
  • Refer to the Makefile to learn about the various operations available
  • To rename the project you can use the provided script

Features

Resources

Future ideas and todos

  • Optional static typing for Python 2 and 3 (PEP 484) https://github.com/python/mypy
  • Reflect current state of Python multi-threading
  • Make sure tox is working as expected for supported Python versions

Licensing

This project is licensed under Apache License 2.0.