LICENSE
MANIFEST.in
README.md
requirements.txt
requirements_service.txt
setup.cfg
setup.py
test_requirements.txt
emannotationschemas/__init__.py
emannotationschemas/app.py
emannotationschemas/blueprint_app.py
emannotationschemas/config.py
emannotationschemas/errors.py
emannotationschemas/flatten.py
emannotationschemas/models.py
emannotationschemas/utils.py
emannotationschemas/views.py
emannotationschemas.egg-info/PKG-INFO
emannotationschemas.egg-info/SOURCES.txt
emannotationschemas.egg-info/dependency_links.txt
emannotationschemas.egg-info/requires.txt
emannotationschemas.egg-info/top_level.txt
emannotationschemas/migrations/__init__.py
emannotationschemas/migrations/alembic.ini
emannotationschemas/migrations/env.py
emannotationschemas/migrations/run.py
emannotationschemas/migrations/versions/13dffb003203_add_delete_cascade_to_fkeys.py
emannotationschemas/migrations/versions/34476f534ca9_add_new_schemas.py
emannotationschemas/migrations/versions/__init__.py
emannotationschemas/migrations/versions/ad07b1b72351_add_additional_schemas.py
emannotationschemas/migrations/versions/bc42c1e4cc1a_base_schemas.py
emannotationschemas/schemas/__init__.py
emannotationschemas/schemas/base.py
emannotationschemas/schemas/bound_bool_tag.py
emannotationschemas/schemas/bound_text_tag.py
emannotationschemas/schemas/bouton_shape.py
emannotationschemas/schemas/braincircuits.py
emannotationschemas/schemas/categorical_factories.py
emannotationschemas/schemas/cell_type_local.py
emannotationschemas/schemas/contact.py
emannotationschemas/schemas/derived_spatial_point.py
emannotationschemas/schemas/extended_classical_cell_type.py
emannotationschemas/schemas/fly_cell_types.py
emannotationschemas/schemas/functional_coregistration.py
emannotationschemas/schemas/functional_props.py
emannotationschemas/schemas/glia_contact.py
emannotationschemas/schemas/groups.py
emannotationschemas/schemas/neuropil.py
emannotationschemas/schemas/nucleus_detection.py
emannotationschemas/schemas/postsynaptic_compartment.py
emannotationschemas/schemas/presynaptic_bouton_type.py
emannotationschemas/schemas/proofreading.py
emannotationschemas/schemas/reference_text_float.py
emannotationschemas/schemas/synapse.py
tests/__init__.py
tests/conftest.py
tests/test_bouton_shape.py
tests/test_cell_types.py
tests/test_contact.py
tests/test_derived_spatial_point.py
tests/test_extended_classical_cell_type.py
tests/test_flatten.py
tests/test_fly_cell_types.py
tests/test_glia_contact.py
tests/test_models.py
tests/test_nested.py
tests/test_neuropil.py
tests/test_nucleus_detection.py
tests/test_proofreading_schema.py
tests/test_schema_blueprint.py
tests/test_schema_module.py
tests/test_synapse_reference_schema.py
tests/test_synapse_schema.py