Metadata-Version: 1.1
Name: django-notifier
Version: 0.4
Summary: User and Group Notifications for Django
Home-page: http://github.com/scdoshi/django-notifier/
Author: Siddharth Doshi
Author-email: scdoshi@gmail.com
License: Simplified BSD
Description: django-notifier
        ===============
        
        Send notifications (Email, SMS etc) and manage preferences and permissions per user and group.
        
        
        To register a notification:
        create_notification('test-notification')
        
        To send notifications:
        send_notification('test-notification', [user1, user2, ..])
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
