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
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
Requires-Dist: Django (>=2)
Requires-Dist: pycountry (>=18.12.8)
Requires-Dist: python-dateutil (>=2.6)
Requires-Dist: requests (>=2)
Provides-Extra: docs
Requires-Dist: sphinxcontrib-spelling (>=2.3.0) ; extra == 'docs'
Requires-Dist: Sphinx (>=1.5.2) ; extra == 'docs'
Requires-Dist: sphinx-autobuild (>=0.6.0) ; extra == 'docs'
Requires-Dist: karma-sphinx-theme (>=0.0.6) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: pyyaml ; extra == 'tests'

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


