Metadata-Version: 1.0
Name: django-tidings
Version: 0.2
Summary: Framework for asynchronous email notifications from Django
Home-page: http://github.com/erikrose/django-tidings
Author: Erik Rose
Author-email: erik@mozilla.com
License: BSD
Description: ==============
        django-tidings
        ==============
        
        django-tidings is a framework for sending email notifications to users who have
        registered interest in certain events, such as the modification of some model
        object. Used by support.mozilla.com, it is optimized for large-scale
        installations. Its features include...
        
        * Asynchronous operation using the ``celery`` task queue
        * De-duplication of notifications
        * Association of subscriptions with either registered Django users or anonymous
          email addresses
        * Optional confirmation of anonymous subscriptions
        * Hook points for customizing any page drawn and any email sent
        
        Please see the full documentation at http://packages.python.org/django-tidings/
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries :: Python Modules
