README.md
pyproject.toml
setup.py
skylos/__init__.py
skylos/analyzer.py
skylos/cli.py
skylos/constants.py
skylos/framework_aware.py
skylos/test_aware.py
skylos/visitor.py
skylos.egg-info/PKG-INFO
skylos.egg-info/SOURCES.txt
skylos.egg-info/dependency_links.txt
skylos.egg-info/entry_points.txt
skylos.egg-info/requires.txt
skylos.egg-info/top_level.txt
test/__init__.py
test/compare_tools.py
test/conftest.py
test/diagnostics.py
test/test_analyzer.py
test/test_changes_analyzer.py
test/test_cli.py
test/test_constants.py
test/test_framework_aware.py
test/test_integration.py
test/test_skylos.py
test/test_test_aware.py
test/test_visitor.py
test/sample_repo/__init__.py
test/sample_repo/app.py
test/sample_repo/sample_repo/__init__.py
test/sample_repo/sample_repo/commands.py
test/sample_repo/sample_repo/models.py
test/sample_repo/sample_repo/routes.py
test/sample_repo/sample_repo/utils.py