Metadata-Version: 2.1
Name: orca-hls-utils
Version: 0.0.1
Summary: Collection of utilities for getting Orcasound HLS data
Home-page: https://github.com/molkree/orca-hls-utils
Author: Example Author
Author-email: author@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/molkree/orca-hls-utils/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Orcasound HLS utilities

This simple package is a collection of useful utilities needed for streaming/downloading of HLS audio from Orcasound AWS buckets.

`HLSStream` class is being used for continuous streaming and `DateRangeHLSStream` class is being used to get data in the specified time range.


