Official Python SDK for the Bubbleq Intelligence Gateway.
Project description
Bubbleq SDK (Python)
Official Python SDK for the Bubbleq Intelligence Gateway. Enables AI agents (LangChain, AutoGen, CrewAI) to fetch real-time financial sentiment analysis via X402/L402.
Installation
You can install the package directly via pip:
pip install bubbleq-sdk
Usage
Here is a simple example of how to use the SDK in your Python scripts or AI agents:
from bubbleq_sdk import BubbleqClient
# Initialize the client with your Gateway URL and X402 Payment Token
client = BubbleqClient(
base_url="https://api.heyaia.org",
payment_token="YOUR_X402_TOKEN"
)
# Run an analysis
try:
result = client.analyze("Bitcoin ETF inflows")
print("Sentiment Data:", result)
except Exception as e:
print("Error fetching data from Bubbleq:", e)
Requirements
- Python 3.7+
requestslibrary
License
MIT
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bubbleq_sdk-1.0.0.tar.gz.
File metadata
- Download URL: bubbleq_sdk-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d9f94b2ee1a9737cab60fdeec7fa04185364ace5a8a7e4e6a0554fe4c799a94
|
|
| MD5 |
e698034905186350aee9f958cfef644d
|
|
| BLAKE2b-256 |
a05945a06bfd275bea946018f02fe22638f310af97215546d0a8abd6bf8cc67f
|
File details
Details for the file bubbleq_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bubbleq_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
252392d8a218c123c2647cd0ae8e9e13918257fcb88ef1948e4541c9517d9522
|
|
| MD5 |
e685cdaaa063035c99d22bb9315bbaf6
|
|
| BLAKE2b-256 |
12cbdddf3d41894063f2530e36175b132ebf9ada24716fc6dc129825a59bec47
|