软件包: python3-deprecation (2.0.7-1)
python3-deprecation 的相关链接
Trisquel 的资源:
下载源码包 python-deprecation:
- [python-deprecation_2.0.7-1.dsc]
- [python-deprecation_2.0.7.orig.tar.gz]
- [python-deprecation_2.0.7-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Ondřej Kobližek
- Ondřej Nový
外部的资源:
- 主页 [github.com]
相似软件包:
Library to handle automated deprecations
Deprecation is a library that enables automated deprecations.
It offers the deprecated() decorator to wrap functions, providing proper warnings both in documentation and via Python’s warnings system, as well as the deprecation.fail_if_not_removed() decorator for test methods to ensure that deprecated code is eventually removed.
其他与 python3-deprecation 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-packaging
- core utilities for python3 packages