Metadata-Version: 2.1
Name: company-pinax-stripe
Version: 4.4.1
Summary: a payments Django app for Stripe for companies
Home-page: https://github.com/JamesJGarner/company-pinax-stripe
Author: MCNA
Author-email: developers@mycompanyneedsa.co
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Provides-Extra: testing
Requires-Dist: django-appconf (>=1.0.1)
Requires-Dist: jsonfield (>=1.0.3)
Requires-Dist: stripe (>=2.0)
Requires-Dist: django (>=1.8)
Requires-Dist: pytz
Requires-Dist: six
Requires-Dist: django-ipware (==2.1.0)
Provides-Extra: testing
Requires-Dist: mock; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-django; extra == 'testing'


============
Company Pinax Stripe
============

.. image:: http://slack.pinaxproject.com/badge.svg
    :target: http://slack.pinaxproject.com/

.. image:: https://img.shields.io/travis/pinax/company-pinax-stripe.svg
    :target: https://travis-ci.org/pinax/company-pinax-stripe

.. image:: https://img.shields.io/codecov/c/github/pinax/company-pinax-stripe.svg
    :target: https://codecov.io/gh/pinax/company-pinax-stripe

.. image:: https://img.shields.io/pypi/dm/company-pinax-stripe.svg
    :target:  https://pypi.python.org/pypi/company-pinax-stripe/

.. image:: https://img.shields.io/pypi/v/company-pinax-stripe.svg
    :target:  https://pypi.python.org/pypi/company-pinax-stripe/

.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target:  https://pypi.python.org/pypi/company-pinax-stripe/


This app was formerly called ``django-stripe-payments`` and has been renamed to
avoid namespace collisions and to have more consistancy with Pinax.

Pinax
------

Pinax is an open-source platform built on the Django Web Framework. It is an
ecosystem of reusable Django apps, themes, and starter project templates.
This collection can be found at http://pinaxproject.com.

This app was developed as part of the Pinax ecosystem but is just a Django app
and can be used independently of other Pinax apps.


company-pinax-stripe
------------

``company-pinax-stripe`` is a payments Django app for Stripe.

This app allows you to process one off charges as well as signup users for
recurring subscriptions managed by Stripe.


