vanillapay


Namevanillapay JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryThis module offers a streamlined solution for seamlessly integrating the Vanilla Pay payment system into Python applications.
upload_time2024-03-16 18:26:22
maintainer
docs_urlNone
authorVanilla Pay Team
requires_python>=3.12
license
keywords vanilla pay fintech online_payment
VCS
bugtrack_url
requirements requests python-dotenv
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
</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/vanilla_pay_python'> 
            <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 vanillapay==1.0.1
```

## 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)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vanillapay",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "",
    "keywords": "vanilla pay,fintech,online_payment",
    "author": "Vanilla Pay Team",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cf/5b/022b5b8100c23a7ebded3335464f70ef7e8e687fea2c84e42a817de9f460/vanillapay-1.0.1.tar.gz",
    "platform": null,
    "description": "\n</br>\n</br>\n<p align=\"center\"> \n    <img height=\"80\" src=\"https://raw.githubusercontent.com/Rohan29-AN/vanilla_pay_python/master/assets/logo_VP.png\">\n</p>\n<div align=\"center\"> \n    <p>\n        Vanilla Pay Python library simplifies the integration of Vanilla Pay International payment functionalities into your Python applications.\n        <h4>\n            <a href=\"\">Documentation</a>\n            <span> | </span>\n            <a href=\"https://github.com/Rohan29-AN/vanilla_pay_python/issues\">Report bugs</a>\n            <span> | </span>\n            <a href=\"https://github.com/Rohan29-AN/vanilla_pay_python/fork\">Contribute</a>\n        </h4>\n    </p>\n\t <p>\n        <a href='https://pypi.org/project/vanillapay/'><img src='https://img.shields.io/pypi/v/vanillapay?style=for-the-badge'/></a>\n        <a href='https://github.com/rohan29-an/vanilla_pay_python'> \n            <img src=\"https://img.shields.io/badge/-python-396E9B?style=for-the-badge&logo=python&logoColor=FFFFFF\"/>\n        </a>\n        <a href='#'> \n            <img src='https://img.shields.io/badge/Maintained-Yes-darkgreen?style=for-the-badge'/>\n        </a>  \n    </p>\n</div>\n\n## Getting Started\n\n1.  **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).\n2.  **Set Up Environment Variables**: Add the required variables to a `.env` file. You can find an example in the repository.\n3.  **Start Using the Library**: Initialize the VanillaPay object and start integrating payment functionalities into your application.\n\n## Installation\n\nYou can consult the link on [here](https://pypi.org/project/vanillapay/) for mode documentation.\n\n```s\npip install vanillapay==1.0.1\n```\n\n## Usage \n> Check the demo file <a href=\"https://github.com/rohan29-an/vanilla_pay_python/blob/master/demo.py\">here</a>\n\n\n## Features\n-   **Token Generation**: Generate authentication tokens for transactions.\n-   **Payment Initialization**: Initiate payment processes and generate payment links.\n-   **Transaction Status Checking**: Retrieve transaction statuses using payment links.\n-   **Data Authenticity Validation**: Verify data authenticity using signatures and secrets.\n\n\n## Contribution and Development\n\n### To-Do List\n-   Improve Documentation\n\n### How to Contribute\n1.  Fork the repository.\n2.  Create a new branch (`git checkout -b feature/improvement`).\n3.  Make your changes.\n4.  Commit your changes (`git commit -am 'Add new feature'`).\n5.  Push to the branch (`git push origin feature/improvement`).\n6.  Create a new Pull Request.\n\n\n## Contributors\n\n![Image des contributeurs GitHub](https://contrib.rocks/image?repo=Rohan29-AN/vanilla_pay_python)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This module offers a streamlined solution for seamlessly integrating the Vanilla Pay payment system into Python applications.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Rohan29-AN/vanilla_pay_python"
    },
    "split_keywords": [
        "vanilla pay",
        "fintech",
        "online_payment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d25e2cd084a8e2bc8dea593b4ca657042ee09bc04ef4a92458d70926361fd0f3",
                "md5": "7332631b55f2b9d4a3798534741c3190",
                "sha256": "a9769af073927e6a1407e6bdae1a1a48ee7448bb91494a81fb00a5096720418a"
            },
            "downloads": -1,
            "filename": "vanillapay-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7332631b55f2b9d4a3798534741c3190",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 4906,
            "upload_time": "2024-03-16T18:26:20",
            "upload_time_iso_8601": "2024-03-16T18:26:20.855459Z",
            "url": "https://files.pythonhosted.org/packages/d2/5e/2cd084a8e2bc8dea593b4ca657042ee09bc04ef4a92458d70926361fd0f3/vanillapay-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf5b022b5b8100c23a7ebded3335464f70ef7e8e687fea2c84e42a817de9f460",
                "md5": "154b139e0e9f96b47ecc588899227e2d",
                "sha256": "7d4ce3d7beb8090a821d2fca63c6969a80323939f73ca9e17d5a263ffa7fa4d7"
            },
            "downloads": -1,
            "filename": "vanillapay-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "154b139e0e9f96b47ecc588899227e2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 4469,
            "upload_time": "2024-03-16T18:26:22",
            "upload_time_iso_8601": "2024-03-16T18:26:22.618543Z",
            "url": "https://files.pythonhosted.org/packages/cf/5b/022b5b8100c23a7ebded3335464f70ef7e8e687fea2c84e42a817de9f460/vanillapay-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-16 18:26:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rohan29-AN",
    "github_project": "vanilla_pay_python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        }
    ],
    "lcname": "vanillapay"
}
        
Elapsed time: 0.20505s