File: control

package info (click to toggle)
normality 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 1,275; makefile: 17
file content (38 lines) | stat: -rw-r--r-- 1,237 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
29
30
31
32
33
34
35
36
37
38
Source: normality
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 python3-banal <!nocheck>,
 python3-chardet <!nocheck>,
 python3-charset-normalizer <!nocheck>,
 python3-icu <!nocheck>,
 python3-pytest <!nocheck>,
 python3-text-unidecode <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/pudo/normality
Vcs-Browser: https://salsa.debian.org/python-team/packages/normality
Vcs-Git: https://salsa.debian.org/python-team/packages/normality.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-normality
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-icu,
Description: Micro-library to normalize text strings in Python
 Normality is a Python micro-package that contains a small set of text
 normalization functions for easier re-use. These functions accept a
 snippet of Unicode or UTF-8 encoded text and remove various classes
 of characters, such as diacritics, punctuation etc. This is useful as
 a preparation to further text analysis.