Metadata-Version: 1.1
Name: django-plans
Version: 0.8.0
Summary: Pluggable django app for managing pricing plans with quotas and accounts expiration
Home-page: https://github.com/Swappsco/django-plans
Author: Krzysztof Dorosz
Author-email: dev@swapps.co
License: MIT
Description: Welcome to django-plans
        =======================
        
        .. image:: https://travis-ci.org/Swappsco/django-plans.svg?branch=master   
           :target: https://travis-ci.org/Swappsco/django-plans
           
        Django-plans is a pluggable app for managing pricing plans with quotas and accounts expiration. 
        Features currently supported:
        
        * multiple plans,
        * support for user custom plans,
        * flexible model for parametrizing plans (quota),
        * customizable billing periods (plan pricing),
        * order total calculation using customizable taxation policy (e.g. in EU calculating VAT based on seller/buyer countries and VIES)
        * invoicing,
        * account expiratons + e-mail remainders.
        
        Documentation: https://django-plans.readthedocs.org/
        
        Master branch: experimental support for django 1.6, experimental support for py2.7 & py3.3
        
        .. image:: docs/source/_static/images/django-plans-1.png
        
        .. image:: docs/source/_static/images/django-plans-2.png
        
        .. image:: docs/source/_static/images/django-plans-3.png
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: 2.7
Classifier: Programming Language :: Python :: 3.3
