Metadata-Version: 1.1
Name: pybugsnag
Version: 0.0.3
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://coveralls.io/repos/github/jpetrucciani/pybugsnag/badge.svg?branch=master
            :target: https://coveralls.io/github/jpetrucciani/pybugsnag?branch=master
            :alt: Coverage Status
        
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
            :target: https://github.com/ambv/black
            :alt: Code style: black
        
        
        .. image:: https://readthedocs.org/projects/pybugsnag/badge/?version=latest
            :target: https://pybugsnag.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        
        A python wrapper for the Bugsnag Data Access API
        
        
        Quick start
        -----------
        
        Installation
        ^^^^^^^^^^^^
        
        .. code-block:: bash
        
           # install
           pip install pybugsnag
        
        Basic Usage
        ^^^^^^^^^^^
        
        .. code-block:: python
        
           from pybugsnag import BugsnagDataAccessClient
        
           bugsnag_client = BugsnagDataAccessClient("$ACCESS_TOKEN")
        
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
