Python package to connect to the Unleashed Software inventory management API
Project description
Python package to connect to the Unleashed Software inventory management API
Usage
Instantiate a Resource object
resource = Resource(resource_name, auth_id, auth_sig, api_add, **kwargs)
resource_name will be whichever of the unleashed features you want to extract from the API: Attribute Sets, Bill Of Materials, etc.
where your auth_id, and auth_signature are handed out by Unleashed Software
The api_add is the address to connect to the Unleashed API. Typically https://api.unleashedsoftware.com, but that is subject to change
The keyword arguments are any of the filters that are available for each particular resource.
For full details about potential resources, and available keyword filter arguments see the unleashed api documentation:
https://apidocs.unleashedsoftware.com/
The EditableResource class has a single function for posting information back to the API.
I recommend examining the API docs fully before attempting to upload an object.
Installation
pip install unleashed-py
Requirements
requests, hmac, hashlib, base64, json, re, & datetime
Compatibility
Built on python 3.7.3
Licence
MIT
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 unleashed_py-1.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b25d158cb774dc637cbc7b0d5c5114b420139b5d73d5802bfe49bea72203c8 |
|
MD5 | 54674be7d1839aa384e99089dca17d47 |
|
BLAKE2b-256 | f8e26e43e41d5676843ebec68d2404d9e238503145f0005685d04d5c909361d8 |