PORTNAME= iterable-io
DISTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= adapter to read from iterable objects like file objects
WWW= https://github.com/pR0Ps/iterable-io
LICENSE= LGPL3
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
TIMESTAMP = 1720296848
SHA256 (iterable-io-1.0.0.tar.gz) = fb9e1b739587a9ba0d5c60a3e1eb71246761583bc9f18b3c35bb112b44b18c3c
SIZE (iterable-io-1.0.0.tar.gz) = 6050
-
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.