Metadata-Version: 1.1
Name: pymipago
Version: 1.0
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
Description: ========
        pymipago
        ========
        
        
        .. image:: https://travis-ci.com/codesyntax/pymipago.svg?branch=master
                :target: https://travis-ci.com/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
        
        
        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.0 (2020-01-21)
        ----------------
        
        - Use new Travis CI
          [erral]
        
        - Remove bumpversion as dependency
          [erral]
        
        1.0b7 (2018-07-24)
        ------------------
        
        - Force control digits
          [erral]
        
        - Test against python 3.7
          [erral]
        
        - Update dependency versions
          [erral]
        
        
        1.0b6 (2018-06-01)
        ------------------
        
        - Fix control digit calculation
          [erral]
        
        - Document new extra parameters for logos and XSLT template.
          [erral]
        
        
        1.0b5 (2018-04-27)
        ------------------
        
        - Add extra parameters to send logo urls
          [erral]
        
        
        - Add an extra parameter to send the XSLT template
          [erral]
        
        
        1.0b4 (2018-04-25)
        ------------------
        
        - Add an extra parameter to register additional optional information into the payment service
          [erral] 
        
        
        1.0b3 (2018-04-20)
        ------------------
        
        - Previous was an errored relase.
          [erral]
        
        
        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]
        
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
