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 Distributions
aiqpy-0.10a6.tar.gz
(7.8 kB
view details)
aiqpy-0.10a6.linux-i686.tar.gz
(16.6 kB
view details)
File details
Details for the file aiqpy-0.10a6.tar.gz.
File metadata
- Download URL: aiqpy-0.10a6.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b73c2e72df0cdc22f9f1a1d753731012d97297b74efbc2e1566e75fd822c12d
|
|
| MD5 |
86731f8d7d944fa7f02ac89922817d23
|
|
| BLAKE2b-256 |
0c9c07566c51655f88734b8651ae86eb102e6ec8fb77b4ff76cc612b6c7e448e
|
File details
Details for the file aiqpy-0.10a6.linux-i686.tar.gz.
File metadata
- Download URL: aiqpy-0.10a6.linux-i686.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6d030d87b1a5024c9c6f30348d48558b29f7cd38c59393275eb4248f5f092c1
|
|
| MD5 |
9cebaa535d9fa2baa9fc1c41ffcf1b5c
|
|
| BLAKE2b-256 |
fd0ff794af90369fa35296e98bfb91291e19f98141c61f8b850b27765293d612
|