Metadata-Version: 2.1
Name: django-sagepaypi
Version: 1.0
Summary: Django SagePayPI Payment Gateway
Home-page: https://github.com/AccentDesign/django-sagepaypi/
Author: Stuart George
Author-email: stuart@accentdesign.co.uk
License: MIT
Download-URL: https://pypi.python.org/pypi/django-sagepaypi
Description: Django SagePayPI
        ================
        
        |CircleCI| |Codecov|
        
        Django SagePayPI Payment Gateway
        
        Documentation
        -------------
        
        Can be found on `readthedocs <http://django-sagepaypi.readthedocs.io/>`_.
        
        Example site with docker
        ------------------------
        
        Clone the repo
        
        .. code:: bash
        
            $ git clone https://github.com/AccentDesign/django-sagepaypi.git
        
        Run the docker container
        
        .. code:: bash
        
            $ cd django-sagepaypi
            $ docker-compose up
        
        Create yourself a superuser
        
        .. code:: bash
        
            $ docker-compose exec app bash
            $ python manage.py createsuperuser
        
        Go to http://127.0.0.1:8000
        
        .. |CircleCI| image:: https://circleci.com/gh/AccentDesign/django-sagepaypi/tree/master.svg?style=svg
           :target: https://circleci.com/gh/AccentDesign/django-sagepaypi/tree/master
        .. |Codecov| image:: https://codecov.io/gh/AccentDesign/django-sagepaypi/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/AccentDesign/django-sagepaypi
        
Keywords: django,sagepay,pi,payment,accent,design
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Provides-Extra: docs
Provides-Extra: tests
