Metadata-Version: 2.0
Name: FlaskBB
Version: 2.0.0.dev0
Summary: A classic Forum Software in Python using Flask.
Home-page: https://github.com/sh4nks/flaskbb/
Author: Peter Justin
Author-email: peter.justin@outlook.com
License: BSD
Description-Content-Type: UNKNOWN
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: alembic (==0.9.6)
Requires-Dist: amqp (==2.1.4)
Requires-Dist: Babel (==2.5.1)
Requires-Dist: billiard (==3.5.0.2)
Requires-Dist: blinker (==1.4)
Requires-Dist: celery (==4.0.2)
Requires-Dist: certifi (==2017.11.5)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==6.7)
Requires-Dist: click-log (==0.2.1)
Requires-Dist: enum34 (==1.1.6)
Requires-Dist: Flask (==0.12.2)
Requires-Dist: Flask-Alembic (==2.0.1)
Requires-Dist: flask-allows (==0.4)
Requires-Dist: Flask-BabelPlus (==2.1.1)
Requires-Dist: Flask-Caching (==1.3.3)
Requires-Dist: Flask-DebugToolbar (==0.10.1)
Requires-Dist: Flask-Limiter (==1.0.1)
Requires-Dist: Flask-Login (==0.4.1)
Requires-Dist: Flask-Mail (==0.9.1)
Requires-Dist: Flask-Redis (==0.3.0)
Requires-Dist: Flask-SQLAlchemy (==2.3.2)
Requires-Dist: Flask-Themes2 (==0.1.4)
Requires-Dist: flask-whooshee (==0.5.0)
Requires-Dist: Flask-WTF (==0.14.2)
Requires-Dist: flaskbb-plugin-portal (==1.0.3)
Requires-Dist: idna (==2.6)
Requires-Dist: itsdangerous (==0.24)
Requires-Dist: Jinja2 (==2.10)
Requires-Dist: kombu (==4.0.2)
Requires-Dist: limits (==1.2.1)
Requires-Dist: Mako (==1.0.7)
Requires-Dist: MarkupSafe (==1.0)
Requires-Dist: mistune (==0.8.3)
Requires-Dist: olefile (==0.44)
Requires-Dist: Pillow (==4.3.0)
Requires-Dist: pluggy (==0.6.0)
Requires-Dist: Pygments (==2.2.0)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: python-editor (==1.0.3)
Requires-Dist: pytz (==2017.3)
Requires-Dist: redis (==2.10.6)
Requires-Dist: requests (==2.18.4)
Requires-Dist: simplejson (==3.13.2)
Requires-Dist: six (==1.11.0)
Requires-Dist: speaklater (==1.3)
Requires-Dist: SQLAlchemy (==1.1.15)
Requires-Dist: SQLAlchemy-Utils (==0.32.21)
Requires-Dist: Unidecode (==0.4.21)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: vine (==1.1.4)
Requires-Dist: Werkzeug (==0.13)
Requires-Dist: Whoosh (==2.7.4)
Requires-Dist: WTForms (==2.1)


FlaskBB
=======

FlaskBB is a Forum Software written in Python using the micro framework Flask.


Quickstart
----------

.. code:: bash
    # Install the FlaskBB package and it's dependencies
    $ pip install -e .

    # Generate a configuration
    $ flaskbb makeconfig

    # Install FlaskBB
    $ flaskbb install

    # Run the development server
    $ flaskbb run
     * Running on http://localhost:8080/


Resources
---------

* `website <https://flaskbb.org>`_
* `source <https://github.com/sh4nks/flaskbb>`_
* `issues <https://github.com/sh4nks/flaskbb/issues>`_


