Autonomi Cloud Python Client
Project description
Autonomi AI Python Client
The Autonomi Cloud Python Client provides a convenient way to interact with the Autonomi Cloud API. We provide a unified client interface for various API services offered on the Autonomi Cloud Platform.
You can find more usage examples and tutorials in the Autonomi Cloud Documentation.
Installation
The Autonomi AI Python Client is available on PyPI. You can install it using pip:
pip install autonomi
Install from source:
git clone https://github.com/autonomi-ai/autonomi-client
cd autonomi-client
pip install -e .
Authentication
The Autonomi AI Python Client uses API keys to authenticate requests. You can create your own API keys, after you've signed up, in the Autonomi Cloud console.
export AUTONOMI_API_KEY='...'
Usage
The python client needs to be configured with your personal API key before you can use it. You can set the API key in the environment variable AUTONOMI_API_KEY
as described above or pass it to the client constructor.
from autonomi.client import AutonomiClient
# Usage with variable `AUTONOMI_API_KEY` read from your environment.
>>> cli = AutonomiClient()
AutonomiClient [version=X.Y.Z] :: [endpoint=https://api.autonomi.ai/v1, health=OK, auth=OK]
# Usage with API key passed to constructor
cli = AutonomiClient(api_key='...')
AutonomiClient [version=X.Y.Z] :: [endpoint=https://api.autonomi.ai/v1, health=OK, auth=OK]
Requirements
- Python 3.7+
We currently support Python 3.7+ on Linux and macOS. If you have any questions or issues, please open an issue.
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
Built Distribution
File details
Details for the file autonomi-0.1.0a0-py2.py3-none-any.whl
.
File metadata
- Download URL: autonomi-0.1.0a0-py2.py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5766d3f3fb34346b2c94832e6be04b5683b40bd120bf121d9f159fbb99aaf94 |
|
MD5 | 7761442eefa1a72efbd84025f6e25c90 |
|
BLAKE2b-256 | 7c5fca10b7fa334de82c03ae121c9e0614d0d7ec1e39e374950a8d519ac0b265 |