Metadata-Version: 2.1
Name: flask-buzz
Version: 0.1.7
Summary: Extra bindings on py-buzz specifically for flask apps
Home-page: https://github.com/dusktreader/flask-buzz
Author: Tucker Beck
Author-email: tucker.beck@gmail.com
License: MIT
Description: .. image::  https://badge.fury.io/py/flask-buzz.svg
           :target: https://badge.fury.io/py/flask-buzz
           :alt:    Latest Version
        
        .. image::  https://travis-ci.org/dusktreader/flask-buzz.svg?branch=master
           :target: https://travis-ci.org/dusktreader/flask-buzz
           :alt:    Build Status
        
        .. image::  https://readthedocs.org/projects/flask-buzz/badge/?version=latest
           :target: http://flask-buzz.readthedocs.io/en/latest/?badge=latest
           :alt:    Documentation Build Status
        
        ************
         flask-buzz
        ************
        
        ----------------------------------------------------
        py-buzz bindings specifically for flask applications
        ----------------------------------------------------
        
        This is an extension of the `py-buzz <https://github.com/dusktreader/py-buzz>`_
        package.
        
        It adds extra functionality especially for flask. Predominately, it adds the
        ability to jsonify an exception including an attached status code
        
        Super-quick Start
        -----------------
         - requirements: `python3`
         - install through pip: `$ pip install flask-buzz`
         - minimal usage example: `examples/basic.py
           <https://github.com/dusktreader/flask-buzz/tree/master/examples/basic.py>`_
        
        Documentation
        -------------
        
        The complete documentation can be found at the
        `flask-buzz home page <http://flask-buzz.readthedocs.io>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/x-rst
Provides-Extra: dev
