.gitignore
.pylintrc
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
.github/workflows/python-package.yml
docs/README.md
docs/logo.png
docs/motif.iro
docs/examples/Counting Triangles in MICrONS v185.py
docs/graphics/grant-fig-syntax.html
docs/graphics/grant-rough-text.tex.frag
docs/graphics/takemura-dm-all-participants.svg
docs/graphics/takemura-dotmotif.svg
docs/reference/setup.py.md
docs/reference/dotmotif/dotmotif.md
docs/reference/dotmotif/utils.py.md
docs/reference/executors/Executor.py.md
docs/reference/executors/GrandIsoExecutor.py.md
docs/reference/executors/Neo4jExecutor.py.md
docs/reference/executors/NetworkXExecutor.py.md
docs/reference/executors/NeuPrintExecutor.py.md
docs/reference/executors/executors.md
docs/reference/ingest/ingest.md
docs/reference/parsers/parsers.md
docs/reference/validators/validators.md
dotmotif/__init__.py
dotmotif/utils.py
dotmotif.egg-info/PKG-INFO
dotmotif.egg-info/SOURCES.txt
dotmotif.egg-info/dependency_links.txt
dotmotif.egg-info/requires.txt
dotmotif.egg-info/top_level.txt
dotmotif/executors/Executor.py
dotmotif/executors/GrandIsoExecutor.py
dotmotif/executors/Neo4jExecutor.py
dotmotif/executors/NetworkXExecutor.py
dotmotif/executors/NeuPrintExecutor.py
dotmotif/executors/__init__.py
dotmotif/executors/test_dm_cypher.py
dotmotif/executors/test_grandisoexecutor.py
dotmotif/executors/test_neo4jexecutor.py
dotmotif/executors/test_networkxexecutor.py
dotmotif/executors/test_neuprintexecutor.py
dotmotif/ingest/__init__.py
dotmotif/parsers/__init__.py
dotmotif/parsers/v1/__init__.py
dotmotif/parsers/v1/test_dm_parse.py
dotmotif/parsers/v2/__init__.py
dotmotif/parsers/v2/grammar.lark
dotmotif/parsers/v2/test_v2_parser.py
dotmotif/tests/__init__.py
dotmotif/tests/test_dm_flags.py
dotmotif/tests/test_utils.py
dotmotif/validators/__init__.py
dotmotif/validators/test_dm_illegal_operators.py