LICENSE
README.md
pyproject.toml
codeshift/__init__.py
codeshift.egg-info/PKG-INFO
codeshift.egg-info/SOURCES.txt
codeshift.egg-info/dependency_links.txt
codeshift.egg-info/entry_points.txt
codeshift.egg-info/requires.txt
codeshift.egg-info/top_level.txt
codeshift/analyzer/__init__.py
codeshift/analyzer/risk_assessor.py
codeshift/cli/__init__.py
codeshift/cli/main.py
codeshift/cli/package_manager.py
codeshift/cli/quota.py
codeshift/cli/commands/__init__.py
codeshift/cli/commands/apply.py
codeshift/cli/commands/auth.py
codeshift/cli/commands/diff.py
codeshift/cli/commands/health.py
codeshift/cli/commands/scan.py
codeshift/cli/commands/upgrade.py
codeshift/cli/commands/upgrade_all.py
codeshift/health/__init__.py
codeshift/health/calculator.py
codeshift/health/models.py
codeshift/health/report.py
codeshift/health/metrics/__init__.py
codeshift/health/metrics/documentation.py
codeshift/health/metrics/freshness.py
codeshift/health/metrics/migration_readiness.py
codeshift/health/metrics/security.py
codeshift/health/metrics/test_coverage.py
codeshift/knowledge/__init__.py
codeshift/knowledge/cache.py
codeshift/knowledge/generator.py
codeshift/knowledge/models.py
codeshift/knowledge/parser.py
codeshift/knowledge/sources.py
codeshift/knowledge_base/__init__.py
codeshift/knowledge_base/loader.py
codeshift/knowledge_base/models.py
codeshift/knowledge_base/libraries/aiohttp.yaml
codeshift/knowledge_base/libraries/attrs.yaml
codeshift/knowledge_base/libraries/celery.yaml
codeshift/knowledge_base/libraries/click.yaml
codeshift/knowledge_base/libraries/django.yaml
codeshift/knowledge_base/libraries/fastapi.yaml
codeshift/knowledge_base/libraries/flask.yaml
codeshift/knowledge_base/libraries/httpx.yaml
codeshift/knowledge_base/libraries/marshmallow.yaml
codeshift/knowledge_base/libraries/numpy.yaml
codeshift/knowledge_base/libraries/pandas.yaml
codeshift/knowledge_base/libraries/pydantic.yaml
codeshift/knowledge_base/libraries/pytest.yaml
codeshift/knowledge_base/libraries/requests.yaml
codeshift/knowledge_base/libraries/sqlalchemy.yaml
codeshift/migrator/__init__.py
codeshift/migrator/ast_transforms.py
codeshift/migrator/engine.py
codeshift/migrator/llm_migrator.py
codeshift/migrator/transforms/__init__.py
codeshift/migrator/transforms/aiohttp_transformer.py
codeshift/migrator/transforms/attrs_transformer.py
codeshift/migrator/transforms/celery_transformer.py
codeshift/migrator/transforms/click_transformer.py
codeshift/migrator/transforms/django_transformer.py
codeshift/migrator/transforms/fastapi_transformer.py
codeshift/migrator/transforms/flask_transformer.py
codeshift/migrator/transforms/httpx_transformer.py
codeshift/migrator/transforms/marshmallow_transformer.py
codeshift/migrator/transforms/numpy_transformer.py
codeshift/migrator/transforms/pandas_transformer.py
codeshift/migrator/transforms/pydantic_v1_to_v2.py
codeshift/migrator/transforms/pytest_transformer.py
codeshift/migrator/transforms/requests_transformer.py
codeshift/migrator/transforms/sqlalchemy_transformer.py
codeshift/scanner/__init__.py
codeshift/scanner/code_scanner.py
codeshift/scanner/dependency_parser.py
codeshift/utils/__init__.py
codeshift/utils/api_client.py
codeshift/utils/cache.py
codeshift/utils/config.py
codeshift/utils/credential_store.py
codeshift/utils/llm_client.py
codeshift/validator/__init__.py
codeshift/validator/syntax_checker.py
codeshift/validator/test_runner.py
tests/test_aiohttp_transforms.py
tests/test_attrs_transforms.py
tests/test_celery_transforms.py
tests/test_click_transforms.py
tests/test_code_scanner.py
tests/test_django_transforms.py
tests/test_fastapi_transforms.py
tests/test_flask_transforms.py
tests/test_health.py
tests/test_httpx_transforms.py
tests/test_knowledge_base.py
tests/test_marshmallow_transforms.py
tests/test_numpy_transforms.py
tests/test_pandas_transforms.py
tests/test_pydantic_transforms.py
tests/test_pydantic_type_inference.py
tests/test_pytest_transforms.py
tests/test_requests_transforms.py
tests/test_risk_assessor.py
tests/test_sqlalchemy_transforms.py
tests/test_syntax_checker.py