Metadata-Version: 1.0
Name: django-notifyme
Version: 0.0.1a
Summary: A notification framework for django
Home-page: http://github.com/stefanfoulis/django-notifyme
Author: Stefan Foulis
Author-email: stefan.foulis@gmail.com
License: BSD
Description: ===============
        django-notifyme
        ===============
        
        .. warning:: this code is NOT ready for production yet.
        
        A framework for django projects and re-usable apps that aims to provide a clean and flexible
        notification solution. Developers can emit user-centric notifications to their users without
        knowing the details of how the notification will be delivered by the delivery backends.
        
        Delivery backends could emit notices as:
        
        * emails
        * twitter messages
        * notifio messages
        * jabber
        * whatever you can dream of
        
        django-notifyme is *NOT* a replacement for request-by-request messages like
        ``django.contrib.messages`` provides.
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
