Description
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.
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/pR0Ps/iterable-io
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…