File: control

package info (click to toggle)
python-multimethod 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 731; makefile: 13
file content (29 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: python-multimethod
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest <!nocheck>,
 python3-setuptools <!nocheck>,
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/coady/multimethod
Vcs-Git: https://salsa.debian.org/python-team/packages/python-multimethod.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-multimethod

Package: python3-multimethod
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Multiple argument dispatching for Python
 Multimethod provides a decorator for adding multiple argument
 dispatching to functions. The decorator creates a multimethod object
 as needed, and registers the function with its annotations.