Client library for the Unity IDM APIs
Project description
A Python client library for the Unity IDM APIs.
Currently, it only supprorts a subset of the operations exposed by Unity’s Administration API.
Python version
Python 2.6 or 2.7 are fully supported.
Installation
To install the client library, simply run:
$ pip install unityapiclient 🍺
Third party libraries and dependencies
The following libraries will be installed when you install the client library:
Usage
The following example assumes a Unity IDM deployment at https://unity.example.org:
>>> import unityapiclient >>> from unityapiclient.client import UnityApiClient >>> client = UnityApiClient('https://unity.example.org', ... auth=('unityapiuser', 'secretpassword')) >>> entity = client.get_entity(257) >>> entity['entityInformation']['state'] u'valid'
Documentation
Documentation is available at http://eudat-b2access.github.io/unity-api-python-client
License
Licensed under the Apache 2.0 license, for details see LICENSE.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size unityapiclient-0.0.1-py2-none-any.whl (6.5 kB) | File type Wheel | Python version py2 | Upload date | Hashes View |
Close
Hashes for unityapiclient-0.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d8654abe4b054cc8741aa3e5989695d15feac113eb55e747d98d8b68f107dd5 |
|
MD5 | 088fc459ed3b6be4a9a3d275049f37f5 |
|
BLAKE2-256 | f08463b196b2ca63e629ec121dd153f76283ee637988ea92deb8dbdb7466d203 |