Metadata-Version: 1.1
Name: django-oscar-mpesa
Version: 0.0.3
Summary: Oscar integration for M-Pesa's IPN service.
Home-page: https://bitbucket.org/regulusweb/django-oscar-mpesa
Author: Regulus Ltd
Author-email: reg@regulusweb.com
License: BSD
Description: **Django-oscar M-Pesa**
        
        This package provides integration between django-oscar and M-Pesa's Instant
        Payment Notification (IPN) service.
        
        **Sandbox**
        
        You can get a feel of how this module works by running the sandbox site:
        ::
        
            mkvirtualenv django-oscar-mpesa
            make sandbox
            sandbox/manage.py runserver
        
        
        
        **Documentation**
        
        The official documentation can be found at http://django-oscar-mpesa.readthedocs.org.
        
        **Running tests**
        
        ::
        
            ./runtests.py
        
Keywords: Payment,M-Pesa,IPN,Pay Bill,Oscar
Platform: linux
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 :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Other/Nonlisted Topic
