LICENSE
README.md
pyproject.toml
src/gpdb/__init__.py
src/gpdb/conversions.py
src/gpdb/graph.py
src/gpdb/graph_edges.py
src/gpdb/graph_nodes.py
src/gpdb/graph_schema_migrate.py
src/gpdb/graph_schemas.py
src/gpdb/odm.py
src/gpdb/query_docs.py
src/gpdb/schema_inheritance.py
src/gpdb/svg_sanitizer.py
src/gpdb.egg-info/PKG-INFO
src/gpdb.egg-info/SOURCES.txt
src/gpdb.egg-info/dependency_links.txt
src/gpdb.egg-info/requires.txt
src/gpdb.egg-info/top_level.txt
src/gpdb/models/__init__.py
src/gpdb/models/base.py
src/gpdb/models/dto.py
src/gpdb/models/factories.py
src/gpdb/models/records.py
src/gpdb/schema/__init__.py
src/gpdb/schema/inline.py
src/gpdb/schema/versioning.py
src/gpdb/search/__init__.py
src/gpdb/search/engine.py
src/gpdb/search/parser.py
src/gpdb/search/query.py
tests/test_e2e_schema_visuals.py
tests/test_file_size_limits.py
tests/test_graph.py
tests/test_graph_schemas.py
tests/test_graph_search.py
tests/test_helpers.py
tests/test_schema_deletion.py
tests/test_schema_inheritance.py
tests/test_schema_list.py
tests/test_schema_migration.py
tests/test_schema_semver.py
tests/test_schema_validation.py
tests/test_svg_sanitizer.py