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.8.2a.tar.gz (6.4 kB view details)

Uploaded Source

File details

Details for the file aiqpy-0.8.2a.tar.gz.

File metadata

  • Download URL: aiqpy-0.8.2a.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for aiqpy-0.8.2a.tar.gz
Algorithm Hash digest
SHA256 c7ce3c81ea4e01c582f0b0d7f72e121827ad427024033bee3719e96f548845f0
MD5 15f4c3a6cb6b5fcbbf5be42d09524217
BLAKE2b-256 06c0facbdbbbeeebf8a58aad3cc96bb588f86736c715a5b30c1d51afb1e8e37b

See more details on using hashes here.

Supported by

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