File: control

package info (click to toggle)
python-rebulk 3.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 752 kB
  • sloc: python: 7,497; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,152 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
25
26
27
28
Source: python-rebulk
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Etienne Millon <me@emillon.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest,
               python3-pytest-runner,
               python3-setuptools,
               python3-toposort,
Standards-Version: 4.6.0.1
Homepage: https://github.com/Toilal/rebulk
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rebulk.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rebulk
Testsuite: autopkgtest-pkg-python

Package: python3-rebulk
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Define simple search patterns in bulk to perform advanced matching on strings
 ReBulk is a Python library that performs advanced searches in strings that
 would be hard to implement using re module or String methods only.
 .
 It includes some features like Patterns, Match, Rule that allows developers to
 build a custom and complex string matcher using a readable and extendable API.