Metadata-Version: 2.1
Name: Arifpay_Plugin
Version: 1.0.0
Summary: A python plugin for Arifpay
Author-email: Ananiya Belew <anewscho@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

Arifpay Python plugin 
A package used to integrate to the arifpays gateway .

How to use
After installing the package use following import:

from ArifpayPlugin import Arifpay

Then use following code:

arifpay= Arifpay("Api key","expiredate")
response=arifpay.Make_payement(payment_info)
print(response)

2023-package/app/README.md at main · ArjanCodes/2023-package