LICENSE
MANIFEST.in
README.md
pyproject.toml
src/s3dgraphy/__init__.py
src/s3dgraphy/diagnostics.py
src/s3dgraphy/graph.py
src/s3dgraphy/indices.py
src/s3dgraphy.egg-info/PKG-INFO
src/s3dgraphy.egg-info/SOURCES.txt
src/s3dgraphy.egg-info/dependency_links.txt
src/s3dgraphy.egg-info/requires.txt
src/s3dgraphy.egg-info/top_level.txt
src/s3dgraphy/JSON_config/em_document_types.json
src/s3dgraphy/JSON_config/em_extractor_types.json
src/s3dgraphy/JSON_config/em_palette_icons.json
src/s3dgraphy/JSON_config/em_qualia_types.json
src/s3dgraphy/JSON_config/em_qualia_types_additions.json
src/s3dgraphy/JSON_config/em_visual_rules.json
src/s3dgraphy/JSON_config/new_qualia_template.json
src/s3dgraphy/JSON_config/outdated_s3dgraphy.ttl
src/s3dgraphy/JSON_config/outdated_s3dgraphy_nomapping.ttl
src/s3dgraphy/JSON_config/s3Dgraphy_connections_datamodel.json
src/s3dgraphy/JSON_config/s3Dgraphy_node_datamodel.json
src/s3dgraphy/JSON_config/src/2D/SF.png
src/s3dgraphy/JSON_config/src/2D/TSU.png
src/s3dgraphy/JSON_config/src/2D/US.png
src/s3dgraphy/JSON_config/src/2D/USD.png
src/s3dgraphy/JSON_config/src/2D/USVn.png
src/s3dgraphy/JSON_config/src/2D/USVs.png
src/s3dgraphy/JSON_config/src/2D/VSF.png
src/s3dgraphy/JSON_config/src/2D/combiner.png
src/s3dgraphy/JSON_config/src/2D/continuity.png
src/s3dgraphy/JSON_config/src/2D/document.png
src/s3dgraphy/JSON_config/src/2D/extractor.png
src/s3dgraphy/JSON_config/src/2D/property.png
src/s3dgraphy/JSON_config/src/2D/serSU.png
src/s3dgraphy/JSON_config/src/2D/serUSD.png
src/s3dgraphy/JSON_config/src/2D/serUSV.png
src/s3dgraphy/JSON_config/src/3D/SF.glb
src/s3dgraphy/JSON_config/src/3D/TSU.glb
src/s3dgraphy/JSON_config/src/3D/US.glb
src/s3dgraphy/JSON_config/src/3D/USD.glb
src/s3dgraphy/JSON_config/src/3D/USVn.glb
src/s3dgraphy/JSON_config/src/3D/USVs.glb
src/s3dgraphy/JSON_config/src/3D/VSF.glb
src/s3dgraphy/JSON_config/src/3D/combiner.glb
src/s3dgraphy/JSON_config/src/3D/continuity.glb
src/s3dgraphy/JSON_config/src/3D/document.glb
src/s3dgraphy/JSON_config/src/3D/extractor.glb
src/s3dgraphy/JSON_config/src/3D/property.glb
src/s3dgraphy/JSON_config/src/3D/serSU.glb
src/s3dgraphy/JSON_config/src/3D/serUSD.glb
src/s3dgraphy/JSON_config/src/3D/serUSV.glb
src/s3dgraphy/data/StratiMiner_Extraction_Prompt.md
src/s3dgraphy/edges/__init__.py
src/s3dgraphy/edges/connections_loader.py
src/s3dgraphy/edges/edge.py
src/s3dgraphy/exporter/__init__.py
src/s3dgraphy/exporter/json_exporter.py
src/s3dgraphy/exporter/unified_xlsx_exporter.py
src/s3dgraphy/exporter/graphml/__init__.py
src/s3dgraphy/exporter/graphml/canvas_generator.py
src/s3dgraphy/exporter/graphml/edge_generator.py
src/s3dgraphy/exporter/graphml/epoch_generator.py
src/s3dgraphy/exporter/graphml/graphml_exporter.py
src/s3dgraphy/exporter/graphml/graphml_patcher.py
src/s3dgraphy/exporter/graphml/group_node_generator.py
src/s3dgraphy/exporter/graphml/node_generator.py
src/s3dgraphy/exporter/graphml/node_registry.py
src/s3dgraphy/exporter/graphml/palette_resources.py
src/s3dgraphy/exporter/graphml/paradata_generator.py
src/s3dgraphy/exporter/graphml/paradata_image_generator.py
src/s3dgraphy/exporter/graphml/paradata_node_generators.py
src/s3dgraphy/exporter/graphml/table_node_generator.py
src/s3dgraphy/exporter/graphml/utils.py
src/s3dgraphy/importer/__init__.py
src/s3dgraphy/importer/base_importer.py
src/s3dgraphy/importer/import_graphml.py
src/s3dgraphy/importer/mapped_xlsx_importer.py
src/s3dgraphy/importer/pyarchinit_importer.py
src/s3dgraphy/importer/qualia_importer.py
src/s3dgraphy/importer/unified_xlsx_importer.py
src/s3dgraphy/importer/xlsx_importer.py
src/s3dgraphy/mappings/__init__.py
src/s3dgraphy/mappings/registry.py
src/s3dgraphy/mappings/emdb/generic_specialfind_mapping.json
src/s3dgraphy/mappings/emdb/site_properties_mapping.json
src/s3dgraphy/mappings/emdb/usm_mapping.json
src/s3dgraphy/mappings/generic/excel_to_graphml_mapping.json
src/s3dgraphy/mappings/pyarchinit/pyarchinit_us_mapping.json
src/s3dgraphy/merge/__init__.py
src/s3dgraphy/merge/graph_merger.py
src/s3dgraphy/multigraph/__init__.py
src/s3dgraphy/multigraph/multigraph.py
src/s3dgraphy/nodes/__init__.py
src/s3dgraphy/nodes/author_node.py
src/s3dgraphy/nodes/base_node.py
src/s3dgraphy/nodes/combiner_node.py
src/s3dgraphy/nodes/document_node.py
src/s3dgraphy/nodes/embargo_node.py
src/s3dgraphy/nodes/epoch_node.py
src/s3dgraphy/nodes/extractor_node.py
src/s3dgraphy/nodes/geo_position_node.py
src/s3dgraphy/nodes/graph_node.py
src/s3dgraphy/nodes/group_node.py
src/s3dgraphy/nodes/license_node.py
src/s3dgraphy/nodes/link_node.py
src/s3dgraphy/nodes/paradata_node.py
src/s3dgraphy/nodes/property_node.py
src/s3dgraphy/nodes/representation_node.py
src/s3dgraphy/nodes/semantic_shape_node.py
src/s3dgraphy/nodes/stratigraphic_node.py
src/s3dgraphy/resolvers/__init__.py
src/s3dgraphy/resolvers/builtin_rules.py
src/s3dgraphy/resolvers/property_resolver.py
src/s3dgraphy/templates/em_data_template.xlsx
src/s3dgraphy/templates/em_palette_template.graphml
src/s3dgraphy/temporal/__init__.py
src/s3dgraphy/temporal/inference_engine.py
src/s3dgraphy/transforms/__init__.py
src/s3dgraphy/transforms/aux_tracking.py
src/s3dgraphy/transforms/compact.py
src/s3dgraphy/utils/__init__.py
src/s3dgraphy/utils/utils.py
src/s3dgraphy/utils/visual_layout.py