Official Python SDK for the Wallgent API — financial infrastructure for AI agents
Project description
wallgent
Official Python SDK for the Wallgent API.
Installation
pip install wallgent
Usage
from wallgent import Wallgent
client = Wallgent(api_key="your_api_key")
# Create a wallet
wallet = client.wallets.create(name="My Agent Wallet")
# Send a payment
payment = client.payments.send(
from_wallet_id="wal_...",
to_wallet_id="wal_...",
amount="10.00",
)
Resources
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wallgent-0.2.0.tar.gz
(22.7 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
wallgent-0.2.0-py3-none-any.whl
(33.2 kB
view details)
File details
Details for the file wallgent-0.2.0.tar.gz.
File metadata
- Download URL: wallgent-0.2.0.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f48f356b4810373e3b57eb063ae8e4a7e535244eb0dd122bf4644b9113e55df
|
|
| MD5 |
320d0dd0748cf2b7750aca027c631328
|
|
| BLAKE2b-256 |
228264f6aa47241fb463274abfb02e7b576f693a8d7ff5e0778f10b525914d87
|
File details
Details for the file wallgent-0.2.0-py3-none-any.whl.
File metadata
- Download URL: wallgent-0.2.0-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d80de3f142e233dfbf6fea0effddd3fd7a8dd82e91ec8dc251496e84768ce6d5
|
|
| MD5 |
bdb2374c856c60c0b9d4727ffe0a14ab
|
|
| BLAKE2b-256 |
fb11c0c152e4392b431cf735f8b1989538b39690671858ddca29c6677b5ea81f
|