Metadata-Version: 2.3
Name: python-cptv
Version: 0.0.4
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: numpy
Summary: This is Python package provides for quick parsing Cacophony Project Thermal Video (CPTV) files. 
Author-email: Jon Hardie <Jon@cacophony.org.nz>, Giampaolo Feraro <Giampaolo@Cacophony.org.nz>
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Python bindings

## Running the example

To build the module run `./build.sh`, which will put a native module called `ctpv_rs_python_bindings.so` into
the `./examples` folder.
Then in a python virtual environment with `numpy` installed, you can run `python python-cptv-decoder.py` from inside
the `examples` folder.

## Release to pypi

Update `pyproject.toml` version identifier then create a release on github this will upload a new version to https://pypi.org/project/python-cptv

