Metadata-Version: 2.1
Name: orca-hls-utils
Version: 0.0.3
Summary: Collection of utilities for getting Orcasound HLS data
Home-page: https://github.com/orcasound/orca-hls-utils
Author: Example Author
Author-email: author@example.com
Project-URL: Bug Tracker, https://github.com/orcasound/orca-hls-utils/issues
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
Requires-Dist: beautifulsoup4
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: m3u8
Requires-Dist: pandas
Requires-Dist: ffmpeg-python
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: tqdm

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/orcasound/orca-hls-utils/master.svg)](https://results.pre-commit.ci/latest/github/orcasound/orca-hls-utils/master)


# 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.

To install locally, use

`pip install . `
