Metadata-Version: 2.1
Name: connexion-buzz
Version: 0.2.1
Summary: py-buzz bindings specifically for connexion applications
Home-page: https://gitlab.mytradingdata.com/common/connexion-buzz
Author: Aleksey Dalekin
Author-email: ald@investex.com
License: UNKNOWN
Keywords: connexion error py-buzz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Requires-Dist: connexion (>=2.0.0)
Requires-Dist: py-buzz (>=0.3.6)

[![Build Status](https://travis-ci.org/adalekin/connexion-buzz.svg?branch=master)](https://travis-ci.org/adalekin/connexion-buzz) [![Coverage Status](https://coveralls.io/repos/github/adalekin/connexion-buzz/badge.svg?branch=master)](https://coveralls.io/github/adalekin/connexion-buzz?branch=master)

connexion-buzz
==============

This is an extension of the [py-buzz](https://github.com/dusktreader/py-buzz)
package.

It adds extra functionality especially for connexion. Predominately, it adds the
ability to jsonify an exception

Installation
------------

```
pip install connexion-buzz
```

Usage
-----

See [examples/basic.py](https://github.com/adalekin/connexion-buzz/blob/master/examples/basic.py) for an example of how to use this exception package.


Tests
-----

To run the test suite execute the following command in package root folder:

```
python setup.py test
```


