Configure the boundary
Set API key, base URL, and organization through explicit flags or environment variables with documented precedence.
AuraOne Open
Loading products, source links, and current releases.
AuraOne Open / Hosted API integration
Use typed sync and async clients plus a pipeline-safe CLI to call hosted AuraOne evaluation workflows from Python services, notebooks, and automation.
For Python engineers who need the base URL, the credential path, and the package provenance stated explicitly.
What you can do
Get started
Install the verified 0.2.1 wheel or source distribution from PyPI. Keep the exact version pinned when reproducibility matters.
python -m pip install auraone-sdk==0.2.1Set API key, base URL, and organization through explicit flags or environment variables with documented precedence.
Select table, JSON, or JSONL output; keep successful machine output on stdout and diagnostics on stderr.
Stable exit codes and structured errors. An auth failure and a rate limit do not look the same.
See how the product moves from setup through a useful output.
01
Confirm the source and the license. Check the package version and its Python support.
Repository and package metadata
02
Provide the API key and optional base URL and organization through the documented environment boundary.
Local environment configuration
03
Use JSON or JSONL output in automation and confirm stdout, stderr, and exit-code behavior.
Observed CLI result
04
Match the installed package against PyPI metadata. Check the wheel and sdist digests against the source tag.
Verified PyPI and GitHub Release record
Overview
Review the current source, release, runtime, and support information.
Availability
Review the current version, source, packages, downloads, supported platforms, and install options.
PyPI serves auraone-sdk 0.2.1 as a wheel and source distribution, the public v0.2.1 source tag resolves to the same release commit, and the GitHub Release carries the matching distributions and checksums.
PyPI wheel and source distribution / 0.2.1
The wheel and source distribution are public on PyPI and attached to GitHub Release v0.2.1 with checksums; the recorded digest is the wheel SHA-256.
SHA-256 40776ef3a2fef358f3e8ca80b7344378ceae616cccda9d3d1294b02d6bad3105Continue exploring
Each one lists its source, current version, and install path.