Metadata-Version: 2.1
Name: verifone
Version: 0.1.2
Summary: Python package for Verifone
Home-page: https://github.com/vilkasgroup/Verifone
Author: Jaana Sarajärvi
Author-email: jaana.sarajarvi@vilkas.fi
License: MIT license
Keywords: verifone
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests (>=2.7.0)
Requires-Dist: pycountry (>=18.5.26)
Requires-Dist: pycryptodome (>=3.6.6)

========
Verifone
========


.. image:: https://img.shields.io/pypi/v/verifone.svg
        :target: https://pypi.python.org/pypi/verifone

.. image:: https://img.shields.io/travis/vilkasgroup/Verifone.svg
        :target: https://travis-ci.org/vilkasgroup/Verifone

.. image:: https://readthedocs.org/projects/verifone/badge/?version=latest
        :target: https://verifone.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://coveralls.io/repos/github/vilkasgroup/Verifone/badge.svg?branch=master
   :target: https://coveralls.io/github/vilkasgroup/Verifone?branch=master
   :alt: Coveralls status

.. image:: https://pyup.io/repos/github/vilkasgroup/Verifone/shield.svg
     :target: https://pyup.io/repos/github/vilkasgroup/Verifone/
     :alt: Updates



Python package for Verifone


* Free software: MIT license
* Documentation: https://verifone.readthedocs.io.


Features
--------

* Payment with Verifone
* Get available payment methods
* Refund payments

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.2 (2018-09-12)
------------------

* Changes in generate_payment_data feature.


0.1.1 (2018-09-06)
------------------

* Added post urls for hosted pages.


0.1.0 (2018-08-31)
------------------

* First release on PyPI.


