FICHA · MANJARO

python-iterable-io

Adapt generators and other iterables to a file-like interface

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Wraps generators and iterable objects so Python code can read from them like file-like streams. It helps connect streaming data sources to APIs that expect a file object without first storing everything in memory.

Developers use it for pipelines, uploads, tests, and conversion tools. The underlying iterable still controls what data is produced, so callers should handle errors and resource cleanup.

Permissions

Permissions not analysed for this source yet.