Metadata-Version: 2.1
Name: python-flutterwave
Version: 1.2.1
Summary: Python Wrapper for interacting with the Flutterwave Payments API
Home-page: https://github.com/WilliamOtieno/python-flutterwave
Author: William Otieno
Author-email: jimmywilliamotieno@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

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