Python SDK for the Sendy API.
Project description
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())
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
sendy_sdk-0.1.0.tar.gz
(3.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 sendy_sdk-0.1.0.tar.gz.
File metadata
- Download URL: sendy_sdk-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d0321156e64ba3447845f4a16f8f64526c9c77cd242bb5cd8065b51e04b7413
|
|
| MD5 |
5aedf12f1476bd66e38e64e9c331739e
|
|
| BLAKE2b-256 |
2b7b92ac0d6bcbc1a1974340bccb438013c405d7618210cf4854bf724fa15375
|
File details
Details for the file sendy_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sendy_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f991411c0f7ff06f634dba07576dd24fda69850f90fa0e17c174f21f1ddca0c
|
|
| MD5 |
58c62b888f07feabf53cc73d32d2ca07
|
|
| BLAKE2b-256 |
6c987f26b810e2abfbb96b3881bb2ae69f92b395b2af97e6262b2201e329df2d
|