An open API service indexing awesome lists of open source software.

https://github.com/lmmx/range-streams

Streaming range requests in Python
https://github.com/lmmx/range-streams

range-requests streaming-request

Last synced: 11 months ago
JSON representation

Streaming range requests in Python

Awesome Lists containing this project

README

          

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