Source: inflection
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ethan Ward <ethan.ward@mycroft.ai>
Build-Depends: debhelper-compat (= 10),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.0.0
Homepage: https://pypi.python.org/pypi/inflection
Vcs-Git: https://salsa.debian.org/python-team/modules/inflection.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/inflection

Package: python3-inflection
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Port of Ruby on Rails' inflector (Python 3)
 Inflection is a string transformation library. It singularizes and
 pluralizes English words, and transforms strings from CamelCase
 to underscored string.
 .
 This package contains the module for Python 3.
