Metadata-Version: 2.4
Name: beyonic
Version: 0.1.16
Summary: The official Python client for the Beyonic.com API
Home-page: https://beyonic.com
Author: Beyonic
Author-email: info@beyonic.com
License: MIT
Keywords: api,mobile payments,mobile money,beyonic,mpesa
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# Beyonic Python Library

The official Python library for interacting with http://beyonic.com API

## Installation

You don't need this source code unless you want to modify the package. If you just want to use the Beyonic Python bindings, you should run:

```python
pip install beyonic
```

or

```python
easy_install beyonic
```

or manually

```python
git clone https://github.com/beyonic/beyonic-python.git
cd beyonic-python
python setup.py install
```

## Usage

Please visit https://apidocs.beyonic.com/ for usage documentation

## Development

Please see DEVELOPMENT.md for information on adding installing requirements, adding new API methods and running tests

## Changelog

0.1.8
- Added `Accounts API Wrapper` for interacting with the `accounts api`.

0.1.14
- Added Network and Currency APIs and ability to set Duplicate-Check-Key header for each request

0.1.15
- Added `banks API wrapper` for interacting with `the banks api`

