Metadata-Version: 2.1
Name: aamarpay
Version: 1.0.1
Summary: Payment gateway libarary
Home-page: https://github.com/sanjidbillah/aamarPay-python
Author: Masum billah sanjid
Author-email: masumbillahsanjid@gmail.com
License: MIT
Description: Aamarpay Payment Gateway integration in python
        ======
        
        
        aamarpay is an online payment gateway service for Bangladesh. Committed to provide best payment experience online for business. Lowest fee and fast checkout will give you good experience of receiving payment online.
        
        
        Installation
        ~~~~~~~~~~~~
        
        We recommend install ``aamarpay`` through pip install .
        
        .. code:: bash
        
            $ pip install aamarpay
        
        Example
        ~~~~~~~
        	
        To make a payment :
        
        .. code:: python
        
            from aamarpay.aamarpay import aamarPay
            pay = aamarPay(isSandbox=True,transactionAmount=600)
            paymentpath = pay.payment()
            return redirect(paymentpath)
            # Output: paymentpath output https://sandbox.aamarpay.com/paynow.php?track=AAM1636017211119390#
        	
        Contribute
        ~~~~~~~~~~
        
        Create Github Pull Request https://github.com/sanjidbillah/aamarPay-python
        
        x
        Thanks
        ~~~~~~
        
        
Keywords: aamarPay payment gateway python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
