Metadata-Version: 1.1
Name: beyonic
Version: 0.1a1
Summary: The official Python client for the Beyonic.com API
Home-page: http://beyonic.com
Author: Beyonic
Author-email: info@beyonic.com
License: MIT
Description: # 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 http://support.beyonic.com/api for usage documentation
        
Keywords: api,mobile payments,mobile money,beyonic,mpesa
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
