sendy-sdk
Python SDK for Sendy's documented /api/v2/sdk/* API key surface.
pip install sendy-sdk
import os
from sendy_sdk import SendyClient
with SendyClient(os.environ["SENDY_API_KEY"]) as client:
wallets = client.wallets()
Async REST and Socket.IO streaming are also available:
import asyncio
import os
from sendy_sdk import AsyncSendyClient
async def main():
async with AsyncSendyClient(os.environ["SENDY_API_KEY"]) as client:
socket = await client.connect_wallet_trade_stream("YOUR_WALLET")
await socket.wait()
asyncio.run(main())
Release files for sendy-sdk 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sendy_sdk-0.1.0.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sendy_sdk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.4 kB
Release files / sendy_sdk-0.1.0.tar.gz
| Download URL | sendy_sdk-0.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8d0321156e64ba3447845f4a16f8f64526c9c77cd242bb5cd8065b51e04b7413
|
|
BLAKE2b-256 checksum How to use checksums |
2b7b92ac0d6bcbc1a1974340bccb438013c405d7618210cf4854bf724fa15375
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|
Release files / sendy_sdk-0.1.0-py3-none-any.whl
| Download URL | sendy_sdk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5f991411c0f7ff06f634dba07576dd24fda69850f90fa0e17c174f21f1ddca0c
|
|
BLAKE2b-256 checksum How to use checksums |
6c987f26b810e2abfbb96b3881bb2ae69f92b395b2af97e6262b2201e329df2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|