Metadata-Version: 2.1
Name: django-model-subscription
Version: 0.0.6
Summary: Subscription model for a django model instance.
Home-page: https://django-model-subscription.readthedocs.io/en/latest/index.html
License: MIT
Keywords: django model subscription,model observer,model change subscriber,model subscriptions,model instance subscription
Author: Tonye Jack
Author-email: tonyejck@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Provides-Extra: deploy
Provides-Extra: development
Requires-Dist: django-lifecycle (>=0.3.0,<0.4.0)
Requires-Dist: typing (>=3.6,<4.0); python_version >= "2.7" and python_version < "2.8" or python_version >= "3.4" and python_version < "3.5"
Project-URL: Documentation, https://django-model-subscription.readthedocs.io/en/latest/index.html
Project-URL: Repository, https://github.com/jackton1/django-model-subscription
Description-Content-Type: text/markdown

# [django-model-subscription](https://django-model-subscription.readthedocs.io/en/latest/installation.html)
[![Documentation Status](https://readthedocs.org/projects/django-model-subscription/badge/?version=latest)](https://django-model-subscription.readthedocs.io/en/latest/?badge=latest) [![CircleCI](https://circleci.com/gh/jackton1/django-model-subscription.svg?style=svg)](https://circleci.com/gh/jackton1/django-model-subscription)

https://python-3-patterns-idioms-test.readthedocs.io/en/latest/Observer.html

