ErrorLogger


NameErrorLogger JSON
Version 0.0.41 PyPI version JSON
download
home_pagehttps://github.com/yourusername/errorlogger
SummaryA standalone library for collecting and logging errors from external applications.
upload_time2024-09-03 04:11:28
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ErrorLogger

ErrorLogger is a simple Python library to capture exceptions and error logs.

## Installation

To install the library, use:

```bash
pip install .

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/errorlogger",
    "name": "ErrorLogger",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/ef/d3/54270626991f479ba4e7905d26fba701f23234126c2df57e49d38815c674/errorlogger-0.0.41.tar.gz",
    "platform": null,
    "description": "# ErrorLogger\r\n\r\nErrorLogger is a simple Python library to capture exceptions and error logs.\r\n\r\n## Installation\r\n\r\nTo install the library, use:\r\n\r\n```bash\r\npip install .\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A standalone library for collecting and logging errors from external applications.",
    "version": "0.0.41",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/errorlogger"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "095791bd70e07c522cc66ffb7de7805c88c931c719dd42f6052d5954d93c2e8b",
                "md5": "35013214b45e74622fe777495b6ba9e8",
                "sha256": "b04edde39fe7da92f661571dd8df5a3048bc7f8564798481fb6893e646e4c0b3"
            },
            "downloads": -1,
            "filename": "ErrorLogger-0.0.41-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35013214b45e74622fe777495b6ba9e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4837,
            "upload_time": "2024-09-03T04:10:58",
            "upload_time_iso_8601": "2024-09-03T04:10:58.412398Z",
            "url": "https://files.pythonhosted.org/packages/09/57/91bd70e07c522cc66ffb7de7805c88c931c719dd42f6052d5954d93c2e8b/ErrorLogger-0.0.41-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efd354270626991f479ba4e7905d26fba701f23234126c2df57e49d38815c674",
                "md5": "7eabb3f17b57b8d18a07f1480b7d2905",
                "sha256": "4db2b600331eb81f87b85e36b7cbf9c430ea68cce7fbd1c7fcb3fcb62619439d"
            },
            "downloads": -1,
            "filename": "errorlogger-0.0.41.tar.gz",
            "has_sig": false,
            "md5_digest": "7eabb3f17b57b8d18a07f1480b7d2905",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3706,
            "upload_time": "2024-09-03T04:11:28",
            "upload_time_iso_8601": "2024-09-03T04:11:28.549631Z",
            "url": "https://files.pythonhosted.org/packages/ef/d3/54270626991f479ba4e7905d26fba701f23234126c2df57e49d38815c674/errorlogger-0.0.41.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 04:11:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "errorlogger",
    "github_not_found": true,
    "lcname": "errorlogger"
}
        
Elapsed time: 1.19034s