Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.05 KB

File metadata and controls

56 lines (35 loc) · 1.05 KB

Payaza Python SDK

Unofficial Python SDK for the Payaza Africa API.

Python License: MIT


Installation

pip install payaza

Quick start

Sandbox mode

client = Payaza(api_key="your-test-key", sandbox=True)

Development

git clone https://github.com/0xAfterSnow/payaza-python
cd payaza-python
pip install -e ".[dev]"
pytest --cov=payaza

Contributing

PRs are welcome! Please open an issue first to discuss what you'd like to change.


⚠️ Disclaimer

This is an unofficial SDK and is not affiliated with or endorsed by Payaza Africa Limited. Endpoint paths and request/response shapes are based on the public documentation at docs.payaza.africa — always cross-check against the latest official docs and update accordingly.


License

MIT © Shagbaor Agber