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 help
Show the makefilemake build
Generates the docker container imagemake test
Run unit testmake run
Run the latest docker image generated
- Python3
- Docker