Source: python-generic
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
Build-Depends: debhelper-compat (= 13),
 python3-setuptools,
 dh-sequence-python3,
 python3-all,
 python3-pytest,
 python3-poetry-core,
 pybuild-plugin-pyproject,
Standards-Version: 4.7.3
Homepage: https://github.com/gaphor/generic
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-generic
Vcs-Git: https://salsa.debian.org/python-team/packages/python-generic.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-generic
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Generic is a library for Multiple dispatch programming
 The Generic library supports:
 multi-dispatch: like functools.singledispatch, but for more than one parameter.
 multi-methods: multi-dispatch, but for methods.
 event dispatching: based on a hierarchical event structure (event objects).
