LICENSE
README.md
setup.cfg
setup.py
src/sgraph/__init__.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.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/graphutils.py
src/sgraph/algorithms/selementutils.py
src/sgraph/algorithms/sgraphanalysis.py
src/sgraph/algorithms/sgraphfiltering.py
src/sgraph/attributes/__init__.py
src/sgraph/attributes/attributequeries.py
src/sgraph/cli/__init__.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/comparegraphattrs.py
src/sgraph/compare/modelcompare.py
src/sgraph/converters/__init__.py
src/sgraph/converters/deps_to_xml.py
src/sgraph/converters/sbom_cyclonedx_generator.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_json.py
src/sgraph/converters/xml_to_plantuml.py
src/sgraph/loader/__init__.py
src/sgraph/loader/attributeloader.py
src/sgraph/loader/modelloader.py
src/tests/__init__.py
src/tests/sgraph/__init__.py
src/tests/sgraph/modelapi_test.py