Source: slicerator
Section: python
Priority: optional
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.2
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.
