catchery


Namecatchery JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA python error handler. Catch exceptions and handle them gracefully.
upload_time2025-07-30 13:50:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords error-handling exceptions python
VCS
bugtrack_url
requirements ruff mypy pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # catchery

Python Error Handler.

## Installation

YouYou can install `catchery` using pip:

```bash
pip install catchery
```

## Usage

Coming soon...

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "catchery",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Enrico Fraccaroli <enrico.fraccaroli@univr.it>",
    "keywords": "error-handling, exceptions, python",
    "author": null,
    "author_email": "Enrico Fraccaroli <enrico.fraccaroli@univr.it>",
    "download_url": "https://files.pythonhosted.org/packages/3b/48/08fac3a0432e04642d79ad388433450bdbfc8f51ed444e57297c07e25091/catchery-0.0.1.tar.gz",
    "platform": null,
    "description": "# catchery\n\nPython Error Handler.\n\n## Installation\n\nYouYou can install `catchery` using pip:\n\n```bash\npip install catchery\n```\n\n## Usage\n\nComing soon...\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python error handler. Catch exceptions and handle them gracefully.",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/Galfurian/catchery/issues",
        "Homepage": "https://github.com/Galfurian/catchery",
        "Repository": "https://github.com/Galfurian/catchery"
    },
    "split_keywords": [
        "error-handling",
        " exceptions",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e3edcf1db7e1af2d0277b0bae571327b8a7707f6a18a91c5e644129901a86dcb",
                "md5": "36e54033c58b8eba10e1b69fd4ce70eb",
                "sha256": "8d559d4db71bf7ad097cb9f6413ee54466b9bfde1a224669eeb801a795f5b13e"
            },
            "downloads": -1,
            "filename": "catchery-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36e54033c58b8eba10e1b69fd4ce70eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 11604,
            "upload_time": "2025-07-30T13:50:20",
            "upload_time_iso_8601": "2025-07-30T13:50:20.963530Z",
            "url": "https://files.pythonhosted.org/packages/e3/ed/cf1db7e1af2d0277b0bae571327b8a7707f6a18a91c5e644129901a86dcb/catchery-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b4808fac3a0432e04642d79ad388433450bdbfc8f51ed444e57297c07e25091",
                "md5": "f74e17bfe96b17fe8d47e1ab4167cc88",
                "sha256": "5c03c37cdf94ebbe60feb884f5119df7da040572bb9c94fb9be107b64c940268"
            },
            "downloads": -1,
            "filename": "catchery-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f74e17bfe96b17fe8d47e1ab4167cc88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 13701,
            "upload_time": "2025-07-30T13:50:22",
            "upload_time_iso_8601": "2025-07-30T13:50:22.618722Z",
            "url": "https://files.pythonhosted.org/packages/3b/48/08fac3a0432e04642d79ad388433450bdbfc8f51ed444e57297c07e25091/catchery-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 13:50:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Galfurian",
    "github_project": "catchery",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "ruff",
            "specs": []
        },
        {
            "name": "mypy",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "catchery"
}
        
Elapsed time: 1.85052s