[ 源代码: python-deprecation ]
软件包:python3-deprecation(2.1.0-3)
python3-deprecation 的相关链接
Debian 的资源:
下载源码包 python-deprecation:
- [python-deprecation_2.1.0-3.dsc]
- [python-deprecation_2.1.0.orig.tar.gz]
- [python-deprecation_2.1.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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