Metadata-Version: 2.4
Name: contipay
Version: 1.0.2
Summary: Official ContiPay Python SDK
Author-email: ContiPay <dereck.njani@contitouch.co.zw>
License: MIT
Keywords: payments,contitouch,contipay,sdk
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25

# ContiPay Python SDK

Official Python SDK for ContiPay payments.

## Installation
```bash
pip install contipay


from contipay import Card, Mobile

card = Card("API_KEY", "API_SECRET")



---

# 3️⃣ `LICENSE` (REQUIRED)

```text
MIT License

Copyright (c) 2026 ContiPay

Permission is hereby granted, free of charge, to any person obtaining a copy...
