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