[ 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)