Skip to main content

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


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.9a3.tar.gz (6.8 kB view hashes)

Uploaded Source

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