slackbuilds_ponce/python/traitlets
Benjamin Trigona-Harany dc5ab4248c
python/traitlets: Updated for version 4.3.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
2019-11-09 12:51:15 +07:00
..
README
slack-desc
traitlets.info
traitlets.SlackBuild

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.