{ "info": { "author": "Dohoon Lee", "author_email": "dohlee.bioinfo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "# cleanlog\n\nPython package for nice colored logs.\n\n## Installation\n\n```shell\npip install cleanlog\n```\n\n## At a glance\n\n```python\n# log.py\nimport cleanlog\n\nlogger = cleanlog.ColoredLogger('mylogger')\n# Note that since cleanlog just wraps built-in logging module,\n# this is equivalent to logger.setLevel(logging.DEBUG).\nlogger.setLevel(cleanlog.DEBUG)\n\nlogger.critical('A critical message.')\nlogger.error('An error message.')\nlogger.warning('A warning message.')\nlogger.info('An info message.')\nlogger.debug('A debug message.')\n```\n\n![log.py](https://cdn.rawgit.com/dohlee/python-cleanlog/develop/img/glance.svg)\n\n### TODO\n\n- [x] Implement cleanlog.BasicLogger.", "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/dohlee/python-cleanlog", "keywords": "python,logging", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "cleanlog", "package_url": "https://pypi.org/project/cleanlog/", "platform": "", "project_url": "https://pypi.org/project/cleanlog/", "project_urls": { "Homepage": "https://github.com/dohlee/python-cleanlog" }, "release_url": "https://pypi.org/project/cleanlog/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Python package for nice colored logs.", "version": "0.1.4" }, "last_serial": 4131351, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "20e120a0c8718ed792b4b9d8c875bd49", "sha256": "04857bbac28ba32544b0c4e1637da1041864672b525fe425cb09116fd10a0827" }, "downloads": -1, "filename": "cleanlog-0.1.1.tar.gz", "has_sig": false, "md5_digest": "20e120a0c8718ed792b4b9d8c875bd49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10518, "upload_time": "2018-07-25T06:08:44", "url": "https://files.pythonhosted.org/packages/dd/d6/663cc8a8c4912c2a755db8f38b30b2e13e68d9478193897fba7d229f3791/cleanlog-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1b324b1022d52c452dd424c03cf3ba4c", "sha256": "ec105cbdf2b4a131520f1d04b7c11f87b3713c7a61aa08c6d56acf261014c75a" }, "downloads": -1, "filename": "cleanlog-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1b324b1022d52c452dd424c03cf3ba4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10663, "upload_time": "2018-07-31T06:39:24", "url": "https://files.pythonhosted.org/packages/8b/2b/c7614be8e8532c903fe940419dcfeb0e83f97e6728cd47922fa9a7621bf5/cleanlog-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "eb9ffcc2625dbd04148da5aa7ea4e54b", "sha256": "1e9dfee37f4b414846cfc8bd683a67e6ce979112dd5fa92b3cb35ee53f78f117" }, "downloads": -1, "filename": "cleanlog-0.1.3.tar.gz", "has_sig": false, "md5_digest": "eb9ffcc2625dbd04148da5aa7ea4e54b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10796, "upload_time": "2018-08-01T12:54:01", "url": "https://files.pythonhosted.org/packages/bf/68/4b6140be88f13cf2ce72de5ba8eb66294eac90fe2e8c30cc9363dc3144c1/cleanlog-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "85559b082e567dc79e864c51a81a3728", "sha256": "683ed952d8618bc6cab48c30b459b7d9768aa57dc12d8138dd99b35831958503" }, "downloads": -1, "filename": "cleanlog-0.1.4.tar.gz", "has_sig": false, "md5_digest": "85559b082e567dc79e864c51a81a3728", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11007, "upload_time": "2018-08-03T06:49:55", "url": "https://files.pythonhosted.org/packages/ed/00/a7379e845852c3970a7962fccf44259ce5b6d61dd9217c8fe60613398f43/cleanlog-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "85559b082e567dc79e864c51a81a3728", "sha256": "683ed952d8618bc6cab48c30b459b7d9768aa57dc12d8138dd99b35831958503" }, "downloads": -1, "filename": "cleanlog-0.1.4.tar.gz", "has_sig": false, "md5_digest": "85559b082e567dc79e864c51a81a3728", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11007, "upload_time": "2018-08-03T06:49:55", "url": "https://files.pythonhosted.org/packages/ed/00/a7379e845852c3970a7962fccf44259ce5b6d61dd9217c8fe60613398f43/cleanlog-0.1.4.tar.gz" } ] }