LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
src/hyperthought/__init__.py
src/hyperthought/auth.py
src/hyperthought/metadata.py
src/hyperthought/utils.py
src/hyperthought.egg-info/PKG-INFO
src/hyperthought.egg-info/SOURCES.txt
src/hyperthought.egg-info/dependency_links.txt
src/hyperthought.egg-info/top_level.txt
src/hyperthought/api/__init__.py
src/hyperthought/api/base.py
src/hyperthought/api/common.py
src/hyperthought/api/files.py
src/hyperthought/api/metatron.py
src/hyperthought/api/search.py
src/hyperthought/api/workspaces.py
src/hyperthought/api/workflow/__init__.py
src/hyperthought/api/workflow/_construction/__init__.py
src/hyperthought/api/workflow/_construction/xml_generation.py
src/hyperthought/api/workflow/_construction/algorithms/__init__.py
src/hyperthought/api/workflow/_construction/algorithms/coordinates.py
src/hyperthought/api/workflow/_construction/algorithms/root.py
src/hyperthought/api/workflow/_construction/algorithms/unionfind.py
src/hyperthought/parsers/__init__.py
src/hyperthought/parsers/_ayasdi.py
src/hyperthought/parsers/_centerstreet.py
src/hyperthought/parsers/_craic.py
src/hyperthought/parsers/_fei_tiff.py
src/hyperthought/parsers/_hyperspy.py
src/hyperthought/parsers/_midas.py
src/hyperthought/parsers/_nsidat.py
src/hyperthought/parsers/base.py
src/hyperthought/parsers/utils/__init__.py
src/hyperthought/parsers/utils/flatten.py