Metadata-Version: 2.0
Name: pymipago
Version: 1.0b2
Summary: Python package to make payment requests with Basque Government payment service
Home-page: https://github.com/codesyntax/pymipago
Author: Mikel Larreategi
Author-email: mlarreategi@codesyntax.com
License: GNU General Public License v3
Keywords: pymipago
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests

========
pymipago
========


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

.. image:: https://travis-ci.org/codesyntax/pymipago.svg?branch=master
        :target: https://travis-ci.org/codesyntax/pymipago

.. image:: https://coveralls.io/repos/github/codesyntax/pymipago/badge.svg?branch=master
        :target: https://coveralls.io/github/codesyntax/pymipago?branch=master

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


.. image:: https://pyup.io/repos/github/codesyntax/pymipago/shield.svg
     :target: https://pyup.io/repos/github/codesyntax/pymipago/
     :alt: Updates



Python package to make payment requests with Basque Government's payment service


* Free software: GNU General Public License v3
* Documentation: https://pymipago.readthedocs.io.


Features
--------

This package allows to use the `Basque Governent's Payment Service`_, a platform
that allows Basque public institutions to receive payments from the citizens.

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


The development of this package was funded by `AMETX Erakunde Autonomoa`_

.. _`AMETX Erakunde Autonomoa`: https://www.ametx.eus
.. _`Basque Governent's Payment Service`: https://www.euskadi.eus/mipago


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

1.0b2 (2018-04-20)
------------------

- Add a parameter to use the testing environment of the Payment service.
  [erral]


1.0b1 (2018-04-18)
------------------

* Implementation of notebook 60 payments in short format (521)
  [erral]


