summaryrefslogtreecommitdiffstats
path: root/python/traitlets/README
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-16 18:57:54 +0100
committer Willy Sudiarto Raharjo2022-02-17 06:59:49 +0100
commitb8b4df85302e9691fb528970fda41b0085842762 (patch)
treeaed8b3783ed27eadecac4779ce6fb40bfe8c57d8 /python/traitlets/README
parent2a2cb0157e2959917e306657b76ed82db81771fc (diff)
downloadslackbuilds-b8b4df85302e9691fb528970fda41b0085842762.tar.gz
python/traitlets: Removed (abandoned).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/traitlets/README')
-rw-r--r--python/traitlets/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/traitlets/README b/python/traitlets/README
deleted file mode 100644
index 67b73cc20d..0000000000
--- a/python/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.