This is an example project demonstrating how to piblish public module to PyPI.
Run the following to install:
pip install helloworldfromodoufrom helloworldfromodou import say_hello
# Generate "Hello, world!"
say_hello()
# Generate "Hello, Everybody!
say_hello("Everybody")