First release. Contains support for:
- 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/>