An open API service indexing awesome lists of open source software.

https://github.com/dusktreader/flask-buzz

py-buzz bindings specifically for flask applications
https://github.com/dusktreader/flask-buzz

Last synced: 12 months ago
JSON representation

py-buzz bindings specifically for flask applications

Awesome Lists containing this project

README

          

.. 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 `_
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
`_

Documentation
-------------

The complete documentation can be found at the
`flask-buzz home page `_