Metadata-Version: 2.4
Name: axonbase-sdk
Version: 0.1.1
Summary: AxonBase WebSocket JSON-RPC client for Python
Author: AxonBase
License-Expression: MIT
Project-URL: Homepage, https://github.com/axonbase/axonbase
Project-URL: Repository, https://github.com/axonbase/axonbase
Project-URL: Issues, https://github.com/axonbase/axonbase/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets>=14.0
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-asyncio>=0.23; extra == "test"
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == "openai"
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2; extra == "langchain"
Provides-Extra: agno
Requires-Dist: agno>=1.0; extra == "agno"
Dynamic: license-file

# AxonBase Python SDK

WebSocket JSON-RPC client for AxonBase.

```python
from axonbase import Axon

axon = await Axon.connect("ws://localhost:8000")
```

See https://github.com/axonbase/axonbase for documentation and examples.
