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
|
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),
pybuild-plugin-pyproject,
python3-all,
python3-docutils <!nocheck>,
python3-hatchling,
python3-mypy <!nocheck>,
# python3-nuitka <!nocheck>,
python3-numpy <!nocheck>,
python3-pytest <!nocheck>,
python3-sphinx
# python3-torch <!nocheck>
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
Rules-Requires-Root: no
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
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.
|