Metadata-Version: 2.1
Name: learn-py-packaging-ae
Version: 0.0.100
Summary: Demo python package
Home-page: https://github.com/aeverall/learn-py-packaging
Author: Andrew Everall
Author-email: andrew.everall1995@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# learn-py-packaging
---

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

---

### Installation

*placeholder*

---

### Using code

Example:
```python
from learn_py_packaging import toy_module
print(toy_module.power(2,10))
```


