Metadata-Version: 1.1
Name: django-payone
Version: 0.1.0
Summary: Payone client and server API
Home-page: https://github.com/ddanier/django_payone
Author: David Danier
Author-email: david.danier@team23.de
License: UNKNOWN
Description: ABOUT
        =====
        
        django_payone implements the server and client API of Payone_. It provides
        a thin layer to use the Payone payment gateway.
        
        Server API
        ----------
        
        TODO
        
        Client API
        ----------
        
        Implementation of the client API using jQuery. Payone uses JSONP to handle
        AJAX requests. Includes:
        
        * client.js to wrap up all required parameters
        * client.py for calculating the required secure hash
        
        .. _Payone: http://www.payone.de/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Requires: django(>=1.4)
