Metadata-Version: 2.3
Name: range-streams
Version: 1.4.0
Summary: Streaming via range requests in Python
Author: Louis Maddox
Author-email: Louis Maddox <louismmx@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Requires-Dist: aiostream>=0.7.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: python-ranges>=1.2.2
Requires-Dist: pyzstd>=0.19.1
Requires-Dist: tqdm>=4.67.3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# range-streams

[![Documentation](https://readthedocs.org/projects/range-streams/badge/?version=latest)](https://range-streams.readthedocs.io/en/latest/)
[![CI Status](https://github.com/lmmx/range-streams/actions/workflows/master.yml/badge.svg)](https://github.com/lmmx/range-streams/actions/workflows/master.yml)
[![Coverage](https://codecov.io/gh/lmmx/range-streams/branch/master/graph/badge.svg)](https://codecov.io/github/lmmx/range-streams)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Streaming via range requests in Python

[Read The Docs](https://range-streams.readthedocs.io/en/latest/)

## Requires

- Python 3.8+

## Installation

```sh
pip install range-streams
```

> _range-streams_ is available from [PyPI](https://pypi.org/project/range-streams), and
> the code is on [GitHub](https://github.com/lmmx/range-streams)
