Metadata-Version: 2.0
Name: django-walletone
Version: 1.0.0a2
Summary: WalletOne payment system integration in Django.
Home-page: https://github.com/otov4its/django-walletone
Author: Stanislav Otovchits
Author-email: otov4its@gmail.com
License: MIT
Keywords: django,walletone,w1
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: Django (>=1.7)

Django WalletOne
================

.. image:: https://img.shields.io/pypi/v/django-walletone.svg
    :target: https://pypi.python.org/pypi/django-walletone/

.. image:: https://travis-ci.org/otov4its/django-walletone.svg?branch=master
    :target: https://travis-ci.org/otov4its/django-walletone

.. image:: https://readthedocs.org/projects/django-walletone/badge/?version=latest
    :target: http://django-walletone.readthedocs.org/en/latest/?badge=latest

.. image:: https://coveralls.io/repos/github/otov4its/django-walletone/badge.svg?branch=master
    :target: https://coveralls.io/github/otov4its/django-walletone

|

Django WalletOne is a pluggable application that integrates
with WalletOne online payments provider.

Django WalletOne supports Django 1.7 to 1.9 on Python 2.7, 3.4.

|

See https://django-walletone.readthedocs.org/ for application documentation.

See https://www.walletone.com/en/merchant/documentation/ for
native WalletOne documentation.


