LICENSE.txt
README.md
pyproject.toml
src/patcher/__about__.py
src/patcher/__init__.py
src/patcher/cli.py
src/patcher/client/__init__.py
src/patcher/client/analyze.py
src/patcher/client/api_client.py
src/patcher/client/config_manager.py
src/patcher/client/plist_manager.py
src/patcher/client/report_manager.py
src/patcher/client/setup.py
src/patcher/client/token_manager.py
src/patcher/client/ui_manager.py
src/patcher/models/__init__.py
src/patcher/models/fragment.py
src/patcher/models/jamf_client.py
src/patcher/models/label.py
src/patcher/models/patch.py
src/patcher/models/token.py
src/patcher/models/ui.py
src/patcher/templates/analysis.html
src/patcher/utils/__init__.py
src/patcher/utils/animation.py
src/patcher/utils/data_manager.py
src/patcher/utils/decorators.py
src/patcher/utils/exceptions.py
src/patcher/utils/installomator.py
src/patcher/utils/logger.py
src/patcher/utils/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_analyzer.py
tests/test_api_fetching.py
tests/test_base_api.py
tests/test_config_manager.py
tests/test_data_manager.py
tests/test_ios.py
tests/test_pdf.py
tests/test_plist_manager.py
tests/test_report.py
tests/test_setup.py
tests/test_token_manager.py
tests/test_ui.py