python-logdog


Namepython-logdog JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryPython logging utilities
upload_time2024-06-22 14:11:07
maintainerNone
docs_urlNone
authorAdam Wasilewski
requires_python>=3.10
licenseMIT License
keywords logging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # logdog

Python package with `logging` utilities

This package is grouped into four main functionalities:

- Encoders <br />
They are the "core" of this package.
They are fully functional, but can still be extended and replaced as needed

- Formatters <br />
They allow you to bring structured logging to your app.
Keys present in log lines (such as `time`, `level` or `message`)
can be easily configured by using a custom format

- Handlers <br />
They are logging handlers.
One of the key features is buffering, so no more 100 emails every minute.
Just one with a summary

- Wrappers <br />
They are just utilities that you can use to simplify the use of logging functions

# Documentation

Documentation is hosted by GitHub Pages - [click here](https://a-was.github.io/logdog.py/)

# Requirements

- Python >= 3.10

# Installation

```bash
pip install -U python-logdog
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-logdog",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "logging",
    "author": "Adam Wasilewski",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/10/57/1f616d53654618dd8ebc75f711d7461ab05d44b4a7b9f389832398acedc9/python_logdog-0.4.0.tar.gz",
    "platform": null,
    "description": "# logdog\n\nPython package with `logging` utilities\n\nThis package is grouped into four main functionalities:\n\n- Encoders <br />\nThey are the \"core\" of this package.\nThey are fully functional, but can still be extended and replaced as needed\n\n- Formatters <br />\nThey allow you to bring structured logging to your app.\nKeys present in log lines (such as `time`, `level` or `message`)\ncan be easily configured by using a custom format\n\n- Handlers <br />\nThey are logging handlers.\nOne of the key features is buffering, so no more 100 emails every minute.\nJust one with a summary\n\n- Wrappers <br />\nThey are just utilities that you can use to simplify the use of logging functions\n\n# Documentation\n\nDocumentation is hosted by GitHub Pages - [click here](https://a-was.github.io/logdog.py/)\n\n# Requirements\n\n- Python >= 3.10\n\n# Installation\n\n```bash\npip install -U python-logdog\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python logging utilities",
    "version": "0.4.0",
    "project_urls": {
        "Documentation": "https://a-was.github.io/logdog.py/",
        "Homepage": "https://github.com/a-was/logdog.py",
        "Repository": "https://github.com/a-was/logdog.py"
    },
    "split_keywords": [
        "logging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de2425edc06335b6b60e3b41ba28e556e4f069f5018f09e524e9d9ca5f1d8ea",
                "md5": "a8d5dc615252e2b380684f2320a943aa",
                "sha256": "5059882a5f887bc990df82ec6d9a4f50346225c29812721c8222fdde41744145"
            },
            "downloads": -1,
            "filename": "python_logdog-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8d5dc615252e2b380684f2320a943aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14890,
            "upload_time": "2024-06-22T14:11:06",
            "upload_time_iso_8601": "2024-06-22T14:11:06.101736Z",
            "url": "https://files.pythonhosted.org/packages/6d/e2/425edc06335b6b60e3b41ba28e556e4f069f5018f09e524e9d9ca5f1d8ea/python_logdog-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10571f616d53654618dd8ebc75f711d7461ab05d44b4a7b9f389832398acedc9",
                "md5": "30287cb43b91e9ef8150bae2fc1b1709",
                "sha256": "ac3712ef21f15f7dff87558cea522d9efd5faff8035b775c5905732b21d51f15"
            },
            "downloads": -1,
            "filename": "python_logdog-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "30287cb43b91e9ef8150bae2fc1b1709",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 26148,
            "upload_time": "2024-06-22T14:11:07",
            "upload_time_iso_8601": "2024-06-22T14:11:07.275982Z",
            "url": "https://files.pythonhosted.org/packages/10/57/1f616d53654618dd8ebc75f711d7461ab05d44b4a7b9f389832398acedc9/python_logdog-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 14:11:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "a-was",
    "github_project": "logdog.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-logdog"
}
        
Elapsed time: 0.74668s