slackbuilds_ponce/python/traitlets/README
B. Watson 81725b6e6a python/traitlets: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:00 -04: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.