logmuse


Namelogmuse JSON
Version 0.2.8 PyPI version JSON
download
home_pagehttps://github.com/databio/logmuse/
SummaryLogging setup
upload_time2024-04-04 15:51:58
maintainerNone
docs_urlNone
authorVince Reuter, Nathan Sheffield
requires_pythonNone
licenseBSD-2-Clause
keywords logging workflow logger logs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # logmuse

[![Build Status](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/vreuter/logmuse/badge.svg?branch=master)](https://coveralls.io/github/vreuter/logmuse?branch=master)

Logmuse is a small logging setup package. The point of logmuse is to make it super simple to add CLI-control of logging to your python CLI tool. It just provides a simple interface so that standard arguments can be passed on to the logger.

It is only useful for CLI tools.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/databio/logmuse/",
    "name": "logmuse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "logging, workflow, logger, logs",
    "author": "Vince Reuter, Nathan Sheffield",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3e/8d/8436f8bae1dd15fb29f7ffca7d8e649bc061979a16d323f1c568ec16a732/logmuse-0.2.8.tar.gz",
    "platform": null,
    "description": "# logmuse\n\n[![Build Status](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)\n[![Coverage Status](https://coveralls.io/repos/github/vreuter/logmuse/badge.svg?branch=master)](https://coveralls.io/github/vreuter/logmuse?branch=master)\n\nLogmuse is a small logging setup package. The point of logmuse is to make it super simple to add CLI-control of logging to your python CLI tool. It just provides a simple interface so that standard arguments can be passed on to the logger.\n\nIt is only useful for CLI tools.\n\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Logging setup",
    "version": "0.2.8",
    "project_urls": {
        "Homepage": "https://github.com/databio/logmuse/"
    },
    "split_keywords": [
        "logging",
        " workflow",
        " logger",
        " logs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de8b3089babd989b967e96f73a8da89b792e36d15dd2d2d0a062f414c4ef1c48",
                "md5": "dabb85f01ad3f74c9bf744948f8b4584",
                "sha256": "f8db8f8d4ebc450cd866f67000c81c84e5644c0f1238057579fa94f3d0ca2693"
            },
            "downloads": -1,
            "filename": "logmuse-0.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dabb85f01ad3f74c9bf744948f8b4584",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7956,
            "upload_time": "2024-04-04T15:51:57",
            "upload_time_iso_8601": "2024-04-04T15:51:57.282731Z",
            "url": "https://files.pythonhosted.org/packages/de/8b/3089babd989b967e96f73a8da89b792e36d15dd2d2d0a062f414c4ef1c48/logmuse-0.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e8d8436f8bae1dd15fb29f7ffca7d8e649bc061979a16d323f1c568ec16a732",
                "md5": "549011a960b198660e3f8431eb9230a7",
                "sha256": "a639d795f33d6876766033dea3c4ceb51617029e5f6e0aa390e7c4bc3012624d"
            },
            "downloads": -1,
            "filename": "logmuse-0.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "549011a960b198660e3f8431eb9230a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12543,
            "upload_time": "2024-04-04T15:51:58",
            "upload_time_iso_8601": "2024-04-04T15:51:58.622062Z",
            "url": "https://files.pythonhosted.org/packages/3e/8d/8436f8bae1dd15fb29f7ffca7d8e649bc061979a16d323f1c568ec16a732/logmuse-0.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 15:51:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "databio",
    "github_project": "logmuse",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "logmuse"
}
        
Elapsed time: 0.21775s