[ 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
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-packaging
- core utilities for python packages