CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/infrash/__init__.py
src/infrash/__init__.py.bak
src/infrash/__main__.py
src/infrash/cli.py
src/infrash.egg-info/PKG-INFO
src/infrash.egg-info/SOURCES.txt
src/infrash.egg-info/dependency_links.txt
src/infrash.egg-info/entry_points.txt
src/infrash.egg-info/requires.txt
src/infrash.egg-info/top_level.txt
src/infrash/__pycache__/__init__.cpython-312.pyc
src/infrash/__pycache__/cli.cpython-312.pyc
src/infrash/core/__init__.py
src/infrash/core/config.py
src/infrash/core/installer.py
src/infrash/core/runner.py
src/infrash/core/__pycache__/__init__.cpython-312.pyc
src/infrash/core/__pycache__/config.cpython-312.pyc
src/infrash/core/__pycache__/runner.cpython-312.pyc
src/infrash/core/diagnostics/__init__.py
src/infrash/core/diagnostics/asyncio.py
src/infrash/core/diagnostics/base.py
src/infrash/core/diagnostics/configuration.py
src/infrash/core/diagnostics/connection.py
src/infrash/core/diagnostics/database.py
src/infrash/core/diagnostics/dependencies.py
src/infrash/core/diagnostics/filesystem.py
src/infrash/core/diagnostics/hardware.py
src/infrash/core/diagnostics/logs.py
src/infrash/core/diagnostics/networking.py
src/infrash/core/diagnostics/process.py
src/infrash/core/diagnostics/repository.py
src/infrash/core/diagnostics/resources.py
src/infrash/core/diagnostics/script.py
src/infrash/core/diagnostics/__pycache__/__init__.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/asyncio.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/base.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/configuration.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/connection.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/database.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/dependencies.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/filesystem.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/hardware.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/logs.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/networking.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/process.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/repository.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/resources.cpython-312.pyc
src/infrash/core/diagnostics/__pycache__/script.cpython-312.pyc
src/infrash/core/os_detect/__init__.py
src/infrash/core/os_detect/base.py
src/infrash/core/os_detect/installation.py
src/infrash/core/os_detect/package_manager.py
src/infrash/core/os_detect/utilities.py
src/infrash/core/repair/__init__.py
src/infrash/core/repair/base.py
src/infrash/core/repair/configuration.py
src/infrash/core/repair/dependencies.py
src/infrash/core/repair/execution.py
src/infrash/core/repair/filesystem.py
src/infrash/core/repair/permissions.py
src/infrash/core/repair/solutions.py
src/infrash/core/repair/__pycache__/__init__.cpython-312.pyc
src/infrash/core/repair/__pycache__/base.cpython-312.pyc
src/infrash/core/repair/__pycache__/configuration.cpython-312.pyc
src/infrash/core/repair/__pycache__/dependencies.cpython-312.pyc
src/infrash/core/repair/__pycache__/execution.cpython-312.pyc
src/infrash/core/repair/__pycache__/filesystem.cpython-312.pyc
src/infrash/core/repair/__pycache__/permissions.cpython-312.pyc
src/infrash/core/repair/__pycache__/solutions.cpython-312.pyc
src/infrash/data/__init__.py
src/infrash/data/solutions/__init__.py
src/infrash/data/solutions/arch.json
src/infrash/data/solutions/common.json
src/infrash/data/solutions/debian.json
src/infrash/data/solutions/redhat.json
src/infrash/repo/__init__.py
src/infrash/repo/clone.py
src/infrash/repo/git.py
src/infrash/repo/updater.py
src/infrash/repo/__pycache__/__init__.cpython-312.pyc
src/infrash/repo/__pycache__/git.cpython-312.pyc
src/infrash/system/__init__.py
src/infrash/system/dependency.py
src/infrash/system/os_detect.py
src/infrash/system/package_manager.py
src/infrash/system/service.py
src/infrash/system/__pycache__/__init__.cpython-312.pyc
src/infrash/system/__pycache__/dependency.cpython-312.pyc
src/infrash/system/__pycache__/os_detect.cpython-312.pyc
src/infrash/system/__pycache__/service.cpython-312.pyc
src/infrash/utils/__init__.py
src/infrash/utils/ai_solver.py
src/infrash/utils/database.py
src/infrash/utils/logger.py
src/infrash/utils/network.py
src/infrash/utils/__pycache__/__init__.cpython-312.pyc
src/infrash/utils/__pycache__/logger.cpython-312.pyc
tests/test_diagnostics.py
tests/test_installer.py
tests/test_repo.py
tests/test_runner.py