.editorconfig
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
tox.ini
catpy/__init__.py
catpy/author.py
catpy/client.py
catpy/compat.py
catpy/enums.py
catpy/exceptions.py
catpy/image.py
catpy/spatial.py
catpy/stacks.py
catpy/url.py
catpy/util.py
catpy/version.py
catpy.egg-info/PKG-INFO
catpy.egg-info/SOURCES.txt
catpy.egg-info/dependency_links.txt
catpy.egg-info/not-zip-safe
catpy.egg-info/requires.txt
catpy.egg-info/top_level.txt
catpy/applications/__init__.py
catpy/applications/base.py
catpy/applications/export.py
catpy/applications/morphology.py
catpy/applications/nameresolver.py
catpy/applications/relation_identifier.py
catpy/applications/stack.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/_static/catmaidlogo.png
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/test_catmaid_client.py
tests/test_catmaid_client_application.py
tests/test_catpy.py
tests/test_export.py
tests/test_image.py
tests/test_nameresolver.py
tests/test_relation_identifier.py
tests/test_util.py
tests/fixtures/nodelink-nx1-11.json
tests/fixtures/nodelink-nx2-2.json
tests/test_utils/__init__.py
tests/test_utils/test_coordinate_transformer.py
tests/test_utils/test_url_builder.py