Metadata-Version: 2.2
Name: tzsmmpay-django
Version: 1.0.0
Summary: A Django-compatible Python library for TZSMM Pay API
Home-page: https://github.com/tzsmm-pay/tzsmmpay-django
Author: TZSMM Pay
Author-email: info@tzsmmpay.com
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Requires-Dist: django>=3.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TZSMM Pay Django Library

A Django-compatible Python library to interact with the TZSMM Pay API.

## Features
- Create transactions
- Verify transactions

## Installation
```bash
pip install tzsmmpay-django
