Official Python SDK for AIPP - The Lightning Network Split-Payment Gateway
Project description
AIPP Python SDK
Official Python client for the AIPP API (The Lightning Network Split-Payment Gateway).
Installation
pip install aipp-sdk
Usage
from aipp import Aipp
client = Aipp(api_key="your_api_key_here")
# Create a charge
charge = client.create_charge(amount_sats=500, memo="Test payment")
print(f"Pay this invoice: {charge.payment_request}")
# Check status
status = client.get_charge(charge.payment_hash)
print(f"Status: {status.status}")
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
aipp_sdk-1.2.0.tar.gz
(5.3 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_sdk-1.2.0.tar.gz.
File metadata
- Download URL: aipp_sdk-1.2.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44199b898676a156832819afbabf26adb3cf081dd0478ceb1bf711beef8dc28c
|
|
| MD5 |
dd51fa62583b7a3f71a89fc56cdea4e7
|
|
| BLAKE2b-256 |
4c0038f81197f832a9182f4a3c62452e6ed2172a16c97993cd6aa7413aed3db2
|
File details
Details for the file aipp_sdk-1.2.0-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.2.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0e20d9e95eec651b00159c7538c7ea783f74f0ef6496c5c4889210b2df713f
|
|
| MD5 |
1c13cae94d9707e9001bed72541be129
|
|
| BLAKE2b-256 |
f81b712d1aa7aee7bdfccf7890c3f4a12f52b5f9ff2955063e9a031047e7048f
|