Metadata-Version: 2.1
Name: paywix
Version: 1.1.2
Summary: Multipayment gateway wrapper for Django
Home-page: https://github.com/renjithsraj/paywix
Maintainer: Renjith S Raj
Maintainer-email: renjithsraj@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# PAYWIX

paywix is a payment gateway wrapper for Django based applications, currently it's supporting following payment gateways
  - Payu

### 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
 - Paytm
 - Cashfree
 - Stripe
 - Braintree
 - CCavenue

License
----

MIT



