Metadata-Version: 2.4
Name: axorum
Version: 0.1.0
Summary: Metapackage for the Axorum agent plane — installs axorum-client.
Project-URL: Homepage, https://github.com/AxorumHQ/axorum/tree/main/clients/python#readme
Project-URL: Repository, https://github.com/AxorumHQ/axorum
Project-URL: Issues, https://github.com/AxorumHQ/axorum/issues
Author-email: Roland Rodriguez <roland@axorum.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agent,axorum,deontic,ledger,policy
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: axorum-client>=0.1.0
Description-Content-Type: text/markdown

# axorum

Metapackage for the [Axorum](https://github.com/AxorumHQ/axorum) agent plane.

Installing `axorum` installs [`axorum-client`](https://pypi.org/project/axorum-client/), the official Python client. Both provide the same import package:

```python
from axorum import AxorumClient
```

Depend on `axorum-client` directly if you want to pin the client explicitly; this package exists so the obvious name does the right thing.

## License

Apache-2.0
