README.md
pyproject.toml
src/gpdb/admin/__init__.py
src/gpdb/admin/auth.py
src/gpdb/admin/config.py
src/gpdb/admin/context.py
src/gpdb/admin/entry.py
src/gpdb/admin/graph_content.py
src/gpdb/admin/instances.py
src/gpdb/admin/runtime.py
src/gpdb/admin/secrets.py
src/gpdb/admin/servers.py
src/gpdb/admin/store.py
src/gpdb/admin/tools/__init__.py
src/gpdb/admin/tools/api_keys.py
src/gpdb/admin/tools/base.py
src/gpdb/admin/tools/graph.py
src/gpdb/admin/web/__init__.py
src/gpdb/admin/web/app.py
src/gpdb/admin/web/routes/__init__.py
src/gpdb/admin/web/routes/common.py
src/gpdb/admin/web/routes/graph_edges.py
src/gpdb/admin/web/routes/graph_nodes.py
src/gpdb/admin/web/routes/graph_overview.py
src/gpdb/admin/web/routes/graph_schemas.py
src/gpdb/admin/web/routes/graph_viewer.py
src/gpdb/admin/web/routes/list_filters.py
src/gpdb/admin/web/routes/pages.py
src/gpdb/admin/web/static/css/app.css
src/gpdb/admin/web/static/css/jsonjoy-builder.css
src/gpdb/admin/web/static/css/jsonjoy-theme-fix.css
src/gpdb/admin/web/static/css/tokens.css
src/gpdb/admin/web/static/js/cytoscape.min.js
src/gpdb/admin/web/static/js/graph-viewer.js
src/gpdb/admin/web/static/js/jedison-form.js
src/gpdb/admin/web/static/js/jedison.umd.js
src/gpdb/admin/web/static/js/jsonjoy-builder.bundle.js
src/gpdb/admin/web/static/js/jsonjoy-wrapper.js
src/gpdb/admin/web/static/js/theme.js
src/gpdb/admin/web/templates/base.html
src/gpdb/admin/web/templates/pages/api_keys.html
src/gpdb/admin/web/templates/pages/edge_detail.html
src/gpdb/admin/web/templates/pages/edge_form.html
src/gpdb/admin/web/templates/pages/graph_edges.html
src/gpdb/admin/web/templates/pages/graph_form.html
src/gpdb/admin/web/templates/pages/graph_nodes.html
src/gpdb/admin/web/templates/pages/graph_overview.html
src/gpdb/admin/web/templates/pages/graph_schemas.html
src/gpdb/admin/web/templates/pages/graph_viewer.html
src/gpdb/admin/web/templates/pages/home.html
src/gpdb/admin/web/templates/pages/instance_form.html
src/gpdb/admin/web/templates/pages/login.html
src/gpdb/admin/web/templates/pages/node_detail.html
src/gpdb/admin/web/templates/pages/node_form.html
src/gpdb/admin/web/templates/pages/schema_detail.html
src/gpdb/admin/web/templates/pages/schema_form.html
src/gpdb/admin/web/templates/pages/setup.html
src/gpdb/admin/web/templates/partials/filters_toggle_script.html
src/gpdb/admin/web/templates/partials/list_filter_fields_edge.html
src/gpdb/admin/web/templates/partials/list_filter_fields_node.html
src/gpdb/admin/web/templates/partials/list_filter_panel.html
src/gpdb_admin.egg-info/PKG-INFO
src/gpdb_admin.egg-info/SOURCES.txt
src/gpdb_admin.egg-info/dependency_links.txt
src/gpdb_admin.egg-info/entry_points.txt
src/gpdb_admin.egg-info/requires.txt
src/gpdb_admin.egg-info/top_level.txt
tests/test_admin.py
tests/test_api_keys.py
tests/test_auth.py
tests/test_config.py
tests/test_edges.py
tests/test_embedded.py
tests/test_graphs.py
tests/test_instances.py
tests/test_mountable.py
tests/test_node_payloads.py
tests/test_nodes.py
tests/test_schemas.py
tests/test_viewer.py