SlackBuildsOrg/python/traitlets
Benjamin Trigona-Harany 3aebdec146 python/traitlets: Added (lightweight Traits-like module).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-01-24 00:21:54 +00: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.