Python SDK for BlockINTQL Ethereum and stablecoin intelligence
Project description
BlockINTQL Python SDK
Minimal Python client for:
- capability discovery
- investigation planning
- workspace lifecycle
Install
pip install blockintql-sdk
Example
from blockintql_sdk import BlockINTQL
client = BlockINTQL()
capabilities = client.capabilities()
plan = client.plan(
goal="Investigate this wallet's stablecoin counterparties and bridge activity",
address="0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
budget_credits=12,
)
workspace = client.create_workspace(
name="stablecoin-investigation",
modules=["verdict", "stablecoins", "bridge-activity", "chart"],
)
Publish
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine check dist/*
python3 -m twine upload dist/*
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
blockintql_sdk-0.1.1.tar.gz
(3.6 kB
view details)
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 blockintql_sdk-0.1.1.tar.gz.
File metadata
- Download URL: blockintql_sdk-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e8d44eba0185fad1bf57abc2387f9db0432e0f9edf4c3039c8cd962bdc9cc1f
|
|
| MD5 |
534160fc77c364075d3dc9f6247e4820
|
|
| BLAKE2b-256 |
d7dff06048770982d349be16d471ea28156d0cf7c57abce3653a29897114ede6
|
File details
Details for the file blockintql_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: blockintql_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8af3c72e4617548628fdcc94db7b3ffb49194b1522b23de47c0a128dfc4d61
|
|
| MD5 |
05624e64f80ba616071444cf2771b711
|
|
| BLAKE2b-256 |
47ea0acca6611b2272e6ce3e77cdffd6e1addab9082de673d852603486536cc3
|