[ trixie ]
[ sid ]
[ 源代码: python-iterable-io ]
软件包:python3-iterable-io(1.0.0-3)
python3-iterable-io 的相关链接
Debian 的资源:
下载源码包 python-iterable-io:
- [python-iterable-io_1.0.0-3.dsc]
- [python-iterable-io_1.0.0.orig.tar.gz]
- [python-iterable-io_1.0.0-3.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Python library to adapt iterables to a file-like interface
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.
其他与 python3-iterable-io 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)