Metadata-Version: 2.1
Name: strmprivacy-driver
Version: 2.0.0
Summary: Python driver for interacting with STRM Privacy.
Home-page: UNKNOWN
Author: Stream Machine B.V.
Author-email: apis@strmprivacy.io
License: UNKNOWN
Keywords: strmprivacy api client driver
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.6
Requires-Dist: requests (>=2.24.0)
Requires-Dist: aiohttp (>=3.6.2)
Requires-Dist: avro-python3 (>=1.10.0)
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: pytz (>=2020.1)
Requires-Dist: pbr (>=5.5.0)
Requires-Dist: six (>=1.15.0)
Requires-Dist: responses (>=0.10.15)
Requires-Dist: setuptools (>=47.3.1)
Requires-Dist: pydantic (>=1.5.1)
Requires-Dist: avro-json-serializer (==1.0.3)
Requires-Dist: janus (>=0.5.0)

# Python Driver for STRM Privacy

[![PyPi][pypi-version-image]][pypi-version-link]
![Python Versions][python-versions-image] 


See the matching [examples](https://github.com/strmprivacy/driver-examples) in order to use the Python driver.

## Need help?

See our [documentation](https://docs.strmprivacy.io) or [reach out to us](https://docs.strmprivacy.io/docs/0.1.0/contact/index.html).

[pypi-version-image]: https://img.shields.io/pypi/v/strmprivacy-driver.svg
[pypi-version-link]: https://pypi.org/project/strmprivacy-driver/
[python-versions-image]: https://img.shields.io/pypi/pyversions/strmprivacy-driver.svg


