.env
.gitignore
.pre-commit-config.yaml
AUTHORS.txt
Changelog
LICENSE
README.rst
dev
docker-compose.yml
pyproject.toml
requirements.txt
tests-with-docker-compose.sh
.github/dependabot.yml
.github/workflows/codeql-analysis.yml
.github/workflows/integration-tests.yml
.github/workflows/python-publish.yml
doc/Makefile
doc/make.bat
doc/source/batch.rst
doc/source/conf.py
doc/source/configuration.rst
doc/source/cypher.rst
doc/source/extending.rst
doc/source/getting_started.rst
doc/source/hooks.rst
doc/source/index.rst
doc/source/module_documentation.rst
doc/source/properties.rst
doc/source/queries.rst
doc/source/relationships.rst
doc/source/spatial_properties.rst
doc/source/transactions.rst
doc/source/_static/neomodel-148.png
doc/source/_static/neomodel-300.png
doc/source/_themes/alabaster/__init__.py
doc/source/_themes/alabaster/_version.py
doc/source/_themes/alabaster/about.html
doc/source/_themes/alabaster/layout.html
doc/source/_themes/alabaster/navigation.html
doc/source/_themes/alabaster/support.py
doc/source/_themes/alabaster/theme.conf
doc/source/_themes/alabaster/static/alabaster.css_t
neomodel/__init__.py
neomodel/cardinality.py
neomodel/config.py
neomodel/core.py
neomodel/exceptions.py
neomodel/hooks.py
neomodel/match.py
neomodel/match_q.py
neomodel/properties.py
neomodel/relationship.py
neomodel/relationship_manager.py
neomodel/util.py
neomodel.egg-info/PKG-INFO
neomodel.egg-info/SOURCES.txt
neomodel.egg-info/dependency_links.txt
neomodel.egg-info/entry_points.txt
neomodel.egg-info/requires.txt
neomodel.egg-info/top_level.txt
neomodel/contrib/__init__.py
neomodel/contrib/semi_structured.py
neomodel/contrib/spatial_properties.py
scripts/docker-neo4j.sh
scripts/neomodel_install_labels.py
scripts/neomodel_remove_labels.py
test/__init__.py
test/conftest.py
test/test_alias.py
test/test_batch.py
test/test_cardinality.py
test/test_cypher.py
test/test_exceptions.py
test/test_hooks.py
test/test_indexing.py
test/test_issue112.py
test/test_issue283.py
test/test_issue600.py
test/test_label_drop.py
test/test_label_install.py
test/test_match_api.py
test/test_models.py
test/test_multiprocessing.py
test/test_properties.py
test/test_relationship_models.py
test/test_relationships.py
test/test_relative_relationships.py
test/test_transactions.py
test/utils.py
test/test_contrib/__init__.py
test/test_contrib/test_semi_structured.py
test/test_contrib/test_spatial_datatypes.py
test/test_contrib/test_spatial_properties.py