Source: normality Maintainer: Debian Python Team Uploaders: Edward Betts Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-banal, python3-chardet, python3-charset-normalizer, python3-icu, python3-pytest , python3-setuptools, python3-setuptools-scm, python3-text-unidecode Rules-Requires-Root: no Standards-Version: 4.6.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.