{ "info": { "author": "Timur Faradzhov", "author_email": "timurfaradzhov@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# logbook\nBuilt-in Python logging module is a powerful tool to provide your programs with high quality logs.\nThis project is conception continue and alternative for native python logging.\n\n*Logbook* is not a rework and even not based on python logging objects but it is a rethink totally written from zero (honestly with use similar names and tricks for easier migration and use).\nWe chose this path when found out that python logging is not enough functional and not enough flexible when we speak about integration with other our products.\n\nWith logbook you can:\n* Generate and customize log file.\n* Use existing file instead of creating new.\n* Write messages into console instead of file.\n* Generate customizable header with basic information about application, system or log.\n* Log information, success and debug messages.\n* Log errors with different levels (error, warning, critical).\n* Abort program when high level error occurs.\n* Or log messages in any desired record type.\n* Separate different log blocks with border.\n* Customize and design records of any type.\n* Configure the default or add new record types, messages, patterns and forms.\n* Manage log parameters during or after initialization.\n* Reset log to default parameters.\n* Close or reopen current log.\n* Limit log by size or day.\n\n## Getting Started\n### Requirements\nOperation systems: Windows, Linux, Mac OS.\n\nPython version: 3.7.1.\n\n### Installation\nTo install just download the latest release of *[logbook](https://github.com/tm7tai/logbook/releases)* and copy src/logbook folder to your/python/folder/Lib/site-packages/.\n\n## How to Use\nTo start just declare log class instance:\n```\nimport logbook\n\nlog = logbook.Log('test')\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/t3eHawk/logbook", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pypyrus-logbook", "package_url": "https://pypi.org/project/pypyrus-logbook/", "platform": "", "project_url": "https://pypi.org/project/pypyrus-logbook/", "project_urls": { "Homepage": "https://github.com/t3eHawk/logbook" }, "release_url": "https://pypi.org/project/pypyrus-logbook/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Lightweight module for work with tables in Python.", "version": "0.0.2" }, "last_serial": 4799371, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "49dd01258fa99220e14bf6ec7ab53f60", "sha256": "dfd3ae96cc52967a53086846e90409d83ee0abf3d4c84e1a271e15347fbfd123" }, "downloads": -1, "filename": "pypyrus_logbook-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "49dd01258fa99220e14bf6ec7ab53f60", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14076, "upload_time": "2019-02-09T12:26:00", "url": "https://files.pythonhosted.org/packages/52/3a/0aea4d9904af032bb8b607f76f7612d23faeccd103e2f3bd1f1ba964e197/pypyrus_logbook-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "2008f10203de62c239a622eaaf156d0c", "sha256": "f9b58dfe7cf6a87a885d6a5e68b7cfd28575d6313b8895b532d1efdfa49c1f66" }, "downloads": -1, "filename": "pypyrus_logbook-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2008f10203de62c239a622eaaf156d0c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14293, "upload_time": "2019-02-09T13:27:39", "url": "https://files.pythonhosted.org/packages/e8/63/4b02bdb47c21406eff1444412bd7a011eeb5bda2ecdd87bb58145aa062e3/pypyrus_logbook-0.0.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2008f10203de62c239a622eaaf156d0c", "sha256": "f9b58dfe7cf6a87a885d6a5e68b7cfd28575d6313b8895b532d1efdfa49c1f66" }, "downloads": -1, "filename": "pypyrus_logbook-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2008f10203de62c239a622eaaf156d0c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14293, "upload_time": "2019-02-09T13:27:39", "url": "https://files.pythonhosted.org/packages/e8/63/4b02bdb47c21406eff1444412bd7a011eeb5bda2ecdd87bb58145aa062e3/pypyrus_logbook-0.0.2-py3-none-any.whl" } ] }