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 releases from PyPI:
% python -m pip install jamf-pro-sdk
You may also install directly from GitHub if you are testing in-development features and/or changes:
% pip install git+https://github.com/macadmins/jamf-pro-sdk-python.git@<target-ref-or-branch>
The Jamf Pro SDK supports Python 3.9+.
Bugs, Feedback, and Feature Requests
The Jamf Pro SDK for Python is currently in alpha. Not all APIs are available as methods through the clients, and some functionality may change during the alpha based on community feedback.
If you encounter a bug, or undesired behavior, please open a Bug report issue.
If you want to request or propose a change to behavior in the SDK during the alpha please oen a Feedback issue. Feedback issues are in-between a bug report and a feature request. You are describing a current implementation (or lack thereof) and the desired change. Feedback issues are used for vetting contributions with project maintainers and the community before work begins.
If there is a feature or API you would like added (or prioritized) to the SDK please open a Feature request issue. With feature requests include a detailed description and a code example that shows how you envision the feature being used.
For all issue templates be sure to fill out every section!
Contributing
There are many ways to directly contribute to the project. You can enhance the documentation and user guides, or add additional API models and methods. For both there are guidelines for how to proceed.
Visit the Contributors section of the documentation for more details.
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
Built Distribution
Hashes for jamf_pro_sdk-0.6a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0175e278d853e380e6c137bbe8a756e42b00bdc307263c628db3ea5a7cdfed14 |
|
MD5 | 1f1f1338cd5e415745a7449a21af7765 |
|
BLAKE2b-256 | 962a3f56a71e3e6284d118e14bfb9942b0c17a916c891ec6e6e82b761394d7db |