This is a very simple example package used as part of the UCL Research Software Engineering with Python course.
pip install git+https://github.com/JessieLu20/Greetings.git
Invoke the tool with greet <FirstName> <Secondname>
or use it on your own library:
from greeting import greeter
greeter.greet(user.name, user.lastname)