Metadata-Version: 1.1
Name: pybbm-private-messages
Version: 0.0.1
Summary: A private messaging plugin for the pybbm forum.
Home-page: http://www.example.com/
Author: James Keys
Author-email: skolsuper@gmail.com
License: MIT License
Description: =====
        PYBBM Private Messages
        =====
        
        This is a plugin to add private messaging to the django forum solution `pybb`
        
        Prerequisites:
        
        `Django>=1.7`
        `pybbm>=0.16`
        
        Quick Start
        
        1. `pip install pybbm_private_messages`
        2. Add `private_messages` to your `INSTALLED_APPS` BEFORE `pybb` (it overrides some templates)
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
