Metadata-Version: 1.1
Name: django_simple_forums
Version: 1.0.8
Summary: A simple forums app for Django
Home-page: http://github.com/smalls12/django_simple_forums
Author: Chathan Driehuys
Author-email: cdriehuys@gmail.com
License: GPLv3
Description: =============
        Simple Forums
        =============
        
        .. image:: https://img.shields.io/travis/smalls12/django_simple_forums.svg
           :target: https://travis-ci.org/smalls12/django_simple_forums
        
        .. image:: https://img.shields.io/codecov/c/github/smalls12/django_simple_forums.svg
           :target: https://codecov.io/github/smalls12/django_simple_forums
        
        .. image:: https://img.shields.io/scrutinizer/g/smalls12/django_simple_forums.svg
           :target: https://scrutinizer-ci.com/g/smalls12/django_simple_forums/
        
        .. image:: https://img.shields.io/pypi/v/django_simple_forums.svg
           :target: https://pypi.python.org/pypi/django-simple-forums
        
        .. image:: https://img.shields.io/gemnasium/smalls12/django_simple_forums.svg
           :target: https://gemnasium.com/smalls12/django_simple_forums
        
        Goals
        =====
        
        Simple forums aims to be a basic forum package for django that allows for creation of a basic forum in which there are various categories that each have user created threads under them.
        
        Links
        =====
        
        **Source Code**: `Github`_
        
        **Documentation**: `Readthedocs.org`_
        
        **Reporting Issues**: `Github Issue Tracker`_
        
        .. _Github: https://github.com/smalls12/django_simple_forums
        .. _Github Issue Tracker: https://github.com/smalls12/django_simple_forums/issues
        .. _Readthedocs.org: http://django-simple-forums.readthedocs.org/en/latest/
        
        License
        =======
        
        This project is licensed under the GPL v3 license.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
