Skip to main content

Python package to connect to the Unleashed Software inventory management API

Project description

Latest PyPI version Latest Travis CI build status

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

Authors

unleashed-py was written by Jonathan Mucha.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unleashed-py-0.0.8.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

unleashed_py-0.0.8-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page