iaklogger


Nameiaklogger JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/Iakl/iaklogger
SummaryVery basic and easy logger
upload_time2024-03-08 08:47:40
maintainer
docs_urlNone
authorIakl
requires_python
licenseMIT
keywords logger easy print log basic logging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Very basic and easy logger for python. It allows to print logs to the console and/or to a file. It also allows to mute logs by tags, mute all logs, show tags before the message, show time before the message, and set a maximum size for the log file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Iakl/iaklogger",
    "name": "iaklogger",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "logger,easy,print,log,basic,logging",
    "author": "Iakl",
    "author_email": "estebaniakl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/96/cd/328311feef3ac7746021756a008ad070677cec4055ad1c039e8088f2037d/iaklogger-1.0.4.tar.gz",
    "platform": null,
    "description": "Very basic and easy logger for python. It allows to print logs to the console and/or to a file. It also allows to mute logs by tags, mute all logs, show tags before the message, show time before the message, and set a maximum size for the log file.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Very basic and easy logger",
    "version": "1.0.4",
    "project_urls": {
        "Download": "https://github.com/Iakl/iaklogger/archive/refs/tags/v1.0.0.tar.gz",
        "Homepage": "https://github.com/Iakl/iaklogger"
    },
    "split_keywords": [
        "logger",
        "easy",
        "print",
        "log",
        "basic",
        "logging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37b32aa525f2d077d9ddb9f6bfa6ee616e4272f094a7fe6f1dfb68e984f0bbb8",
                "md5": "bfc6c12d0df93348dae48a46f02ab79a",
                "sha256": "ddc2ab34542d4ac44121b8d833c37d9c250a20ff008384bcb550af81a8040062"
            },
            "downloads": -1,
            "filename": "iaklogger-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfc6c12d0df93348dae48a46f02ab79a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2628,
            "upload_time": "2024-03-08T08:47:38",
            "upload_time_iso_8601": "2024-03-08T08:47:38.924194Z",
            "url": "https://files.pythonhosted.org/packages/37/b3/2aa525f2d077d9ddb9f6bfa6ee616e4272f094a7fe6f1dfb68e984f0bbb8/iaklogger-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96cd328311feef3ac7746021756a008ad070677cec4055ad1c039e8088f2037d",
                "md5": "fd8d9dbb1a7ad82f0d571c5116b1801e",
                "sha256": "2fc94da5a06a4b9de94ed2c78487a86fd7ef053a660f42aea2d9f0933a0c259e"
            },
            "downloads": -1,
            "filename": "iaklogger-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fd8d9dbb1a7ad82f0d571c5116b1801e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3673,
            "upload_time": "2024-03-08T08:47:40",
            "upload_time_iso_8601": "2024-03-08T08:47:40.587635Z",
            "url": "https://files.pythonhosted.org/packages/96/cd/328311feef3ac7746021756a008ad070677cec4055ad1c039e8088f2037d/iaklogger-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 08:47:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Iakl",
    "github_project": "iaklogger",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "iaklogger"
}
        
Elapsed time: 0.20118s