Metadata-Version: 2.1
Name: paysync
Version: 0.1.0
Summary: A Python client for the PaySync payment gateway
Home-page: https://github.com/KenedyMoremi/pay_py
Author: Tumisang Moremi
Author-email: moremikenedy@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests

# PaySync

A Python client library for integrating with the PaySync payment gateway.

## Installation

```bash
pip install paysync


