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.1.0.tar.gz
(5.1 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.1.0.tar.gz.
File metadata
- Download URL: aipp_sdk-1.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61fb90c8ec93815a7150b2bb6ad5c87c6826fb0ab512e433d42aa1ab18efd90b
|
|
| MD5 |
13b4ef7d245163406bb43cb65cd945b2
|
|
| BLAKE2b-256 |
92064fd093ae9843afba7783c571018d1fbd68a04a0d1a76a7aff4974447d2fc
|
File details
Details for the file aipp_sdk-1.1.0-py3-none-any.whl.
File metadata
- Download URL: aipp_sdk-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d8150f0c8aa1e854a7c07b03c9491aa03f7b60b85b99e1b2244177ad6f8d457
|
|
| MD5 |
829a1fec5d8c2d5356ed12b582ee9d79
|
|
| BLAKE2b-256 |
7a98f8d69840b3c88162f7452c8eba384cc7cd5e37a3e076e568002011b292ae
|