focalize


Namefocalize JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryProvide a formatter for loguru loggers that indents and contextualizes log blocks
upload_time2023-08-18 21:16:44
maintainer
docs_urlNone
authorTucker Beck
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Focalize

**You can't depend on your eyes when your imagination is out of focus _--Mark Twain_**

![asciicast](https://github.com/dusktreader/focalize/blob/main/docs/source/images/focalize.gif)

Focalize provides context within logs for blocks of code that are encircled by a
context manager. This helps contextualize log lines within deeply nested call chains or
within complex operations where many logical steps are taken.

## Super-quick Start

* Only requires Python 3.8 or later
* Installed with pip (`$ pip install focalize`)
* Demo available in [examples](https://github.com/dusktreader/focalize/tree/main/examples/demo.py)

## Documentation

The complete documentation can be found at the [focalize documentation page](https://dusktreader.github.io/focalize/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "focalize",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tucker Beck",
    "author_email": "tucker.beck@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/05/e7/6ae4f3316cbc437699dd6db7b9cf8b8aa7e1abef3aa11ffc46aa8ef575f9/focalize-0.1.0.tar.gz",
    "platform": null,
    "description": "# Focalize\n\n**You can't depend on your eyes when your imagination is out of focus _--Mark Twain_**\n\n![asciicast](https://github.com/dusktreader/focalize/blob/main/docs/source/images/focalize.gif)\n\nFocalize provides context within logs for blocks of code that are encircled by a\ncontext manager. This helps contextualize log lines within deeply nested call chains or\nwithin complex operations where many logical steps are taken.\n\n## Super-quick Start\n\n* Only requires Python 3.8 or later\n* Installed with pip (`$ pip install focalize`)\n* Demo available in [examples](https://github.com/dusktreader/focalize/tree/main/examples/demo.py)\n\n## Documentation\n\nThe complete documentation can be found at the [focalize documentation page](https://dusktreader.github.io/focalize/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Provide a formatter for loguru loggers that indents and contextualizes log blocks",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "694658a51aea391649024cb7528db24c6bb4836f8ad559b8cc1a28821ef4f1e5",
                "md5": "08212b34bfae1a04a9d3b106521b1a2d",
                "sha256": "81d5cce6ec669fc5f385191d02f379d4f2f06941ffe45536d4eac607e67d6233"
            },
            "downloads": -1,
            "filename": "focalize-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08212b34bfae1a04a9d3b106521b1a2d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4230,
            "upload_time": "2023-08-18T21:16:42",
            "upload_time_iso_8601": "2023-08-18T21:16:42.509438Z",
            "url": "https://files.pythonhosted.org/packages/69/46/58a51aea391649024cb7528db24c6bb4836f8ad559b8cc1a28821ef4f1e5/focalize-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05e76ae4f3316cbc437699dd6db7b9cf8b8aa7e1abef3aa11ffc46aa8ef575f9",
                "md5": "00dc7d890c0cfffe58d221e8de8c0c3e",
                "sha256": "bec779eb1a2729190c0aa8faf810a796cd1ee478dc26ecbd8f9dc263b9d3ac87"
            },
            "downloads": -1,
            "filename": "focalize-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00dc7d890c0cfffe58d221e8de8c0c3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3250,
            "upload_time": "2023-08-18T21:16:44",
            "upload_time_iso_8601": "2023-08-18T21:16:44.351537Z",
            "url": "https://files.pythonhosted.org/packages/05/e7/6ae4f3316cbc437699dd6db7b9cf8b8aa7e1abef3aa11ffc46aa8ef575f9/focalize-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 21:16:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "focalize"
}
        
Elapsed time: 0.12414s