About Anaconda Help Download Anaconda

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

Installers

  • noarch v0.3.0

conda install

To install this package run one of the following:
conda install avalentino::httpio

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy