Metadata-Version: 2.4
Name: django-plans
Version: 2.1.9
Summary: Pluggable django app for managing pricing plans with quotas and accounts expiration
Author-email: Krzysztof Dorosz <cypreess@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/django-getpaid/django-plans
Project-URL: Repository, https://github.com/django-getpaid/django-plans
Project-URL: Issues, https://github.com/django-getpaid/django-plans/issues
Project-URL: Documentation, https://django-plans.readthedocs.io/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: django-countries>=4.5
Requires-Dist: django-ordered-model>=1.4.1
Requires-Dist: python-stdnum
Requires-Dist: django-next-url-mixin>=0.1.0
Requires-Dist: zeep
Requires-Dist: django-sequences
Requires-Dist: swapper~=1.4.0
Provides-Extra: i18n
Requires-Dist: django-modeltranslation>=0.5b1; extra == "i18n"
Dynamic: license-file

Welcome to django-plans
=======================

.. image:: https://img.shields.io/pypi/v/django-plans.svg
   :target: https://pypi.org/project/django-plans/
   :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/django-plans.svg
   :target: https://pypi.org/project/django-plans/
   :alt: Python versions

.. image:: https://codecov.io/gh/django-getpaid/django-plans/branch/master/graph/badge.svg?token=oEyv7odqUW
   :target: https://codecov.io/gh/django-getpaid/django-plans
   :alt: Code coverage

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: Support for Django 4.2 - 5.2, support for Python 3.9 - 3.13

.. 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



License
-------

Django Plans is licensed and distributed under MIT licesne..
