Metadata-Version: 1.0
Name: django-pusher
Version: 0.1
Summary: a reusable app that wraps the api for pusher.com to allow registration of namespaces and auth callbacks
Home-page: http://github.com/eldarion/django-pusher/
Author: Eldarion
Author-email: development@eldarion.com
License: BSD
Description: Django Pusher
        =============
        
        Django Pusher is an application that makes it easier to utilize pusher.com with reusable applications. It solves
        the problem of authentication of private/presence channels as well as helping to prevent namespace clashes.
        
        Usage
        -----
        
        Django Pusher provides a pusher object gotten by::
        
            from django_pusher.push import pusher
        
        ``pusher`` Mimics the Generic Python Library provided by pusher.com except it adds a ``register`` and ``unregister`` command.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
