[ 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