Source: python-strenum
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Aryan Karamtoth <spaciouscoder78@disroot.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-pytest,
 python3-pytest-black,
 python3-pytest-cov,
 python3-pytest-pylint,
 python3-pytest-runner,
 pylint,
Standards-Version: 4.7.4
Homepage: https://github.com/irgeek/StrEnum
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-strenum
Vcs-Git: https://salsa.debian.org/python-team/packages/python-strenum.git

Package: python3-strenum
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python library for enum that inherits from str  (Python 3)
 strenum is a type of enum that inherits from str.
 .
 This package installs the library for Python 3.
