Name | py-buzz JSON |
Version |
5.0.1
JSON |
| download |
home_page | https://github.com/dusktreader/py-buzz |
Summary | "That's not flying, it's falling with style": Exceptions with extras |
upload_time | 2025-01-29 19:42:26 |
maintainer | None |
docs_url | None |
author | Tucker Beck |
requires_python | <4.0,>=3.9 |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|




**That's not flying, _it's falling with style_: Exceptions with extras**

py-buzz is fully equipped with a suite of exception tools that will save you
from writing the same code over and over again in your python projects. These
include:
* checking conditions and raising errors on failure (`require_conditon`)
* checking that values are defined and raising errors if not (`enforce_defined`)
* catching exceptions wrapping them in clearer exception types with better error
messages (`handle_errors`)
* checking many conditions and reporting which ones failed
(`check_expressions`)
py-buz also provides an exception class, Buzz, that can be used as a base class
for custom exceptions within a project.
## Super-quick Start
* Only requires Python 3.8 or later
* Installed with pip (`$ pip install py-buzz`)
* Each feature demonstrated in [examples](https://github.com/dusktreader/py-buzz/tree/main/examples)
## Documentation
The complete documentation can be found at the [py-buzz documentation page](https://dusktreader.github.io/py-buzz/)
Raw data
{
"_id": null,
"home_page": "https://github.com/dusktreader/py-buzz",
"name": "py-buzz",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Tucker Beck",
"author_email": "tucker.beck@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/47/62/57941f125bfb6be203193bbce8349e07e9ff8f1afe3d4f9a58dd297ef42b/py_buzz-5.0.1.tar.gz",
"platform": null,
"description": "\n\n\n\n\n\n**That's not flying, _it's falling with style_: Exceptions with extras**\n\n\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 conditions and raising errors on failure (`require_conditon`)\n* checking that values are defined and raising errors if not (`enforce_defined`)\n* catching exceptions wrapping them in clearer exception types with better error\n messages (`handle_errors`)\n* checking many conditions and reporting which ones failed\n (`check_expressions`)\n\npy-buz 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.8 or later\n* Installed with pip (`$ pip install py-buzz`)\n* Each feature demonstrated in [examples](https://github.com/dusktreader/py-buzz/tree/main/examples)\n\n## Documentation\n\nThe complete documentation can be found at the [py-buzz documentation page](https://dusktreader.github.io/py-buzz/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"That's not flying, it's falling with style\": Exceptions with extras",
"version": "5.0.1",
"project_urls": {
"CHANGELOG": "https://github.com/dusktreader/py-buzz/blob/main/CHANGELOG.md",
"Documentation": "https://dusktreader.github.io/py-buzz/",
"Homepage": "https://github.com/dusktreader/py-buzz",
"Repository": "https://github.com/dusktreader/py-buzz"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0962c51cb26b6c97853f93a4236bce5cf66022e6603fd9a69d2b5194297a569c",
"md5": "b9450c7cf96da2d8338e9917f86aea4f",
"sha256": "c38a2cc8d592d1c9c1460ef58bec28e5c4ad417440ad231e6016631acbecc3c5"
},
"downloads": -1,
"filename": "py_buzz-5.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b9450c7cf96da2d8338e9917f86aea4f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 7665,
"upload_time": "2025-01-29T19:42:24",
"upload_time_iso_8601": "2025-01-29T19:42:24.626024Z",
"url": "https://files.pythonhosted.org/packages/09/62/c51cb26b6c97853f93a4236bce5cf66022e6603fd9a69d2b5194297a569c/py_buzz-5.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "476257941f125bfb6be203193bbce8349e07e9ff8f1afe3d4f9a58dd297ef42b",
"md5": "90ec20b11861bb81d3ea8b5cfdc2a15b",
"sha256": "0d6fe71eb77ff58a0a2bbc8a1189f219c7256449a7bf79e9e424f1773c2a5788"
},
"downloads": -1,
"filename": "py_buzz-5.0.1.tar.gz",
"has_sig": false,
"md5_digest": "90ec20b11861bb81d3ea8b5cfdc2a15b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 7209,
"upload_time": "2025-01-29T19:42:26",
"upload_time_iso_8601": "2025-01-29T19:42:26.290782Z",
"url": "https://files.pythonhosted.org/packages/47/62/57941f125bfb6be203193bbce8349e07e9ff8f1afe3d4f9a58dd297ef42b/py_buzz-5.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-29 19:42:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dusktreader",
"github_project": "py-buzz",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "py-buzz"
}