Official Python SDK for ZyroPAI - Non-custodial crypto payment gateway
Project description
ZyroPAI Python SDK
Official Python SDK for ZyroPAI - Non-custodial crypto payment gateway.
Features
- ✅ Simple, intuitive API
- ✅ Automatic retries with exponential backoff
- ✅ Comprehensive error handling
- ✅ Webhook signature verification
- ✅ Type hints for better IDE support
- ✅ 100% test coverage
- ✅ Async support (coming soon)
Installation
pip install zyropai
cd /Users/user/clients/zyropai-python
# Rebuild the package (with fixed pyproject.toml)
rm -rf dist/ build/ *.egg-info
python -m build
# Upload to TestPyPI
twine upload --repository testpypi dist/*
# When prompted:
# Username: __token__
# Password: [paste your TestPyPI token]
# Build package
python -m build
# Upload to TestPyPI (testing)
twine upload --repository testpypi dist/*
# Upload to Production PyPI
twine upload dist/*
# Install from TestPyPI
pip install --index-url https://test.pypi.org/simple/ zyropai
# Install from Production PyPI
pip install zyropai
# Upgrade to latest
pip install --upgrade zyropai
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
zyropai-1.0.1.tar.gz
(12.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
zyropai-1.0.1-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file zyropai-1.0.1.tar.gz.
File metadata
- Download URL: zyropai-1.0.1.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afcd3f276d743221495a9c21d827ad5715867eed82c9a3332be39e6526ca64ed
|
|
| MD5 |
4bcecaefe9869298fd19e6d463f03f15
|
|
| BLAKE2b-256 |
14f5bbd8aba700ad93b7877199593b9707ca70011ae8e873f1df48d4e65e76ea
|
File details
Details for the file zyropai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: zyropai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14f8dbab6ef1b7020e4772f68355a2d99f9a31963708a64df0c273dee7e40b57
|
|
| MD5 |
7d3bd09187dfee18319266428bfec0f2
|
|
| BLAKE2b-256 |
b1cdf70a7a45be7e3267a050c372cf9ee99caa41c6fa1cebb2b55fa8afd0ac94
|