Name | py-buzz JSON |
Version |
4.2.0
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 | 2024-10-08 23:56:18 |
maintainer | None |
docs_url | None |
author | Tucker Beck |
requires_python | <4.0,>=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![Latest Version](https://badge.fury.io/py/py-buzz.svg)
![Build Status](https://github.com/dusktreader/py-buzz/actions/workflows/main.yml/badge.svg)
![Documentation Status](https://github.com/dusktreader/py-buzz/actions/workflows/docs.yml/badge.svg)
![py-buzz-logo](https://github.com/dusktreader/py-buzz/blob/main/docs/source/images/buzz-logo-text.png)
**That's not flying, _it's falling with style_: Exceptions with extras**
![asciicast](https://github.com/dusktreader/py-buzz/blob/main/docs/source/images/py-buzz.gif)
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.8",
"maintainer_email": null,
"keywords": null,
"author": "Tucker Beck",
"author_email": "tucker.beck@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/20/48/3978fda6d8835ebe7a53acaefa2bbc1c0a077308a1721a6ce3607451d28d/py_buzz-4.2.0.tar.gz",
"platform": null,
"description": "![Latest Version](https://badge.fury.io/py/py-buzz.svg)\n![Build Status](https://github.com/dusktreader/py-buzz/actions/workflows/main.yml/badge.svg)\n![Documentation Status](https://github.com/dusktreader/py-buzz/actions/workflows/docs.yml/badge.svg)\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 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": "4.2.0",
"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": "1e91b89f973edd6ac4448af1cff388a35463d8b83fceb5fdd3ab02abc7239a8d",
"md5": "24eb542e8e546278b1f4609e112c6504",
"sha256": "f3fba5dabb2aab46d6d5227dc35f9be5c9c38cc63da04029b5a9b94d2bf57333"
},
"downloads": -1,
"filename": "py_buzz-4.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "24eb542e8e546278b1f4609e112c6504",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 7400,
"upload_time": "2024-10-08T23:56:16",
"upload_time_iso_8601": "2024-10-08T23:56:16.950940Z",
"url": "https://files.pythonhosted.org/packages/1e/91/b89f973edd6ac4448af1cff388a35463d8b83fceb5fdd3ab02abc7239a8d/py_buzz-4.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "20483978fda6d8835ebe7a53acaefa2bbc1c0a077308a1721a6ce3607451d28d",
"md5": "f3fd8758a918cf1b478b82f1eebc9588",
"sha256": "4ada061df8f0ebaf1f516a260355ed53344056c6fdd196709f4eec1f1bbcaa73"
},
"downloads": -1,
"filename": "py_buzz-4.2.0.tar.gz",
"has_sig": false,
"md5_digest": "f3fd8758a918cf1b478b82f1eebc9588",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 6419,
"upload_time": "2024-10-08T23:56:18",
"upload_time_iso_8601": "2024-10-08T23:56:18.518106Z",
"url": "https://files.pythonhosted.org/packages/20/48/3978fda6d8835ebe7a53acaefa2bbc1c0a077308a1721a6ce3607451d28d/py_buzz-4.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-08 23:56:18",
"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"
}