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.1a2.tar.gz
(28.3 kB
view hashes)
Built Distribution
Close
Hashes for jamf_pro_sdk-0.1a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 624bf05c279570faa90783adc65a0f6d9cf959a12cec20f0041cc542bb7cf875 |
|
MD5 | fe4a4fedc04185a0799345e9f7219a01 |
|
BLAKE2b-256 | 50428cda819d0ab6d190b65be2639970c0e07748fc6b35e8abcbb2c39bcd0e3b |