Metadata-Version: 1.1
Name: pybugsnag
Version: 0.0.1
Summary: A python wrapper for the Bugsnag Data Access API
Home-page: https://github.com/jpetrucciani/pybugsnag.git
Author: Jacobi Petrucciani
Author-email: jacobi@mimirhq.com
License: LICENSE
Download-URL: https://github.com/jpetrucciani/pybugsnag.git
Description: 
        pybugsnag
        =========
        
        
        .. image:: https://badge.fury.io/py/pybugsnag.svg
           :target: https://badge.fury.io/py/pybugsnag
           :alt: PyPI version
        
        
        .. image:: https://travis-ci.org/jpetrucciani/pybugsnag.svg?branch=master
           :target: https://travis-ci.org/jpetrucciani/pybugsnag
           :alt: Build Status
        
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/ambv/black
           :alt: Code style: black
        
        
        A python wrapper for the Bugsnag Data Access API
        
        COMING SOON!
        
        Quick start
        -----------
        
        Installation
        ^^^^^^^^^^^^
        
        .. code-block:: bash
        
           # install pybugsnag
           pip install pybugsnag
        
        Basic Usage
        ^^^^^^^^^^^
        
        .. code-block:: python
        
           import pybugsnag
        
Keywords: bugsnag python data api
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
