Metadata-Version: 1.0
Name: django-payex
Version: 0.1.0
Summary: Django application for saving statuses and receiving callbacks from the PayEx API.
Home-page: https://github.com/funkbit/django-payex
Author: Funkbit AS
Author-email: post@funkbit.no
License: BSD
Description: # django-payex
        
        django-payex is a Django application for saving statuses and receiving 
        callbacks from the PayEx API. 
        
        Check out the [pypayex](https://github.com/funkbit/pypayex) module for 
        communication with the PayEx API.
        
        The callback view requires the `pypayex` module.
        
        The PayEx implementation manual is available here:
        http://www.payexpim.com/
        
        ## Status
        
        This is a work in progress, patches are welcome :)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
