LICENSE
LICENSE.exception
README.md
pyproject.toml
synesis2graph.py
synesis_graph/__init__.py
synesis_graph/arcadedb_client.py
synesis_graph/cli.py
synesis_graph/config.py
synesis_graph/core.py
synesis_graph/embeddings.py
synesis_graph/embeddings_provider.py
synesis_graph/linkage.py
synesis_graph/metrics.py
synesis_graph/metrics_arcadedb.py
synesis_graph/pipeline.py
synesis_graph/sanitize.py
synesis_graph/ui.py
synesis_graph.egg-info/PKG-INFO
synesis_graph.egg-info/SOURCES.txt
synesis_graph.egg-info/dependency_links.txt
synesis_graph.egg-info/entry_points.txt
synesis_graph.egg-info/requires.txt
synesis_graph.egg-info/top_level.txt
synesis_graph/../templates/graph.html.tmpl
synesis_graph/backends/__init__.py
synesis_graph/backends/arcadedb.py
synesis_graph/backends/base.py
synesis_graph/backends/html.py
synesis_graph/backends/neo4j.py
tests/test_arcadedb_adapter.py
tests/test_arcadedb_client.py
tests/test_arcadedb_metrics.py
tests/test_arcadedb_sync.py
tests/test_arcadedb_vectors.py
tests/test_cli.py
tests/test_config.py
tests/test_embeddings.py
tests/test_embeddings_cli.py
tests/test_embeddings_provider.py
tests/test_html_filters.py
tests/test_html_render.py
tests/test_html_v2.py
tests/test_item_fields.py
tests/test_linkage.py
tests/test_ordered_contract.py
tests/test_packaging.py
tests/test_phase7_multidb.py
tests/test_project_context.py
tests/test_public_api.py
tests/test_sanitize.py
tests/test_search_indexes.py
tests/test_ui.py