# flutterwave-python Python Library for Flutterwave payment APIs
# Flutterwave Python
## Installation
To install the flutterwave python package, run the command below
pip install --upgrade flutterwave
or
easy_install --upgrade flutterwave
See http://www.pip-installer.org/en/latest/index.html for instructions on installing pip. If you are on a system with easy_install but not pip, you can use easy_install instead.
To install from source, run:
python setup.py install
## Documentation
### API Services - Charge Accounts - Charge Cards - Disburse to Accounts - BVN Validation - Card BIN Lookup - IP Check
## Getting Started To debit an account, two steps: first, tokenize the account, then charge account using the returned token.
python setup.py install
Tokens are valid means of charging an account or card subsequently.
Sign up at www.flutterwave.com for api-keys.
## Testing
Flutterwave-Python is written in python version 2.7 and can be tested using tox.