LICENSE
README.md
pyproject.toml
swop/__init__.py
swop/cli.py
swop/core.py
swop/graph.py
swop/reconcile.py
swop/sync.py
swop/utils.py
swop/versioning.py
swop.egg-info/PKG-INFO
swop.egg-info/SOURCES.txt
swop.egg-info/dependency_links.txt
swop.egg-info/entry_points.txt
swop.egg-info/requires.txt
swop.egg-info/top_level.txt
swop/export/__init__.py
swop/export/docker.py
swop/export/yaml.py
swop/introspect/__init__.py
swop/introspect/backend.py
swop/introspect/frontend.py
swop/markpact/__init__.py
swop/markpact/doql_bridge.py
swop/markpact/graph_builder.py
swop/markpact/parser.py
swop/markpact/sync_engine.py
swop/refactor/__init__.py
swop/refactor/clustering.py
swop/refactor/compose_builder.py
swop/refactor/graph.py
swop/refactor/module_builder.py
swop/refactor/pipeline.py
swop/refactor/scanner/__init__.py
swop/refactor/scanner/backend.py
swop/refactor/scanner/db.py
swop/refactor/scanner/frontend.py
tests/test_cli.py
tests/test_core.py
tests/test_markpact.py
tests/test_refactor.py