{"id":17478102,"url":"https://github.com/jpetrucciani/pybugsnag","last_synced_at":"2025-04-22T11:21:47.897Z","repository":{"id":62579110,"uuid":"149186867","full_name":"jpetrucciani/pybugsnag","owner":"jpetrucciani","description":"A python wrapper for the Bugsnag Data Access API","archived":false,"fork":false,"pushed_at":"2018-09-29T18:00:51.000Z","size":34,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-18T23:21:28.912Z","etag":null,"topics":["bugsnag","library","python3"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpetrucciani.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-17T20:54:32.000Z","updated_at":"2020-12-07T22:38:33.000Z","dependencies_parsed_at":"2022-11-03T19:34:06.435Z","dependency_job_id":null,"html_url":"https://github.com/jpetrucciani/pybugsnag","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fpybugsnag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fpybugsnag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fpybugsnag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fpybugsnag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpetrucciani","download_url":"https://codeload.github.com/jpetrucciani/pybugsnag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250228697,"owners_count":21395958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugsnag","library","python3"],"created_at":"2024-10-18T20:11:17.486Z","updated_at":"2025-04-22T11:21:47.868Z","avatar_url":"https://github.com/jpetrucciani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\npybugsnag\n=========\n\n\n.. image:: https://badge.fury.io/py/pybugsnag.svg\n    :target: https://badge.fury.io/py/pybugsnag\n    :alt: PyPI version\n\n\n.. image:: https://travis-ci.org/jpetrucciani/pybugsnag.svg?branch=master\n    :target: https://travis-ci.org/jpetrucciani/pybugsnag\n    :alt: Build Status\n\n\n.. image:: https://coveralls.io/repos/github/jpetrucciani/pybugsnag/badge.svg?branch=master\n    :target: https://coveralls.io/github/jpetrucciani/pybugsnag?branch=master\n    :alt: Coverage Status\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n    :alt: Code style: black\n\n\n.. image:: https://readthedocs.org/projects/pybugsnag/badge/?version=latest\n    :target: https://pybugsnag.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n\nA python wrapper for the Bugsnag Data Access API\n\n\nQuick start\n-----------\n\nInstallation\n^^^^^^^^^^^^\n\n.. code-block:: bash\n\n   # install\n   pip install pybugsnag\n\nBasic Usage\n^^^^^^^^^^^\n\n.. code-block:: python\n\n    from pybugsnag import BugsnagDataClient\n    from pybugsnag.models import Error\n\n    client = BugsnagDataClient(\"$AUTH_TOKEN\")\n    organization = client.organizations[0]  # first organization for the auth token\n    project = organization.projects[0]  # first project in the organization\n    project.get_errors(\n        sort=Error.Sort.LAST_SEEN,\n        direction=Error.Sort.Direction.DESCENDING,\n        per_page=30,\n    )  # gets errors for this project, \n    project.get_trend_buckets()  # data for a trend histogram\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpetrucciani%2Fpybugsnag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpetrucciani%2Fpybugsnag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpetrucciani%2Fpybugsnag/lists"}