LICENSE.txt
README.md
pyproject.toml
src/patcher/__about__.py
src/patcher/__init__.py
src/patcher/cli.py
src/patcher/exceptions.py
src/patcher/logger.py
src/patcher/wrappers.py
src/patcher/client/__init__.py
src/patcher/client/api_client.py
src/patcher/client/config_manager.py
src/patcher/client/report_manager.py
src/patcher/client/token_manager.py
src/patcher/client/ui_manager.py
src/patcher/model/__init__.py
src/patcher/model/excel_report.py
src/patcher/model/models.py
src/patcher/model/pdf_report.py
src/patcherctl.egg-info/PKG-INFO
src/patcherctl.egg-info/SOURCES.txt
src/patcherctl.egg-info/dependency_links.txt
src/patcherctl.egg-info/entry_points.txt
src/patcherctl.egg-info/requires.txt
src/patcherctl.egg-info/top_level.txt
tests/test_api_fetching.py
tests/test_environment.py
tests/test_excel_report.py
tests/test_ios.py
tests/test_logging.py
tests/test_patcher.py