slackbuilds_ponce/python/python3-traitlets/README
Benjamin Trigona-Harany eb1d05f20a python/python3-traitlets: Added (lightweight Traits-like module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-16 22:46:40 +07:00

12 lines
461 B
Text

Traitlets is a pure Python library enabling:
* the enforcement of strong typing for attributes of Python objects (typed
attributes are called "traits")
* notifications on changes of trait attributes
* automatic validation and coercion of trait attributes when attempting a
change
Its implementation relies on the descriptor pattern.
Traitlets powers the configuration system of IPython and Jupyter and the
declarative API of IPython interactive widgets.