Metadata-Version: 1.0
Name: flask-itemshop
Version: 0.2
Summary: 
Simple flask blueprint (ItemBP) that you can mount in your app to get a basic purchase flow for a single item. Credit card processing is done with stripe.js and the stripe python API.

Home-page: https://bitbucket.org/lost_theory/flask-stripe-blueprint/
Author: Steven Kryskalla
Author-email: skryskalla@gmail.com
License: BSD
Description: 
        Simple flask blueprint (``ItemBP``) that you can mount in your app to get
        a basic purchase flow for a single item. Credit card processing is done with
        ``stripe.js`` and the stripe python API.
        
        See the **documentation** for more information:
        
        * http://packages.python.org/flask-itemshop/
        
        There is a **demo site** online here:
        
        * http://itemshopdemo.lost-theory.org/
        
Platform: any
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business
