MANIFEST.in
README.md
requirements_dev.txt
setup.py
apps/__init__.py
apps/__main__.py
apps/morph_check
apps/morph_stats
apps/raw_data_check
neurom/__init__.py
neurom/_compat.py
neurom/exceptions.py
neurom/morphmath.py
neurom/stats.py
neurom/utils.py
neurom/version.py
neurom/viewer.py
neurom.egg-info/PKG-INFO
neurom.egg-info/SOURCES.txt
neurom.egg-info/dependency_links.txt
neurom.egg-info/entry_points.txt
neurom.egg-info/requires.txt
neurom.egg-info/top_level.txt
neurom/apps/__init__.py
neurom/apps/annotate.py
neurom/apps/morph_stats.py
neurom/check/__init__.py
neurom/check/morphtree.py
neurom/check/neuron_checks.py
neurom/check/runner.py
neurom/check/structural_checks.py
neurom/config/morph_check.yaml
neurom/config/morph_stats.yaml
neurom/core/__init__.py
neurom/core/_neuron.py
neurom/core/_soma.py
neurom/core/dataformat.py
neurom/core/log.py
neurom/core/point.py
neurom/core/population.py
neurom/core/tree.py
neurom/core/types.py
neurom/fst/__init__.py
neurom/fst/_bifurcationfunc.py
neurom/fst/_core.py
neurom/fst/_neuritefunc.py
neurom/fst/_neuronfunc.py
neurom/fst/sectionfunc.py
neurom/geom/__init__.py
neurom/geom/transform.py
neurom/io/__init__.py
neurom/io/datawrapper.py
neurom/io/hdf5.py
neurom/io/neurolucida.py
neurom/io/swc.py
neurom/io/utils.py
neurom/io/tests/__init__.py
neurom/io/tests/test_datawrapper.py
neurom/io/tests/test_h5_reader.py
neurom/io/tests/test_neurolucida.py
neurom/io/tests/test_swc_reader.py
neurom/io/tests/test_utils.py
neurom/tests/__init__.py
neurom/tests/test_import.py
neurom/tests/test_morphmath.py
neurom/tests/test_stats.py
neurom/tests/test_utils.py
neurom/tests/test_viewer.py
neurom/view/__init__.py
neurom/view/_dendrogram.py
neurom/view/common.py
neurom/view/plotly.py
neurom/view/view.py
neurom/view/tests/__init__.py
neurom/view/tests/test_common.py
neurom/view/tests/test_dendrogram.py
neurom/view/tests/test_view.py
neurom/view/tests/utils.py