Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 468 Bytes

File metadata and controls

22 lines (14 loc) · 468 Bytes

Python HelloWorld

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

How to use it

The output can be generated using the Makefile provided.

Commands:

  • make help Show the makefile
  • make build Generates the docker container image
  • make test Run unit test
  • make run Run the latest docker image generated

Dependencies

  • Python3
  • Docker