[ ソース: python-deprecation ]
パッケージ: python3-deprecation (2.1.0-2)
python3-deprecation に関するリンク
Debian の資源:
python-deprecation ソースパッケージをダウンロード:
- [python-deprecation_2.1.0-2.dsc]
- [python-deprecation_2.1.0.orig.tar.gz]
- [python-deprecation_2.1.0-2.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