summaryrefslogtreecommitdiffstats
path: root/python/traittypes/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/traittypes/README')
-rw-r--r--python/traittypes/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/traittypes/README b/python/traittypes/README
new file mode 100644
index 0000000000..6b83177a44
--- /dev/null
+++ b/python/traittypes/README
@@ -0,0 +1,5 @@
+traittypes provides a reference implementation of trait types for common data
+structures used in the scipy stack such as numpy arrays, pandas and xarray data
+structures which are out of the scope of the main traitlets project but are a
+common requirement to build applications with traitlets in combination with the
+scipy stack.