No project description provided
Project description
Athena Python Library
The Athena Python Library provides convenient access to the Athena API from applications written in Python.
Installation
pip install --upgrade athena-intelligence
Usage
from athena.client import Athena
client = Athena(
api_key="YOUR_API_KEY",
)
Async Client
from athena.client import AsyncAthena
client = AsyncAthena(
api_key="YOUR_API_KEY",
)
Beta Status
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version. This way, you can install the same version each time without breaking changes.
Contributing
While we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!
On the other hand, contributions to the README are always very welcome!
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
Built Distribution
Hashes for athena_intelligence-0.1.14.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d791993da52e5f159339efd77554ae3b5b0b5def93bc5d3be4ac302399836558 |
|
MD5 | 2508330cb0bf326688f6c2e0722b0f2e |
|
BLAKE2b-256 | 8e60333e0db2af68b3fee2ba8ada68287543bfd4a02801f27602bbe631737dd9 |
Hashes for athena_intelligence-0.1.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59835330672f9f09a9cecc0db230f9b891bb4a90ac39ed9e352bd24dac2bce8b |
|
MD5 | 1936899d6cb9792e87d3e1190159bc20 |
|
BLAKE2b-256 | 9c62c5a54b10a530a363f0467676c64222a18236c8556a62755d222cffaa948f |