learn-py-packaging-ae

Demo python package


License
MIT
Install
pip install learn-py-packaging-ae==0.1.0

Documentation

learn-py-packaging


Example python package to demonstrate how to produce shareable code via GitHub and PyPI.


Installation

placeholder


Using code

Example:

from learn_py_packaging import toy_module
print(toy_module.power(2,10))