.gitignore
CHANGELOG.rst
Dockerfile
LICENSE.txt
README.rst
docker-compose.yml
getting-started.rst
recipes.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/stale.yml
arango_orm/__init__.py
arango_orm/collections.py
arango_orm/connection_pool.py
arango_orm/database.py
arango_orm/exceptions.py
arango_orm/fields.py
arango_orm/graph.py
arango_orm/query.py
arango_orm/references.py
arango_orm.egg-info/PKG-INFO
arango_orm.egg-info/SOURCES.txt
arango_orm.egg-info/dependency_links.txt
arango_orm.egg-info/requires.txt
arango_orm.egg-info/top_level.txt
arango_orm/event/__init__.py
docs/Makefile
docs/api-reference.rst
docs/conf.py
docs/getting-started.rst
docs/index.rst
docs/make.bat
examples/Universite_Database_and_Graph_Example.html
examples/Universite_Database_and_Graph_Example.ipynb
examples/simple_teacher_student_graph.py
examples/university_graph.py
temp_test/test_code.py
temp_test/test_extra_fields.py
temp_test/test_ref_relationships.py
tests/__init__.py
tests/conftest.py
tests/data.py
tests/test_collections.py
tests/test_database.py
tests/test_event.py
tests/test_graph.py
tests/test_inheritance_mapping.py
tests/test_inheritance_multiple.py
tests/test_inheritance_resolver.py
tests/test_query.py
tests/utils.py