summaryrefslogtreecommitdiffstats
path: root/python/traittypes/README
blob: 6b83177a4465773d627e5bc0e57fe795d9981e5f (plain)
1
2
3
4
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.