slackbuilds/python/traitlets
Isaac Yu 9966caab06
python/traitlets: Updated for version 5.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-31 09:14:35 +07:00
..
README python/traitlets: Wrap README at 72 columns. 2022-03-17 12:38:00 -04:00
slack-desc python/traitlets: Upload traitlets, update for 5.1.1 (+new maintainer) 2022-02-19 21:54:39 +07:00
traitlets.SlackBuild python/traitlets: Updated for version 5.8.0. 2022-12-31 09:14:35 +07:00
traitlets.info python/traitlets: Updated for version 5.8.0. 2022-12-31 09:14:35 +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.