1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: slicerator
Section: python
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-numpy <!nocheck>,
python3-setuptools,
python3-pytest <!nocheck>,
python3-versioneer
Standards-Version: 4.7.3
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/soft-matter/slicerator
Vcs-Browser: https://salsa.debian.org/debian-gis-team/slicerator
Vcs-Git: https://salsa.debian.org/debian-gis-team/slicerator.git
Package: python3-slicerator
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Description: lazy-loading, fancy-sliceable iterable
This Slicerator class allows one to create objects that behave like
generators and, in addition, are "reusable" and have a length.
|