Metadata-Version: 2.1
Name: paywix
Version: 2.0.2
Summary: Paywix is a payment gateway wrapper is a application that integrates multiple payment gateways into a single platform. It simplifies the processing  payments by providing a unified API that allows merchants/Customer to access multiple payment gateways without having to write separate code for each gateway. This increases the ease of use and versatility for the merchants, and reduces the time and cost of development.
Home-page: https://github.com/renjithsraj/paywix
Download-URL: 
Author: Renjith S Raj
Author-email: renjithsraj@live.com
Maintainer: Renjith S Raj
Maintainer-email: renjithsraj@live.com
Keywords: payment gateway,payu,paytm,paywix,payment gateway wrapper,gateway
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

![Logo](https://user-images.githubusercontent.com/8171465/89018959-393bb680-d33a-11ea-86ee-2055b574f23e.png)


# PAYWIX 2.0

[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/renjithsraj/paywix/?ref=repository-badge)
[![Downloads](https://static.pepy.tech/personalized-badge/paywix?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/paywix)

Paywix is a lightweight software development kit (SDK) for payment processing, designed specifically for Python-based applications. It has been expanded to support all Python-based applications. This allows developers to integrate payment processing into their applications using the familiar Python programming language and makes it easier to add this functionality to a wide range of applications.

### Currently supported Payment Gateways

- Payu


### Example Projects
  - [Payu Demo Django 4](https://github.com/renjithsraj/paywix_ecommerce)

  
### Installation
* Python > 3 Version

```python
1. pip install paywix
2. pipenv install paywix
```

### Plugins

Paywix is currently extended with the following plugins. Instructions on how to use them in your own application are detailed below.

| Plugin | README |
| ------ | ------ |
| PAYU | https://github.com/renjithsraj/paywix/blob/master/PAYU.md|

### Todos
 - Cashfree
 - Stripe
 - Braintree
 - CCavenue
 - gpay
 - phonepe
 - amazonpay

License
----

MIT

