python-flutterwave


Namepython-flutterwave JSON
Version 1.2.2 PyPI version JSON
download
home_pagehttps://github.com/WilliamOtieno/python-flutterwave
SummaryPython Wrapper for interacting with the Flutterwave Payments API
upload_time2024-01-01 12:40:50
maintainer
docs_urlNone
authorWilliam Otieno
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### python-flutterwave

- This lib aims to be the middleman between `Flutterwave API` and a python backend. Ergo, it directly makes the API requests to FW and returns the necessary info to the backend.

- One should thoroughly go through the [official docs here](https://developer.flutterwave.com/reference/introduction) in order to have a meaningful insight on how to use the params provided by the functions in the lib.

- The lib will also follow the same project structure as the official docs for ease of use and consistency.

- NB: Set `FW_SECRET_KEY` environnment variable obtained from the dashboard.

- Full package documentation can be accessed from [here](https://python-flutterwave.readthedocs.io/en/latest/)


- More contributors needed, refer to [the contribution gude](/CONTRIBUTING.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/WilliamOtieno/python-flutterwave",
    "name": "python-flutterwave",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "William Otieno",
    "author_email": "jimmywilliamotieno@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4d/2a/4c24b8b8238c800652ed0bc136bb02aabb318a62fe9a8210c20fd128c6db/python-flutterwave-1.2.2.tar.gz",
    "platform": null,
    "description": "### python-flutterwave\n\n- This lib aims to be the middleman between `Flutterwave API` and a python backend. Ergo, it directly makes the API requests to FW and returns the necessary info to the backend.\n\n- One should thoroughly go through the [official docs here](https://developer.flutterwave.com/reference/introduction) in order to have a meaningful insight on how to use the params provided by the functions in the lib.\n\n- The lib will also follow the same project structure as the official docs for ease of use and consistency.\n\n- NB: Set `FW_SECRET_KEY` environnment variable obtained from the dashboard.\n\n- Full package documentation can be accessed from [here](https://python-flutterwave.readthedocs.io/en/latest/)\n\n\n- More contributors needed, refer to [the contribution gude](/CONTRIBUTING.md)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Wrapper for interacting with the Flutterwave Payments API",
    "version": "1.2.2",
    "project_urls": {
        "Homepage": "https://github.com/WilliamOtieno/python-flutterwave"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4820aa69ba9f9a3a7504f7401451717467b2748327a42c41661cbf379978df2",
                "md5": "b84f1e7c6a3552d2452569d248a91870",
                "sha256": "5e972a2a7289e35856af606405172fad12efb010ad4514aec8570480ba271d11"
            },
            "downloads": -1,
            "filename": "python_flutterwave-1.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b84f1e7c6a3552d2452569d248a91870",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10416,
            "upload_time": "2024-01-01T12:40:48",
            "upload_time_iso_8601": "2024-01-01T12:40:48.998040Z",
            "url": "https://files.pythonhosted.org/packages/c4/82/0aa69ba9f9a3a7504f7401451717467b2748327a42c41661cbf379978df2/python_flutterwave-1.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d2a4c24b8b8238c800652ed0bc136bb02aabb318a62fe9a8210c20fd128c6db",
                "md5": "e45fd678ec147ac482d17343d8798bc4",
                "sha256": "464eadb8bdd1236d3a513264b8e59f72437b4a5c355fa73f5ea5701cd1215d2f"
            },
            "downloads": -1,
            "filename": "python-flutterwave-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e45fd678ec147ac482d17343d8798bc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6821,
            "upload_time": "2024-01-01T12:40:50",
            "upload_time_iso_8601": "2024-01-01T12:40:50.081109Z",
            "url": "https://files.pythonhosted.org/packages/4d/2a/4c24b8b8238c800652ed0bc136bb02aabb318a62fe9a8210c20fd128c6db/python-flutterwave-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-01 12:40:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WilliamOtieno",
    "github_project": "python-flutterwave",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "python-flutterwave"
}
        
Elapsed time: 7.63893s