File: control

package info (click to toggle)
python-multisplitby 0.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: python: 102; sh: 43; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 939 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 Python Team <team+python@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-multisplitby
Vcs-Git: https://salsa.debian.org/python-team/packages/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.