Metadata-Version: 2.1
Name: vanillapay
Version: 1.0.0
Summary: This module offers a streamlined solution for seamlessly integrating the Vanilla Pay payment system into Python applications.
Author: Vanilla Pay Team
Project-URL: Homepage, https://github.com/Rohan29-AN/vanilla_pay_python
Keywords: vanilla pay,fintech,online_payment
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown


</br>
</br>
<p align="center"> 
    <img height="80" src="https://raw.githubusercontent.com/Rohan29-AN/vanilla_pay_python/master/assets/logo_VP.png">
</p>
<div align="center"> 
    <p>
        Vanilla Pay Python library simplifies the integration of Vanilla Pay International payment functionalities into your Python applications.
        <h4>
            <a href="">Documentation</a>
            <span> | </span>
            <a href="https://github.com/Rohan29-AN/vanilla_pay_python/issues">Report bugs</a>
            <span> | </span>
            <a href="https://github.com/Rohan29-AN/vanilla_pay_python/fork">Contribute</a>
        </h4>
    </p>
	 <p>
        <a href='https://pypi.org/project/vanillapay/'><img src='https://img.shields.io/pypi/v/vanillapay?style=for-the-badge'/></a>
        <a href='https://github.com/rohan29-an/Mvola'> 
            <img src="https://img.shields.io/badge/-python-396E9B?style=for-the-badge&logo=python&logoColor=FFFFFF"/>
        </a>
        <a href='#'> 
            <img src='https://img.shields.io/badge/Maintained-Yes-darkgreen?style=for-the-badge'/>
        </a>  
    </p>
</div>

## Getting Started

1.  **Create Your Vanilla Pay Account**: Sign up on [Vanilla Pay International](https://vanilla-pay.net/) to get your credentials (CLIENT_ID, CLIENT_SECRET, KEY_SECRET, VPI_VERSION).
2.  **Set Up Environment Variables**: Add the required variables to a `.env` file. You can find an example in the repository.
3.  **Start Using the Library**: Initialize the VanillaPay object and start integrating payment functionalities into your application.

## Installation

You can consult the link on [here](https://pypi.org/project/vanillapay/) for mode documentation.

```s
pip install mvola==1.0.5
```

## Usage 
> Check the demo file <a href="https://github.com/rohan29-an/vanilla_pay_python/blob/master/demo.py">here</a>


## Features
-   **Token Generation**: Generate authentication tokens for transactions.
-   **Payment Initialization**: Initiate payment processes and generate payment links.
-   **Transaction Status Checking**: Retrieve transaction statuses using payment links.
-   **Data Authenticity Validation**: Verify data authenticity using signatures and secrets.


## Contribution and Development

### To-Do List
-   Improve Documentation

### How to Contribute
1.  Fork the repository.
2.  Create a new branch (`git checkout -b feature/improvement`).
3.  Make your changes.
4.  Commit your changes (`git commit -am 'Add new feature'`).
5.  Push to the branch (`git push origin feature/improvement`).
6.  Create a new Pull Request.


## Contributors

![Image des contributeurs GitHub](https://contrib.rocks/image?repo=Rohan29-AN/vanilla_pay_python)
