Metadata-Version: 1.1
Name: django-plans
Version: 0.8.12
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
        
        .. image:: https://coveralls.io/repos/swappsco/django-plans/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/swappsco/django-plans?branch=master
        
        .. image:: https://requires.io/github/swappsco/django-plans/requirements.svg?branch=master
             :target: https://requires.io/github/swappsco/django-plans/requirements/?branch=master
             :alt: Requirements Status
        
        .. image:: https://badge.fury.io/py/django-plans.svg
            :target: https://badge.fury.io/py/django-plans
        
        .. image:: https://readthedocs.org/projects/django-plans-swapps/badge/?version=latest
        	:target: http://django-plans-swapps.readthedocs.org/en/latest/?badge=latest
        	:alt: Documentation Status
           
        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 parameterizing 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-swapps.readthedocs.org/
        
        Support for python 2.7 and 3.3.
        We support at most 2 versions of Django at any given time: The latest LTS version and the current version. Currently support Django1.8 and Django1.9.
        
        This project is a fork of https://github.com/cypreess/django-plans
        
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
