Metadata-Version: 2.0
Name: onegov.pay
Version: 0.3.2
Summary: Payments for OneGov Cloud.
Home-page: http://github.com/OneGov/onegov.pay
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description-Content-Type: UNKNOWN
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Requires-Dist: more.webassets
Requires-Dist: onegov.core (>=0.4.0)
Requires-Dist: purl
Requires-Dist: requests
Requires-Dist: stripe (>=1.77.0)
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: onegov-testing; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: requests-mock; extra == 'test'



Run the Tests
-------------

Install tox and run it::

    pip install tox
    tox

Limit the tests to a specific python version::

    tox -e py27

Conventions
-----------

Onegov Pay follows PEP8 as close as possible. To test for it run::

    tox -e pep8

Onegov Pay uses `Semantic Versioning <http://semver.org/>`_

Build Status
------------

.. image:: https://travis-ci.org/OneGov/onegov.pay.png
  :target: https://travis-ci.org/OneGov/onegov.pay
  :alt: Build Status

Coverage
--------

.. image:: https://coveralls.io/repos/OneGov/onegov.pay/badge.png?branch=master
  :target: https://coveralls.io/r/OneGov/onegov.pay?branch=master
  :alt: Project Coverage

Latest PyPI Release
-------------------

.. image:: https://badge.fury.io/py/onegov.pay.svg
    :target: https://badge.fury.io/py/onegov.pay
    :alt: Latest PyPI Release

License
-------
onegov.pay is released under GPLv2

Changelog
---------

0.3.2 (2018-02-09)
~~~~~~~~~~~~~~~~~~~~~

- Fixes oauth not working with latest stripe python release (again).
  [href]

- Requires Python 3.6.
  [href]

0.3.1 (2017-12-27)
~~~~~~~~~~~~~~~~~~~~~

- Fixes oauth not working with latest stripe python release.
  [href]

0.3.0 (2017-10-10)
~~~~~~~~~~~~~~~~~~~~~

- Adds proper support for many-to-many payments.
  [href]

0.2.0 (2017-10-06)
~~~~~~~~~~~~~~~~~~~~~

- Adds a helper method to get the association table for a given Payable.
  [href]

- Switch to onegov.core's generic association implementation.
  [href]

0.1.1 (2017-07-05)
~~~~~~~~~~~~~~~~~~~~~

- Fixes Stripe payment syncing failing if there was a payout.
  [href]

0.1.0 (2017-06-16)
~~~~~~~~~~~~~~~~~~~~~

- Initial Release


