slackbuilds/python/traitlets
Jeremy Hansen 00fcd3b4ea
python/traitlets: Version bump to 5.14.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-20 08:47:15 +07:00
..
README
slack-desc
traitlets.SlackBuild python/traitlets: Version bump to 5.14.3 2024-04-20 08:47:15 +07:00
traitlets.info python/traitlets: Version bump to 5.14.3 2024-04-20 08:47:15 +07:00

README

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.