AIPP (AI Payment Protocol) Python SDK
Project description
AIPP Python SDK
Agent-Native Lightning Payment Infrastructure.
Installation
pip install aipp
Usage
from aipp import AIPP
# Production
client = AIPP(api_key="aipp_live_secret_xxx", base_url="https://agentic.aipp.dev")
balance = client.balance() # Kalan credit
client.charge(amount=10) # 10 credit harca
client.charge_with_idempotency(amount=10, idempotency_key="unique-123") # Güvenli harcama
history = client.history(limit=20) # Son işlemler
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
aippcore-0.1.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 aippcore-0.1.0.tar.gz.
File metadata
- Download URL: aippcore-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74af3acac483be9f77db2bb39e9ea360e1399bda92b04e36f675e86239246065
|
|
| MD5 |
a8174537756010bc456c9bb78a391456
|
|
| BLAKE2b-256 |
7c47541711356a77b70685973e95e47fd992fd56116ea9bf58323a00e07e6b91
|
File details
Details for the file aippcore-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aippcore-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcd8322f7e746dbf82f81f46a5b565166a6889766505bd09043fab1c485661c1
|
|
| MD5 |
9a660f68fffd1f05bf575804b58108eb
|
|
| BLAKE2b-256 |
d6c4c31108b39ff3d4173d4d79489090c887409ddde44b2c50afd70274d6527c
|