[ 源代码: python-characteristic ]
软件包:python3-characteristic(14.3.0-7)
python3-characteristic 的相关链接
Debian 的资源:
下载源码包 python-characteristic:
- [python-characteristic_14.3.0-7.dsc]
- [python-characteristic_14.3.0.orig.tar.gz]
- [python-characteristic_14.3.0-7.debian.tar.xz]
维护者:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
helper for implementing attribute-related object protocols (Python 3)
characteristic is Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
You just specify the attributes to work with and characteristic gives you:
- a nice human-readable __repr__, - a complete set of comparison methods, - and a kwargs-based initializer (that cooperates with your existing one)
without writing dull boilerplate code again and again.
其他与 python3-characteristic 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)