CMD + K

httpio

Community

Python library for reading HTTP resources as random-access file-like objects

Installation

To install this package, run one of the following:

Conda
$conda install avalentino::httpio

Usage Tracking

0.3.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

HTTP resources as random-access file-like objects.

httpio is a small Python library that allows you to access files served over HTTP as file-like objects (which is to say that they support the interface of the standard library's BufferedIOBase class). It differs from libraries like urllib and requests in that it supports seek() (which moves an internal pointer), and that read() makes a request with the Range header set. It also supports caching of contents using a configurable block size, and will reuse TCP connections where possible.

About

Summary

Python library for reading HTTP resources as random-access file-like objects

Last Updated

Jan 9, 2022 at 16:18

License

MIT

Total Downloads

7

Supported Platforms

noarch