python-jamf
python-jamf copied to clipboard
`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items...
`test_package` has six tests failing. All appear to be failing because the path passed to `tar` in a call to get package information points to the actual package and not...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Hello, it looks like the JamfRecordNotFound Error class is missing the attribute `response`. This causes it to not be properly returned when a record is not found, producing a type...
Trying to build a script to gather information about objects such as Packages or Policies, I get errors like `AttributeError: 'Packages' object has no attribute 'classic'` after running any command...