Metadata-Version: 2.4
Name: payaza
Version: 0.1.0
Summary: Unofficial Python SDK for the Payaza Africa API
Author-email: Shagbaor Agber <dxtlive@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/0xAfterSnow/payaza-python
Project-URL: Documentation, https://docs.payaza.africa/developers/apis
Project-URL: Bug Tracker, https://github.com/0xAfterSnow/payaza-python/issues
Keywords: payaza,payments,africa,fintech,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == "dev"
Requires-Dist: responses>=0.25; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Dynamic: license-file

# Payaza Python SDK

> Unofficial Python SDK for the [Payaza Africa](https://payaza.africa) API.

[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

---

## Installation

```bash
pip install payaza
```

---

## Quick start


## 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](https://docs.payaza.africa/developers/apis) — always cross-check
against the latest official docs and update accordingly.

---

## License

MIT © Shagbaor Agber
