File: control

package info (click to toggle)
python-multisplitby 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: python: 102; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
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: 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.