LICENSE
README.md
pyproject.toml
env_repair/__init__.py
env_repair/__main__.py
env_repair/cli.py
env_repair/clobber.py
env_repair/conda_config.py
env_repair/conda_ops.py
env_repair/conflicts.py
env_repair/discovery.py
env_repair/doctor.py
env_repair/i18n.py
env_repair/inconsistent.py
env_repair/naming.py
env_repair/pip_ops.py
env_repair/progress.py
env_repair/repair.py
env_repair/scan.py
env_repair/search_parse.py
env_repair/subprocess_utils.py
env_repair/verify_imports.py
env_repair.egg-info/PKG-INFO
env_repair.egg-info/SOURCES.txt
env_repair.egg-info/dependency_links.txt
env_repair.egg-info/entry_points.txt
env_repair.egg-info/requires.txt
env_repair.egg-info/top_level.txt
tests/test_adopt_pip_blacklist.py
tests/test_adopt_pip_force_uninstall.py
tests/test_adopt_pip_resolve.py
tests/test_adopt_pip_uninstall_plan.py
tests/test_case_conflict_conda_owned.py
tests/test_case_conflicts.py
tests/test_cli_interrupt.py
tests/test_clobber_parse.py
tests/test_conda_meta_scan.py
tests/test_conda_ops_extract_pkgs_dirs.py
tests/test_inconsistent_parse.py
tests/test_scan_conda_meta.py
tests/test_search_json_parsing.py
tests/test_venv_python_detection.py
tests/test_verify_imports_parsing.py
tests/test_verify_imports_wrapper_mapping.py