Metadata-Version: 2.0
Name: django-user-payments
Version: 0.2.2
Summary: User payments and subscriptions for Django
Home-page: https://github.com/matthiask/django-user-payments/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Provides-Extra: stripe
Requires-Dist: django-mooch
Provides-Extra: stripe
Requires-Dist: stripe (>=2); extra == 'stripe'

====================
django-user-payments
====================

.. image:: https://travis-ci.org/matthiask/django-user-payments.svg?branch=master
    :target: https://travis-ci.org/matthiask/django-user-payments

.. image:: https://readthedocs.org/projects/django-user-payments/badge/?version=latest
    :target: https://django-user-payments.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Links
=====

- `Documentation on readthedocs.io <https://django-user-payments.readthedocs.io/>`_
- `Code on Github <https://github.com/matthiask/django-user-payments>`_
- `Package on PyPI <https://pypi.org/project/django-user-payments/>`_


