.gitignore
AUTHORS
LICENSE
README.rst
setup.py
doc/advanced.rst
doc/api.rst
doc/conf.py
doc/index.rst
doc/installation.rst
doc/project.rst
doc/tutorial.rst
doc/api/data.rst
doc/api/frontend.rst
doc/api/hdf5.rst
doc/api/mat.rst
doc/api/npz.rst
doc/api/schema.rst
doc/api/storage.rst
dsch/__init__.py
dsch/data.py
dsch/frontend.py
dsch/schema.py
dsch/storage.py
dsch.egg-info/PKG-INFO
dsch.egg-info/SOURCES.txt
dsch.egg-info/dependency_links.txt
dsch.egg-info/requires.txt
dsch.egg-info/top_level.txt
dsch/backends/__init__.py
dsch/backends/hdf5.py
dsch/backends/mat.py
dsch/backends/npz.py
dsch/backends/__init__.py
dsch/backends/hdf5.py
dsch/backends/mat.py
dsch/backends/npz.py
tests/test_backend_hdf5.py
tests/test_backend_mat.py
tests/test_backend_npz.py
tests/test_data.py
tests/test_frontend.py
tests/test_high_level.py
tests/test_schema.py
tests/test_storage.py