Add PyPI package (WIP)

This commit is contained in:
Joseph Henry
2021-03-03 23:02:50 -08:00
parent 9bca3270bc
commit 7bc690046a
8 changed files with 175 additions and 3 deletions

13
pkg/pypi/README.md Normal file
View File

@@ -0,0 +1,13 @@
# PyPI Package ([pypi/libzt](https://pypi.python.org/pypi/libzt))
```
pip install libzt
```
### Example usage
- See [examples/python](../../examples/python)
### Implementation Details
- See [src/bindings/python](../../src/bindings/python)