lager


Namelager JSON
Version 0.20.1 PyPI version JSON
download
home_pageNone
SummaryEZ-PZ logging based on loguru
upload_time2025-10-15 21:54:44
maintainerNone
docs_urlNone
authorjesse rubin
requires_python<4.0,>=3.11
licenseNone
keywords beer dgi dgpy logging loguru
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a href="https://github.com/dynamic-graphics-inc/dgpy-libs">
<img align="right" src="https://github.com/dynamic-graphics-inc/dgpy-libs/blob/main/docs/images/dgpy_banner.svg?raw=true" alt="drawing" height="120" width="300"/>
</a>

# lager :beer:

[![Wheel](https://img.shields.io/pypi/wheel/lager.svg)](https://img.shields.io/pypi/wheel/lager.svg)
[![Version](https://img.shields.io/pypi/v/lager.svg)](https://img.shields.io/pypi/v/lager.svg)
[![py_versions](https://img.shields.io/pypi/pyversions/lager.svg)](https://img.shields.io/pypi/pyversions/lager.svg)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

**Install:** `pip install lager`

Logging library based off of loguru (`pip install loguru`).

**Why not just use loguru?**

- Lager is a better pun
- Lager is really a utility pack for loguru

BTW: Loguru is an amazing lib. Check it out: https://github.com/Delgan/loguru

## Usage:

```python
from lager import LOG, lager, LAGER, log, logger  # All the same object

LOG.info("info")
```

    2022-07-21 08:38:20.263 | INFO     | __main__:<cell line: 3>:3 - info

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "beer, dgi, dgpy, logging, loguru",
    "author": "jesse rubin",
    "author_email": "jesse rubin <jesse@dgi.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/98/e5706872ee1e07e3f711975515c50579ddadc3a0c971895b2a609e9d56c6/lager-0.20.1.tar.gz",
    "platform": null,
    "description": "<a href=\"https://github.com/dynamic-graphics-inc/dgpy-libs\">\n<img align=\"right\" src=\"https://github.com/dynamic-graphics-inc/dgpy-libs/blob/main/docs/images/dgpy_banner.svg?raw=true\" alt=\"drawing\" height=\"120\" width=\"300\"/>\n</a>\n\n# lager :beer:\n\n[![Wheel](https://img.shields.io/pypi/wheel/lager.svg)](https://img.shields.io/pypi/wheel/lager.svg)\n[![Version](https://img.shields.io/pypi/v/lager.svg)](https://img.shields.io/pypi/v/lager.svg)\n[![py_versions](https://img.shields.io/pypi/pyversions/lager.svg)](https://img.shields.io/pypi/pyversions/lager.svg)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n**Install:** `pip install lager`\n\nLogging library based off of loguru (`pip install loguru`).\n\n**Why not just use loguru?**\n\n- Lager is a better pun\n- Lager is really a utility pack for loguru\n\nBTW: Loguru is an amazing lib. Check it out: https://github.com/Delgan/loguru\n\n## Usage:\n\n```python\nfrom lager import LOG, lager, LAGER, log, logger  # All the same object\n\nLOG.info(\"info\")\n```\n\n    2022-07-21 08:38:20.263 | INFO     | __main__:<cell line: 3>:3 - info\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "EZ-PZ logging based on loguru",
    "version": "0.20.1",
    "project_urls": null,
    "split_keywords": [
        "beer",
        " dgi",
        " dgpy",
        " logging",
        " loguru"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7bc628d0b3630314595c2893006694581aa47d28c8a5d68177999b0d8b2d78ea",
                "md5": "6814ac4ad3543a209b05f7d80542d2cf",
                "sha256": "652d0b4ad13f4d9056f9317bf3870a5987c605d4cca04cd425fa1f94650ca993"
            },
            "downloads": -1,
            "filename": "lager-0.20.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6814ac4ad3543a209b05f7d80542d2cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 10203,
            "upload_time": "2025-10-15T21:54:43",
            "upload_time_iso_8601": "2025-10-15T21:54:43.496254Z",
            "url": "https://files.pythonhosted.org/packages/7b/c6/28d0b3630314595c2893006694581aa47d28c8a5d68177999b0d8b2d78ea/lager-0.20.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5398e5706872ee1e07e3f711975515c50579ddadc3a0c971895b2a609e9d56c6",
                "md5": "a0b5be6159c511121b74d6ec9d753b6c",
                "sha256": "7c210299c469bfea1fb5af64e07c687c65c137bd215d835b17ff4f8b7d32e686"
            },
            "downloads": -1,
            "filename": "lager-0.20.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a0b5be6159c511121b74d6ec9d753b6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 7480,
            "upload_time": "2025-10-15T21:54:44",
            "upload_time_iso_8601": "2025-10-15T21:54:44.444094Z",
            "url": "https://files.pythonhosted.org/packages/53/98/e5706872ee1e07e3f711975515c50579ddadc3a0c971895b2a609e9d56c6/lager-0.20.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-15 21:54:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lager"
}
        
Elapsed time: 0.63356s