Code for the greet Python package. This package provides a simple way to greet a person by name. Given a person's name (example: Sarah), the greet package will return Hello Sarah!.
You can install the package using:
python3 setup.py install
You can test the package by running:
python3 test_print_hello.py