logthing
********
Some useful tools for logging. First of is the SRotHandler, a rotating file
handler with a size limit. Second is a series of utilities for configuring
your logging
Installation
============
.. code-block:: bash
$ pip install logthing
Supports
========
logthing has been tested with Python 3.6, 3.7, and 3.8
For Python 2 compatible source use version 0.10.1
Docs & Source
=============
Docs: http://logthing.readthedocs.io/en/latest/
Source: https://github.com/cltrudeau/logthing
Raw data
{
"_id": null,
"home_page": "https://github.com/cltrudeau/logthing",
"name": "logthing",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "size rotating log handler,log configuration tools",
"author": "Christopher Trudeau",
"author_email": "ctrudeau+pypi@arsensa.com",
"download_url": "https://files.pythonhosted.org/packages/26/73/afdfea7257863372726ebc56825f8e8a04132fbe5f64d196d8eca752f2b7/logthing-1.0.0.tar.gz",
"platform": "",
"description": "logthing\n********\n\nSome useful tools for logging. First of is the SRotHandler, a rotating file\nhandler with a size limit. Second is a series of utilities for configuring\nyour logging\n\nInstallation\n============\n\n.. code-block:: bash\n\n $ pip install logthing\n\nSupports\n========\n\nlogthing has been tested with Python 3.6, 3.7, and 3.8\n\nFor Python 2 compatible source use version 0.10.1\n\nDocs & Source\n=============\n\nDocs: http://logthing.readthedocs.io/en/latest/\n\nSource: https://github.com/cltrudeau/logthing\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Size based rotating log handler and various log config tools",
"version": "1.0.0",
"split_keywords": [
"size rotating log handler",
"log configuration tools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a5effd5e81af72be81cd7c3d0c845d5b5b74e0c3be7797c800a7ee54ddf58c55",
"md5": "79da18a94159036b4feae70c618c9562",
"sha256": "b87337c17e70d85a791f6c1820b82b594befe8d5cc4e7b9adf74b144ef772148"
},
"downloads": -1,
"filename": "logthing-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "79da18a94159036b4feae70c618c9562",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 7897,
"upload_time": "2020-05-06T15:37:25",
"upload_time_iso_8601": "2020-05-06T15:37:25.439236Z",
"url": "https://files.pythonhosted.org/packages/a5/ef/fd5e81af72be81cd7c3d0c845d5b5b74e0c3be7797c800a7ee54ddf58c55/logthing-1.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2673afdfea7257863372726ebc56825f8e8a04132fbe5f64d196d8eca752f2b7",
"md5": "bceb624461f47192ef6edae4e58b5007",
"sha256": "dfa44a641aae3501726d9efc0bf66ad7832a4b7fbb01df12f0b18dd483f6e049"
},
"downloads": -1,
"filename": "logthing-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "bceb624461f47192ef6edae4e58b5007",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6826,
"upload_time": "2020-05-06T15:37:26",
"upload_time_iso_8601": "2020-05-06T15:37:26.798529Z",
"url": "https://files.pythonhosted.org/packages/26/73/afdfea7257863372726ebc56825f8e8a04132fbe5f64d196d8eca752f2b7/logthing-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-05-06 15:37:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "cltrudeau",
"github_project": "logthing",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "context-temp",
"specs": [
[
"==",
"0.11.1"
]
]
},
{
"name": "coverage",
"specs": [
[
"==",
"5.1"
]
]
},
{
"name": "portalocker",
"specs": [
[
"==",
"1.7.0"
]
]
},
{
"name": "pudb",
"specs": [
[
"==",
"2019.2"
]
]
},
{
"name": "pyflakes",
"specs": [
[
"==",
"2.2.0"
]
]
},
{
"name": "Sphinx",
"specs": [
[
"==",
"3.0.3"
]
]
},
{
"name": "sphinx-rtd-theme",
"specs": [
[
"==",
"0.4.3"
]
]
},
{
"name": "tox",
"specs": [
[
"==",
"3.15.0"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"3.1.1"
]
]
},
{
"name": "waelstow",
"specs": [
[
"==",
"0.10.2"
]
]
}
],
"tox": true,
"lcname": "logthing"
}