aboutsummaryrefslogtreecommitdiff
path: root/python/python3-traitlets/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-06-07 05:30:13 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-06-09 05:33:16 +0700
commit24413e5cdcde81e9ad22d29d5bf2f273c076430f (patch)
tree3919e9bfeaa44781d5bd8885cad08f4a0b6df837 /python/python3-traitlets/README
parent1513e79cc20ae10d581d5240d80c7774e78becb3 (diff)
python/python3-traitlets: Removed (merged with python/traitlets).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/python3-traitlets/README')
-rw-r--r--python/python3-traitlets/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/python3-traitlets/README b/python/python3-traitlets/README
deleted file mode 100644
index 67b73cc20d..0000000000
--- a/python/python3-traitlets/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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.