[ 原始碼: 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