LICENSE
README.md
pyproject.toml
src/pymdm/__init__.py
src/pymdm/command_runner.py
src/pymdm/dialog.py
src/pymdm/logger.py
src/pymdm/param_parser.py
src/pymdm/system_info.py
src/pymdm/webhook_sender.py
src/pymdm.egg-info/PKG-INFO
src/pymdm.egg-info/SOURCES.txt
src/pymdm.egg-info/dependency_links.txt
src/pymdm.egg-info/requires.txt
src/pymdm.egg-info/top_level.txt
src/pymdm/mdm/__init__.py
src/pymdm/mdm/_base.py
src/pymdm/mdm/intune.py
src/pymdm/mdm/jamf.py
src/pymdm/platforms/__init__.py
src/pymdm/platforms/_base.py
src/pymdm/platforms/_detection.py
src/pymdm/platforms/darwin.py
src/pymdm/platforms/win32.py
tests/test_command_runner.py
tests/test_dialog.py
tests/test_logger.py
tests/test_mdm_base.py
tests/test_mdm_intune.py
tests/test_mdm_jamf.py
tests/test_param_parser.py
tests/test_platforms_base.py
tests/test_platforms_darwin.py
tests/test_platforms_detection.py
tests/test_platforms_win32.py
tests/test_system_info.py
tests/test_webhook_sender.py