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
- Host: GitHub
- URL: https://github.com/dusktreader/flask-buzz
- Owner: dusktreader
- License: mit
- Created: 2017-10-04T18:38:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T19:16:56.000Z (about 2 years ago)
- Last Synced: 2025-02-18T05:11:19.641Z (over 1 year ago)
- Language: Python
- Homepage: https://flask-buzz.readthedocs.io/en/latest/
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.rst
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 `_