Jamf Pro SDK for Python
Project description
Jamf Pro SDK for Python
A client library for the Jamf Pro APIs and webhooks.
from jamf_pro_sdk import JamfProClient, BasicAuthProvider
client = JamfProClient(
server="dummy.jamfcloud.com",
credentials=BasicAuthProvider("username", "password")
)
all_computers = client.pro_api.get_computer_inventory_v1()
Read the full documentation on GitHub Pages.
Installing
Install from PyPI:
% python -m pip install jamf-pro-sdk
The Jamf Pro SDK supports Python 3.9+.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jamf-pro-sdk-0.2a1.tar.gz
(32.6 kB
view hashes)
Built Distribution
Close
Hashes for jamf_pro_sdk-0.2a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2cd22259e2f687ff007f4dfd828e185da449f5792d3bfe67ded4f78b6a1083a |
|
MD5 | 34fbc2879cc8cda14875972c0c4e553d |
|
BLAKE2b-256 | f888e2a878d5f2e6a85c8021f54d2f4064b81146d1f103eb434151bbff478c24 |