Source: python-multisplitby
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/python-multisplitby
Vcs-Git: https://salsa.debian.org/med-team/python-multisplitby.git
Homepage: https://github.com/cthoyt/multisplitby
Rules-Requires-Root: no

Package: python3-multisplitby
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python3 module to create iterables split on arbitrary separators
 This package provides a Python3 module to split an iterable into multiple
 using arbitrary predicates.  It comes with a single function:
 multisplitby.multi_split_by.
