LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/sgraph/__init__.py
src/sgraph/cypher.py
src/sgraph/definitions.py
src/sgraph/exceptions.py
src/sgraph/graphdataservice.py
src/sgraph/metricsapi.py
src/sgraph/modelapi.py
src/sgraph/selement.py
src/sgraph/selementassociation.py
src/sgraph/sgraph.py
src/sgraph/sgraph_utils.py
src/sgraph.egg-info/PKG-INFO
src/sgraph.egg-info/SOURCES.txt
src/sgraph.egg-info/dependency_links.txt
src/sgraph.egg-info/requires.txt
src/sgraph.egg-info/top_level.txt
src/sgraph/algorithms/__init__.py
src/sgraph/algorithms/generalizer.py
src/sgraph/algorithms/graphutils.py
src/sgraph/algorithms/pagerank.py
src/sgraph/algorithms/selementutils.py
src/sgraph/algorithms/sgraphanalysis.py
src/sgraph/algorithms/sgraphfiltering.py
src/sgraph/algorithms/sgraphmetrics.py
src/sgraph/analyzers/__init__.py
src/sgraph/analyzers/base.py
src/sgraph/analyzers/code/__init__.py
src/sgraph/analyzers/code/base.py
src/sgraph/analyzers/code/python/__init__.py
src/sgraph/analyzers/code/python/ast_visitor.py
src/sgraph/analyzers/code/python/import_resolver.py
src/sgraph/analyzers/code/python/python_analyzer.py
src/sgraph/analyzers/database/__init__.py
src/sgraph/analyzers/infrastructure/__init__.py
src/sgraph/attributes/__init__.py
src/sgraph/attributes/attributequeries.py
src/sgraph/cli/__init__.py
src/sgraph/cli/filter.py
src/sgraph/cli/filter_deps.py
src/sgraph/cli/modelinfo_prettyprinter.py
src/sgraph/cli/show_model.py
src/sgraph/compare/__init__.py
src/sgraph/compare/attributecomparison.py
src/sgraph/compare/comparegraphattrs.py
src/sgraph/compare/compareutils.py
src/sgraph/compare/modelcompare.py
src/sgraph/compare/renamedetector.py
src/sgraph/compare/similarityanalysis.py
src/sgraph/converters/__init__.py
src/sgraph/converters/deps_to_xml.py
src/sgraph/converters/graphml.py
src/sgraph/converters/graphml_to_xml.py
src/sgraph/converters/sbom_cyclonedx_generator.py
src/sgraph/converters/sgraph_json.py
src/sgraph/converters/sgraph_to_cytoscape.py
src/sgraph/converters/xml_to_3dforcegraph.py
src/sgraph/converters/xml_to_deps.py
src/sgraph/converters/xml_to_dot.py
src/sgraph/converters/xml_to_graphml.py
src/sgraph/converters/xml_to_hierarchical_json.py
src/sgraph/converters/xml_to_json.py
src/sgraph/converters/xml_to_plantuml.py
src/sgraph/loader/__init__.py
src/sgraph/loader/attributeloader.py
src/sgraph/loader/modelloader.py
tests/test_release_automation.py