Metadata-Version: 1.1
Name: python-wepay
Version: 1.1.2
Summary: Unofficial Python SDK for WePay API.
Home-page: https://github.com/lehins/python-wepay
Author: lehins
Author-email: lehins@yandex.ru
License: MIT License
Description: ######################################################################
        python-wepay
        ######################################################################
        
        **Unofficial, but the most complete Python WePay SDK**
        
        About
        -----
        
        This package started as a part of `Django WePay Application <https://github.com/lehins/django-wepay>`_, but I soon realized it could be useful to other developers in Python community that do not use `Django <https://djangoproject.com>`_. Originally it meant to be an extension of an official `Python WePay SDK <https://github.com/wepay/Python-SDK>`_, but instead it became a replacement with full compatibilty with official WePay version.
        
        Status
        ------
        
        Production. Calls that have not been tested are marked with the notice in the documentation.
        
        Requirements
        ------------
        
        * Registered Application with WePay `production <https://wepay.com>`_ site or it's `development <https://stage.wepay>`_ clone.
        
        Installation
        ------------
        
            pip install python-wepay
            
        
        Documentation
        -------------
        
        http://python-wepay.readthedocs.org/en/latest/index.html
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
