Metadata-Version: 2.1
Name: redvox
Version: 3.3.6
Summary: Library for working with RedVox files.
Home-page: https://github.com/RedVoxInc/redvox-python-sdk
Author: RedVox
Author-email: support@redvox.io
License: Apache
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cython
Requires-Dist: dataclasses-json (>=0.5.1)
Requires-Dist: fastkml (>=0.11)
Requires-Dist: lxml (>=4.5.2)
Requires-Dist: lz4 (>=3.1.0)
Requires-Dist: numpy (<=1.22.4)
Requires-Dist: pandas (>=1.4.1)
Requires-Dist: protobuf (==3.20.0)
Requires-Dist: psutil
Requires-Dist: pyserde
Requires-Dist: pyarrow
Requires-Dist: requests (>=2.24.0)
Requires-Dist: scipy (>=1.8.0)
Requires-Dist: scikit-learn
Requires-Dist: toml
Requires-Dist: tomli-w
Requires-Dist: websocket-client (>=1.3.2)
Provides-Extra: gui
Requires-Dist: PySide6 (>=6.3.0) ; extra == 'gui'
Requires-Dist: matplotlib (>=3.4.2) ; extra == 'gui'
Provides-Extra: full
Requires-Dist: PySide6 (>=6.0.4) ; extra == 'full'
Requires-Dist: matplotlib (>=3.4.2) ; extra == 'full'
Requires-Dist: redvox-native (>=0.2.3) ; extra == 'full'
Provides-Extra: native
Requires-Dist: redvox-native (>=0.2.3) ; extra == 'native'

### RedVox Python SDK

![Build Status](https://github.com/RedVoxInc/redvox-python-sdk/actions/workflows/testing.yml/badge.svg)

This repository contains code for reading and working with the RedVox API 900 and API 1000 (M) data formats.

* [User Documentation](https://github.com/RedVoxInc/redvox-python-sdk/tree/master/docs/python_sdk)
* [API Documentation](https://redvoxinc.github.io/redvox-sdk/api_docs/redvox/index.html)
* [Changelog](https://github.com/RedVoxInc/redvox-python-sdk/tree/master/docs/changelog.md)

