Skip to main content

Aether-9: integration-ready VM execution with structured APIs, JSON CLI output, artifact contracts, and validation workflows

Project description

Aether-9 v3.2.0

Integration-Ready Platform release candidate.

Aether-9 v3.2.0 focuses on making the existing VM/artifact runtime easier to integrate, automate, and evaluate.

Highlights

  • Python integration API via aether9.api
  • Machine-readable CLI output using --json
  • Artifact contract cleanup with aether9.artifact.v2 metadata
  • Integrator documentation and embedding examples
  • Validation v2 focused on API, CLI JSON, artifact contract, and tamper-detection paths
  • Backward-compatible loading for supported v3.1.x artifact forms

Install local RC wheel

pip install ./aether9-3.2.0-py3-none-any.whl

CLI examples

aether --version
aether export examples/hello.a9 --format binary --json
aether inspect examples/hello.a9b --json
aether verify examples/hello.a9 --json
aether vm examples/hello.a9b --json

Python API example

from aether9.api import export_file, inspect_path, verify_file, run_file

exp = export_file("examples/hello.a9", format="binary", force=True)
print(exp.to_dict())

ins = inspect_path("examples/hello.a9b")
print(ins.to_dict())

ver = verify_file("examples/hello.a9")
print(ver.to_dict())

run = run_file("examples/hello.a9b")
print(run.to_dict())

Release status

This is a release candidate, not the final v3.2.0 release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aether9-3.2.0-py3-none-any.whl (34.9 kB view details)

Uploaded Python 3

File details

Details for the file aether9-3.2.0-py3-none-any.whl.

File metadata

  • Download URL: aether9-3.2.0-py3-none-any.whl
  • Upload date:
  • Size: 34.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for aether9-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 48bba5977b1a422666c4b7c7a60a6738eed3009575e067c7c6dbf36e87feb704
MD5 2f2ad75f429ad86881a532d05266e280
BLAKE2b-256 3af99d0713995f5061a134a5824bef940d96e9baf35778b4e0776b98ee80d40f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page