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
aipp_python-0.1.0.tar.gz
(2.4 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 aipp_python-0.1.0.tar.gz.
File metadata
- Download URL: aipp_python-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5e9cd647f55e3d3a68529e677dcad7d47d831554afe2b5d9a3fd3104012dac2
|
|
| MD5 |
a5813c5c817f0283df2c7bfa1c535b40
|
|
| BLAKE2b-256 |
d1696c6557b27b61729e1151ca59afb34a0c07525c1f008a333576d7e761fdca
|
File details
Details for the file aipp_python-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aipp_python-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
659ba4661cf66614aaa3a8070bdbc0dfa31480dfbb2c335a31e5cdce908e8839
|
|
| MD5 |
c8404b182accab8405e7682bd385186f
|
|
| BLAKE2b-256 |
d06cb7c15fd1313ddb6ae6a8eaddc4454f61360b282e2d9f03b9a6d27cd97c76
|