Metadata-Version: 2.4
Name: sanwo
Version: 0.1.0
Summary: Sanwo payment SDK for Python — Django, Flask, or standalone. One interface for every payment provider.
Project-URL: Homepage, https://sanwohq.com
Project-URL: Documentation, https://docs.sanwo.dev
Project-URL: Repository, https://github.com/Sanwohq/python
Author-email: SanwoHQ <hello@sanwohq.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: django,flask,flutterwave,interswitch,monnify,payments,paystack,razorpay,sanwo
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
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.9
Requires-Dist: markupsafe>=2.0
Provides-Extra: django
Requires-Dist: django>=4.2; extra == 'django'
Provides-Extra: flask
Requires-Dist: flask>=2.0; extra == 'flask'
Description-Content-Type: text/markdown

# Sanwo Python SDK

Add [Sanwo](https://sanwohq.com) payments to your Python application — Django, Flask, or standalone.

> **Full documentation at [docs.sanwo.dev](https://docs.sanwo.dev/server/python/)** — guides, examples, and API reference for every SDK and provider.

## Install

```bash
pip install sanwo
```

## License

Apache 2.0 — see [LICENSE](LICENSE) for details.
