dc-logging


Namedc-logging JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryEasy logging setup for small projects.
upload_time2022-12-05 04:56:56
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords logging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dc-logging

This is a tiny library to quickly and easily set up loggers in many projects.

Isn't it easy and simple enough already just to use the `logging` built-in?  
Well, yes and no.

It's quite simple to use indeed but I have a number of predefined defaults that
I always like to use and it makes no sense for me to repeat those in several
different projects. Instead, this library always assumes those defaults and I 
can still customize by passing different configurations when getting a logger or
by using the methods of the built-in `logging` library after getting a logger.

The usage is quite evident from reading the code, and small enough so to prevent
me from wanting to duplicate that here (for now).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dc-logging",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "logging",
    "author": "",
    "author_email": "Daniel Caballero <danielcaballero88@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a4/ce/1daa46572a9b78d5526985de15e1aa6efd5ab010ed6f1546ad3d9ce07f46/dc-logging-0.0.2.tar.gz",
    "platform": null,
    "description": "# dc-logging\n\nThis is a tiny library to quickly and easily set up loggers in many projects.\n\nIsn't it easy and simple enough already just to use the `logging` built-in?  \nWell, yes and no.\n\nIt's quite simple to use indeed but I have a number of predefined defaults that\nI always like to use and it makes no sense for me to repeat those in several\ndifferent projects. Instead, this library always assumes those defaults and I \ncan still customize by passing different configurations when getting a logger or\nby using the methods of the built-in `logging` library after getting a logger.\n\nThe usage is quite evident from reading the code, and small enough so to prevent\nme from wanting to duplicate that here (for now).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [year] [fullname]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Easy logging setup for small projects.",
    "version": "0.0.2",
    "split_keywords": [
        "logging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ad4dd5e8c9b9830a159351396aec6f9c",
                "sha256": "47d1c67a7e35eed521770a366eb76080810766729b3539fdd26a42b19cc267ef"
            },
            "downloads": -1,
            "filename": "dc_logging-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad4dd5e8c9b9830a159351396aec6f9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4613,
            "upload_time": "2022-12-05T04:56:53",
            "upload_time_iso_8601": "2022-12-05T04:56:53.968819Z",
            "url": "https://files.pythonhosted.org/packages/5f/5e/e89f9c0f84ced78aca7d06a638c2f509a809c10bde87edddb64156262b75/dc_logging-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "64fb864497df1e107f875fe43603f19d",
                "sha256": "1f90b157cb0a617681fced2db58648aaa285ba892806d713434d3ede958cd983"
            },
            "downloads": -1,
            "filename": "dc-logging-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "64fb864497df1e107f875fe43603f19d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3757,
            "upload_time": "2022-12-05T04:56:56",
            "upload_time_iso_8601": "2022-12-05T04:56:56.373557Z",
            "url": "https://files.pythonhosted.org/packages/a4/ce/1daa46572a9b78d5526985de15e1aa6efd5ab010ed6f1546ad3d9ce07f46/dc-logging-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 04:56:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "dc-logging"
}
        
Elapsed time: 0.13452s