Metadata-Version: 2.3
Name: range-streams
Version: 1.4.1
Summary: Streaming via range requests in Python
Author: Louis Maddox
Author-email: Louis Maddox <louismmx@gmail.com>
License: MIT
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)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![PyPI](https://img.shields.io/pypi/v/range-streams.svg)](https://pypi.org/project/range-streams)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/range-streams.svg)](https://pypi.org/project/range-streams)
[![License](https://img.shields.io/pypi/l/range-streams.svg)](https://pypi.python.org/pypi/range-streams)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/range-streams/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/range-streams/master)

Streaming via range requests in Python

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

## Requires

- Python 3.10+

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