LICENSE
README.md
easy_installer_main.py
setup.py
easy_installer.egg-info/PKG-INFO
easy_installer.egg-info/SOURCES.txt
easy_installer.egg-info/dependency_links.txt
easy_installer.egg-info/entry_points.txt
easy_installer.egg-info/requires.txt
easy_installer.egg-info/top_level.txt
src/__init__.py
src/core/__init__.py
src/core/config.py
src/core/installer.py
src/core/os_detector.py
src/core/registry.py
src/installers/__init__.py
src/installers/linux.py
src/installers/macos.py
src/installers/windows.py
src/utils/__init__.py
src/utils/downloader.py
src/utils/env_manager.py
src/utils/logger.py
tests/__init__.py
tests/test_os_detector.py
tests/test_registry.py