File: control

package info (click to toggle)
python-beartype 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,468 kB
  • sloc: python: 77,936; sh: 299; makefile: 30
file content (60 lines) | stat: -rw-r--r-- 2,190 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: python-beartype
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ananthu C V <weepingclown@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 mypy <!nocheck>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-docutils <!nocheck>,
 python3-hatchling,
 python3-numpy <!nocheck>,
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://beartype.readthedocs.io
Vcs-Git: https://salsa.debian.org/python-team/packages/python-beartype.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-beartype

Package: python3-beartype
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Unbearably fast runtime type checking in pure Python
 Beartype is an open-source pure-Python PEP-compliant near-real-time
 hybrid runtime-static third-generation type checker emphasizing
 efficiency, usability, unsubstantiated made up jargon and thrilling puns.
 .
 Beartype brings Rust- and C++-inspired zero-cost abstractions into the
 lawless world of dynamically-typed Python by enforcing type safety at the
 granular level of functions and methods against type hints standardized by
 the Python community in non-amortized worst-case time with negligible
 constant factors.

Package: python-beartype-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: documentation for the beartype Python library
 Beartype is an open-source pure-Python PEP-compliant near-real-time
 hybrid runtime-static third-generation type checker emphasizing
 efficiency, usability, unsubstantiated made up jargon and thrilling puns.
 .
 Beartype brings Rust- and C++-inspired zero-cost abstractions into the
 lawless world of dynamically-typed Python by enforcing type safety at the
 granular level of functions and methods against type hints standardized by
 the Python community in non-amortized worst-case time with negligible
 constant factors.
 .
 This package provides documentation for beartype.