LICENSE
README.md
pyproject.toml
src/ifc_graph/__init__.py
src/ifc_graph/cli.py
src/ifc_graph/element_filter.py
src/ifc_graph/neo4j_store.py
src/ifc_graph/query_loader.py
src/ifc_graph.egg-info/PKG-INFO
src/ifc_graph.egg-info/SOURCES.txt
src/ifc_graph.egg-info/dependency_links.txt
src/ifc_graph.egg-info/entry_points.txt
src/ifc_graph.egg-info/requires.txt
src/ifc_graph.egg-info/top_level.txt
src/ifc_graph/cypher_queries/clear_database.cypher
src/ifc_graph/cypher_queries/create_aggregates_batch.cypher
src/ifc_graph/cypher_queries/create_elements_batch.cypher
src/ifc_graph/cypher_queries/create_materials_batch.cypher
src/ifc_graph/cypher_queries/create_metadata.cypher
src/ifc_graph/cypher_queries/create_project.cypher
src/ifc_graph/cypher_queries/create_project_contains.cypher
src/ifc_graph/cypher_queries/create_property_sets_batch.cypher
src/ifc_graph/cypher_queries/create_relationships_batch.cypher
src/ifc_graph/cypher_queries/create_structure_contains.cypher
src/ifc_graph/cypher_queries/create_structures_batch.cypher
tests/test_element_filter.py
tests/test_main.py
tests/test_neo4j_store.py
tests/test_query_loader.py