This project provides a basic hello world in python.
It has the structure to add libraries and more tests.
The result can be run easily in a docker container
The output can be generated using the Makefile provided.
Commands:
make helpShow the makefilemake buildGenerates the docker container imagemake testRun unit testmake runRun the latest docker image generated
- Python3
- Docker