Source: python-num2words Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Sophie Brun Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools Standards-Version: 4.1.4 Homepage: https://github.com/savoirfairelinux/num2words X-Python3-Version: >= 3.2 Vcs-Git: https://salsa.debian.org/python-team/modules/python-num2words.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-num2words Testsuite: autopkgtest-pkg-python Package: python3-num2words Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Convert numbers to words in multiple languages (Python 3) This package contains a Python library that converts numbers like ``42`` to words like ``forty-two``. It supports multiple languages and can even generate ordinal numbers like ``forty-second`` (although this last feature is a bit buggy for some languages at the moment). . This package installs the library for Python 3.