This is an example project demonstrating how to publish a python module to PyPI.
Run the following to install:
pip install helloworld-judy2k
from helloworld import say_hello
# Generate "Hello, World!"
say_hello()
# Generate "Hello, Everybody!"
say_hello("Everybody")