This cookiecutter is a fast way to start developing with a pre-built file structure and dependencies.
- Docker
- Docker Compose
- Makefile with a few common shortcuts
- Setup.py
- Tests
Requires cookiecutter
.
$ pip install --user cookiecutter
More information about it at https://cookiecutter.readthedocs.io/en/
$ cookiecutter https://github.com/alephmelo/py-docker-repo.git
This wil generate all the files needed.