From 24413e5cdcde81e9ad22d29d5bf2f273c076430f Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 7 Jun 2019 05:30:13 -0700 Subject: python/python3-traitlets: Removed (merged with python/traitlets). Signed-off-by: Benjamin Trigona-Harany --- python/python3-traitlets/README | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 python/python3-traitlets/README (limited to 'python/python3-traitlets/README') 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. -- cgit v1.2.3