Python SDK for Devion blockchain RPC proxy platform
Project description
Devion Python SDK
Python SDK for the Devion blockchain RPC proxy platform.
Installation
pip install devion-sdk
Quick Start
from devion_sdk import DevionSDK
# Initialize the SDK
devion = DevionSDK(api_key="your-api-key-here", network="ethereum")
# Get account balance
balance = devion.get_balance("0x742d35Cc6635C0532925a3b8D007EbA3fFC2C5DD", formatted=True)
print(f"Balance: {balance} ETH")
# Get current block number
block_number = devion.get_block_number()
print(f"Current block: {block_number}")
Features
- Multi-chain support (Ethereum, Polygon, BSC, Arbitrum, etc.)
- Type safety with full type hints
- Comprehensive error handling
- Rate limiting and retry logic
- Context manager support
Documentation
For full documentation, visit docs.devion.dev
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
devion_sdk-1.0.0.tar.gz
(2.0 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 devion_sdk-1.0.0.tar.gz.
File metadata
- Download URL: devion_sdk-1.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96cc7f165df3d77a47fd13eadae85668907feeffa9cbdee844a4b748af1f374c
|
|
| MD5 |
73e9d954d9adb00d3857a4659866900f
|
|
| BLAKE2b-256 |
620ea1e059158ad978ffa7075683107bd60c2322b37a87e1a25f30bdc14e903e
|
File details
Details for the file devion_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: devion_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4405102c8b1f62d60a77b552a94acd396c9a90093d9ddb3b48c7f8f317707d
|
|
| MD5 |
7f3661ec31aaebe02be2d781b1ef3330
|
|
| BLAKE2b-256 |
ec0214cb26bc83a4f4bcb099fae1b9bce15f8e38b7a29d9c64d620966f19872b
|