Python bindings for connecting to a AIQ8 server
Project description
aiqpy is a wrapper library that allows you to interact with an AppearIQ 8 platform using Python.
The library connects to the REST APIs of the platform and takes care of authentication and session management so you can focus on funnier things.
Example: Changing the password of a user
>>> platform = aiqpy.Connection(profile='dev')
>>> user = platform.get(['admin', 'users'], username='stephen.falken')[0]
>>> user['password'] = 'joshua'
>>> updated = platform.put(['admin', 'users'], user)
Dependencies
aiqpy uses Requests for performing HTTP requests.
License
aiqpy is licensed under GNU GPL v3.0.
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
aiqpy-0.10a4.tar.gz
(7.7 kB
view details)
File details
Details for the file aiqpy-0.10a4.tar.gz.
File metadata
- Download URL: aiqpy-0.10a4.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c70cd29f0afc9739511b7f1e67badea5734b16ef678c4499f875eabfbe773b1c
|
|
| MD5 |
cac8cce9a3524fba4512fc4dbe68a74b
|
|
| BLAKE2b-256 |
48c8799e1064e2626d6e9694cf5bf641a26fdcbba4ebd70a43b8b9842020aaa0
|