LICENSE
README.md
pyproject.toml
src/patcher/__about__.py
src/patcher/__init__.py
src/patcher/_platform.py
src/patcher/py.typed
src/patcher/cli/__init__.py
src/patcher/cli/animation.py
src/patcher/cli/report.py
src/patcher/cli/setup.py
src/patcher/cli/terminal_logger.py
src/patcher/cli/ui_manager.py
src/patcher/clients/__init__.py
src/patcher/clients/installomator.py
src/patcher/clients/jamf.py
src/patcher/clients/patcher_api.py
src/patcher/clients/token_manager.py
src/patcher/core/__init__.py
src/patcher/core/analyze.py
src/patcher/core/config_manager.py
src/patcher/core/data_manager.py
src/patcher/core/exceptions.py
src/patcher/core/fonts.py
src/patcher/core/logger.py
src/patcher/core/matching.py
src/patcher/core/patcher_client.py
src/patcher/core/pdf_report.py
src/patcher/core/plist_manager.py
src/patcher/core/models/__init__.py
src/patcher/core/models/jamf.py
src/patcher/core/models/label.py
src/patcher/core/models/patch.py
src/patcher/core/models/token.py
src/patcher/core/models/ui.py
src/patcher/templates/analysis.html
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_installomator.py
tests/test_ios.py
tests/test_matching.py
tests/test_patcher_api_client.py
tests/test_patcher_client.py
tests/test_pdf.py
tests/test_platform_keyring.py
tests/test_plist_manager.py
tests/test_public_surface.py
tests/test_report.py
tests/test_setup.py
tests/test_token_manager.py
tests/test_ui.py