Source: clickdc
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/Kamilcuk/clickdc
Vcs-Browser: https://forgejo.debian.net/python/clickdc
Vcs-Git: https://forgejo.debian.net/python/clickdc

Package: python3-clickdc
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: click command line options from a Python dataclass
 click is a Python module to build composable command line interface toolkit.
 .
 This package allows to define click command line options from a Python dataclass.
