Metadata-Version: 1.1
Name: yo-payments
Version: 0.1.1
Summary: Python Api Wrapper for the Yo Payments service
Home-page: https://github.com/jamesmura/yo_payments
Author: James Muranga
Author-email: jmured@gmail.com
License: BSD
Description: ===============================
        Yo Payments
        ===============================
        
        .. image:: https://badge.fury.io/py/yo_payments.png
            :target: http://badge.fury.io/py/yo_payments
        
        .. image:: https://pypip.in/d/yo_payments/badge.png
        	:target: https://crate.io/packages/yo_payments?version=latest
        
        
        Api Wrapper for the Yo Payments service
        
        * Free software: BSD license
        * Documentation: http://yo_payments.rtfd.org.
        
        Usage
        _____
        
                from yo_payments.yo_payments import Yo
        
                api_request = Yo("username","password","method","api_url")
                result = api_request.make_request()
        
        Features
        --------
        
        * Easy Access to the Yo Payments API
        
        
        
        
        History
        -------
        
        0.1.0 (2013-10-29)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: yo_payments
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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.3
