A client utility for the AICA API
Project description
Python AICA API Client
The AICA API client module provides simple functions for interacting with the AICA API.
pip install aica-api
The client can be used to easily make API calls as shown below:
from aica_api.client import AICA
aica = AICA()
aica.set_application('my_application.yaml')
aica.init_application()
aica.start_application()
aica.load_component('my_component')
aica.unload_component('my_component')
aica.stop_application()
aica.reset_application()
Upcoming features
- Better API documentation
- Helper functions to handle API response objects
- Websocket subscriptions to component states, predicates, and logical conditions
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
aica_api-0.0.1.tar.gz
(3.2 kB
view hashes)