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.1.0.tar.gz
(15.9 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.1.0-py3-none-any.whl
(21.2 kB
view details)
File details
Details for the file zyropai-1.1.0.tar.gz.
File metadata
- Download URL: zyropai-1.1.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f9286179a017c378f9e39fa81e358be6d3db2776b5281086cb7373def077cbb
|
|
| MD5 |
b59988b556f2f509cf70c2922cb37860
|
|
| BLAKE2b-256 |
3180b35439d9478ef65d8037f5f931a860199a0b2f4fe5348e6e78b031b979a9
|
File details
Details for the file zyropai-1.1.0-py3-none-any.whl.
File metadata
- Download URL: zyropai-1.1.0-py3-none-any.whl
- Upload date:
- Size: 21.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 |
887488a287c042e2c2c072e0f9a5599a03ed48f76bbd33da5662c7be507bcfef
|
|
| MD5 |
f28976e85b751a3adc6a7fbcb3ed81cf
|
|
| BLAKE2b-256 |
89b3bb56853f7058e762de3ff70424b1984e2175a1a83f5aed1a34857fcb1528
|