Source: python-inflect
Section: python
Priority: optional
Maintainer: Iain R. Learmonth <irl@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-nose,
               python3-six
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/debian/python-inflect
Vcs-Git: https://salsa.debian.org/debian/python-inflect.git
Homepage: https://pypi.python.org/pypi/inflect

Package: python3-inflect
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Generate plurals, singular nouns, ordinals, indefinite articles (Python 3)
 The inflect Python module correctly generates plurals, singular nouns,
 ordinals and indefinite articles. It can also convert numbers to words.
 .
 This package contains the Python 3 version of this module.
