Metadata-Version: 1.1
Name: pinax-stripe
Version: 3.2.1
Summary: a payments Django app for Stripe
Home-page: https://github.com/pinax/pinax-stripe
Author: Pinax Team
Author-email: team@pinaxproject.com
License: MIT
Description: 
        ============
        Pinax Stripe
        ============
        
        .. image:: http://slack.pinaxproject.com/badge.svg
            :target: http://slack.pinaxproject.com/
        
        .. image:: https://img.shields.io/travis/pinax/pinax-stripe.svg
            :target: https://travis-ci.org/pinax/pinax-stripe
        
        .. image:: https://img.shields.io/coveralls/pinax/pinax-stripe.svg
            :target: https://coveralls.io/r/pinax/pinax-stripe
        
        .. image:: https://img.shields.io/pypi/dm/pinax-stripe.svg
            :target:  https://pypi.python.org/pypi/pinax-stripe/
        
        .. image:: https://img.shields.io/pypi/v/pinax-stripe.svg
            :target:  https://pypi.python.org/pypi/pinax-stripe/
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target:  https://pypi.python.org/pypi/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.
        
        
        pinax-stripe
        ------------
        
        ``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.
        
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
