{"id":15442921,"url":"https://github.com/dusktreader/py-buzz","last_synced_at":"2025-05-12T14:50:21.579Z","repository":{"id":37270155,"uuid":"76986434","full_name":"dusktreader/py-buzz","owner":"dusktreader","description":"\"That's not flying, it's falling with style\": Python Exceptions with extras","archived":false,"fork":false,"pushed_at":"2025-04-22T03:48:54.000Z","size":2269,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-10T04:47:25.264Z","etag":null,"topics":["exceptions","python","python-3"],"latest_commit_sha":null,"homepage":"https://dusktreader.github.io/py-buzz/","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/dusktreader.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-12-20T19:41:53.000Z","updated_at":"2025-04-22T03:48:11.000Z","dependencies_parsed_at":"2024-06-19T00:27:56.040Z","dependency_job_id":"7d27ab54-4cf7-4717-be63-265e546e5d6d","html_url":"https://github.com/dusktreader/py-buzz","commit_stats":{"total_commits":133,"total_committers":7,"mean_commits":19.0,"dds":0.3984962406015038,"last_synced_commit":"b640e0c279484db7fb7694fcf945276c25695607"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusktreader%2Fpy-buzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusktreader%2Fpy-buzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusktreader%2Fpy-buzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dusktreader%2Fpy-buzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dusktreader","download_url":"https://codeload.github.com/dusktreader/py-buzz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253758627,"owners_count":21959631,"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":["exceptions","python","python-3"],"created_at":"2024-10-01T19:31:40.406Z","updated_at":"2025-05-12T14:50:21.567Z","avatar_url":"https://github.com/dusktreader.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Version](https://img.shields.io/pypi/v/py-buzz?label=pypi-version\u0026logo=python\u0026style=plastic)](https://pypi.org/project/py-buzz/)\n[![Python Versions](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fdusktreader%2Fpy-buzz%2Fmain%2Fpyproject.toml\u0026style=plastic\u0026logo=python\u0026label=python-versions)](https://www.python.org/)\n[![Build Status](https://github.com/dusktreader/py-buzz/actions/workflows/main.yml/badge.svg)](https://github.com/dusktreader/py-buzz/actions/workflows/main.yml)\n[![Documentation Status](https://github.com/dusktreader/py-buzz/actions/workflows/docs.yml/badge.svg)](https://dusktreader.github.io/py-buzz/)\n\n![py-buzz-logo](https://github.com/dusktreader/py-buzz/blob/main/docs/source/images/buzz-logo-text.png)\n\n**That's not flying, _it's falling with style_: Exceptions with extras**\n\n![asciicast](https://github.com/dusktreader/py-buzz/blob/main/docs/source/images/py-buzz.gif)\n\npy-buzz is fully equipped with a suite of exception tools that will save you\nfrom writing the same code over and over again in your python projects. These\ninclude:\n\n* checking many conditions and reporting which ones failed (`check_expressions()`)\n* catching exceptions wrapping them in clearer exception types with better error messages (`handle_errors()`)\n* checking that values are defined and raising errors if not (`enforce_defined()`)\n* checking that values are a certain type and raising errors if not (`ensure_type()`)\n* checking conditions and raising errors on failure (`require_condition()`)\n\npy-buzz also provides an exception class, Buzz, that can be used  as a base class\nfor custom exceptions within a project.\n\n## Super-quick Start\n\n* Only requires Python 3.9 or later\n* Installed with pip (`$ pip install py-buzz`)\n* Each feature demonstrated in an executable demo \"extra\"\n\n## Documentation\n\nThe complete documentation can be found at the [py-buzz documentation page](https://dusktreader.github.io/py-buzz/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdusktreader%2Fpy-buzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdusktreader%2Fpy-buzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdusktreader%2Fpy-buzz/lists"}