Source: python-chocolate
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Yogeswaran Umasankar <kd8mbd@gmail.com>,
           Pulak Bhushan <pulakbhushan@gmail.com>
Homepage: https://github.com/seungjaeryanlee/chocolate
Vcs-Git: https://salsa.debian.org/python-team/packages/python-chocolate.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-chocolate
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3-setuptools,
               dh-sequence-python3,
               python3-all
Rules-Requires-Root: no
Standards-Version: 4.6.2

Package: python3-chocolate
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Improvement to Python's kwargs
 Chocolate is a Python package that improves Python's
 `**kwargs`.
