[ buster ]
[ 源代码: python-deprecation ]
软件包:python-deprecation(2.0.6-1)
python-deprecation 的相关链接
Debian 的资源:
下载源码包 python-deprecation:
- [python-deprecation_2.0.6-1.dsc]
- [python-deprecation_2.0.6.orig.tar.gz]
- [python-deprecation_2.0.6-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Library to handle automated deprecations - Python 2.x
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.
This package contains the Python 2.x module.
其他与 python-deprecation 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-packaging
- core utilities for python packages