You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Trigona-Harany eb1d05f20a python/python3-traitlets: Added (lightweight Traits-like module). 9 years ago
..
README python/python3-traitlets: Added (lightweight Traits-like module). 9 years ago
python3-traitlets.SlackBuild python/python3-traitlets: Added (lightweight Traits-like module). 9 years ago
python3-traitlets.info python/python3-traitlets: Added (lightweight Traits-like module). 9 years ago
slack-desc python/python3-traitlets: Added (lightweight Traits-like module). 9 years ago

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.