iterable-io is a small Python library that provides an adapter so
that it's possible to read from iterable objects in the same way as
file-like objects.
.
It is primarily useful as "glue" between two incompatible interfaces.
As an example, in the case where one interface expects a file-like
object to call .read() on, and the other only provides a generator of
bytes.
Installed Size: 27.6 kB
Architectures: all