Interactive shell for administrating a AIQ8 platform server
Project description
aiqterminal
==========
aiqterminal is a an interactive shell for administrating an `AppearIQ 8 <https://appeariq.com>`_ platform.
Example: Changing the password of a user
----------------------------------------
.. code-block:: pycon
admin@wapr/default> set_organization('games')
admin@wapr/games> user = get(['admin', 'users'], username='stephen.falken')[0]
admin@wapr/games> user['password'] = 'joshua'
admin@wapr/games> updated = put(['admin', 'users'], user)
Dependencies
------------
aiqterminal uses `aiqpy <https://pypi.python.org/pypi/aiqpy>`_ for performing HTTP requests.
License
-------
aiqterminal is licensed under GNU GPL v3.0.
==========
aiqterminal is a an interactive shell for administrating an `AppearIQ 8 <https://appeariq.com>`_ platform.
Example: Changing the password of a user
----------------------------------------
.. code-block:: pycon
admin@wapr/default> set_organization('games')
admin@wapr/games> user = get(['admin', 'users'], username='stephen.falken')[0]
admin@wapr/games> user['password'] = 'joshua'
admin@wapr/games> updated = put(['admin', 'users'], user)
Dependencies
------------
aiqterminal uses `aiqpy <https://pypi.python.org/pypi/aiqpy>`_ for performing HTTP requests.
License
-------
aiqterminal 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
aiqterminal-0.1.tar.gz
(2.0 kB
view details)
File details
Details for the file aiqterminal-0.1.tar.gz.
File metadata
- Download URL: aiqterminal-0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
512022522b7bba242adfbe3fe66ecb213c2ec1aab2fe3852ef50ba0ab525960e
|
|
| MD5 |
bf6cc973234caafba662920cfcff8726
|
|
| BLAKE2b-256 |
eb882b680a03bbfebd1f907b333916f4ea91fad0679547961e2d875f76c242b4
|