{ "info": { "author": "Micha\u0142 Jaworski", "author_email": "swistakm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "|Build Status| |Coverage Status|\n\nGunicorn color logger\n=====================\n\nDead simple access logger for Gunicorn with termcolor support.\n\n.. figure:: https://raw.githubusercontent.com/swistakm/gunicorn-color-logger/master/docs/screenshot.png\n :alt: screenshot\n\n screenshot\n\nUsage\n-----\n\nSimply add ``gunicorn_color`` to your requirements file or install it\nmanually:\n\n::\n\n pip install gunicorn_color\n\nNow you can use ``gunicorn_color.Logger`` as your gunicorn\u2019s logger\nclass e.g.:\n\n::\n\n gunicorn --access-logfile=- --logger-class=gunicorn_color.Logger wsgi::app [::]:8000\n\nIn order to disable colors **set** ``ANSI_COLORS_DISABLED`` environment\nvariable:\n\n::\n\n ANSI_COLORS_DISABLED= gunicorn --access-logfile=- --logger-class=gunicorn_color.Logger wsgi::app [::]:8000\n\n.. |Build Status| image:: https://travis-ci.org/swistakm/gunicorn-color-logger.svg?branch=master\n :target: https://travis-ci.org/swistakm/gunicorn-color-logger\n.. |Coverage Status| image:: https://coveralls.io/repos/github/swistakm/gunicorn-color-logger/badge.svg?branch=master\n :target: https://coveralls.io/github/swistakm/gunicorn-color-logger?branch=master\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/swistakm/gunicorn-color-logger", "keywords": "gunicorn,color,logger,logging", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "gunicorn_color", "package_url": "https://pypi.org/project/gunicorn_color/", "platform": "", "project_url": "https://pypi.org/project/gunicorn_color/", "project_urls": { "Homepage": "https://github.com/swistakm/gunicorn-color-logger" }, "release_url": "https://pypi.org/project/gunicorn_color/0.1.0/", "requires_dist": [ "termcolor" ], "requires_python": "", "summary": "Dead simple access logger for Gunicorn with termcolor support.", "version": "0.1.0" }, "last_serial": 3380276, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "618221c7c98bc533424ce6353d49dc9d", "sha256": "7a53df30b9e64a41ffebe8a1ce35cd954b4b87074490031b3153ea0ebd3563fe" }, "downloads": -1, "filename": "gunicorn_color-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "618221c7c98bc533424ce6353d49dc9d", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 4561, "upload_time": "2017-03-17T14:40:06", "url": "https://files.pythonhosted.org/packages/09/ec/8f11b757a710f03cd939ae84169a7701c4810aed2de2640493fbb657a021/gunicorn_color-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bed91ba73ca348eba81f026d6b62bec1", "sha256": "66e43c6e050bb8faffe5738272ea9835ef484f9f59ede472a177d9b54a057a33" }, "downloads": -1, "filename": "gunicorn_color-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bed91ba73ca348eba81f026d6b62bec1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4272, "upload_time": "2017-03-17T14:40:03", "url": "https://files.pythonhosted.org/packages/d8/d7/1b10e29891186db0c378142d0ee83e1d13610444c594010b42cbd73ae784/gunicorn_color-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6662bba8ae183df243398896e6fd5d44", "sha256": "bcc319b6313370f694d59f18fafcb3392a25b4101720210bda12b28bbf86bd42" }, "downloads": -1, "filename": "gunicorn_color-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6662bba8ae183df243398896e6fd5d44", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 4597, "upload_time": "2017-03-17T15:11:57", "url": "https://files.pythonhosted.org/packages/98/2d/6df56f40f9b3fcf69040a5aaf3de2416a4b8a67071c5a685e8ec56d093c9/gunicorn_color-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "561bd78ba0797cd4f61019377d636234", "sha256": "f365d22734b519e0afe980bffe075ffd953bf73a49fa0621d8b94d4664f33287" }, "downloads": -1, "filename": "gunicorn_color-0.0.2.tar.gz", "has_sig": false, "md5_digest": "561bd78ba0797cd4f61019377d636234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4313, "upload_time": "2017-03-17T15:11:55", "url": "https://files.pythonhosted.org/packages/dd/8c/68e9f06e4c30d6ce93dbbb34dbc9e8b0f644873ffcf15c11c49628d541b5/gunicorn_color-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "020d8a12ad8099df9b54adb1bd10ad62", "sha256": "dd57692a48137729547887e8ade20e0a6b434edb528ec40d5fe930c708771938" }, "downloads": -1, "filename": "gunicorn_color-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "020d8a12ad8099df9b54adb1bd10ad62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5059, "upload_time": "2017-12-01T14:21:21", "url": "https://files.pythonhosted.org/packages/85/cc/c556231141c9f5a7fb295156031d7dac5f6a16579312d6af492aa0454e0a/gunicorn_color-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17537adea6e5cfd5cd7e0f127ae9da87", "sha256": "c923dd956237c8884d30aa2111434373c2d5e7cc705246312fab99cb4c165e67" }, "downloads": -1, "filename": "gunicorn_color-0.1.0.tar.gz", "has_sig": false, "md5_digest": "17537adea6e5cfd5cd7e0f127ae9da87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4721, "upload_time": "2017-12-01T14:21:22", "url": "https://files.pythonhosted.org/packages/c9/51/e1a0050c8409e961334d1d063376a392bc8e02d03ff8aedccfb31e2b2190/gunicorn_color-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "020d8a12ad8099df9b54adb1bd10ad62", "sha256": "dd57692a48137729547887e8ade20e0a6b434edb528ec40d5fe930c708771938" }, "downloads": -1, "filename": "gunicorn_color-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "020d8a12ad8099df9b54adb1bd10ad62", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5059, "upload_time": "2017-12-01T14:21:21", "url": "https://files.pythonhosted.org/packages/85/cc/c556231141c9f5a7fb295156031d7dac5f6a16579312d6af492aa0454e0a/gunicorn_color-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17537adea6e5cfd5cd7e0f127ae9da87", "sha256": "c923dd956237c8884d30aa2111434373c2d5e7cc705246312fab99cb4c165e67" }, "downloads": -1, "filename": "gunicorn_color-0.1.0.tar.gz", "has_sig": false, "md5_digest": "17537adea6e5cfd5cd7e0f127ae9da87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4721, "upload_time": "2017-12-01T14:21:22", "url": "https://files.pythonhosted.org/packages/c9/51/e1a0050c8409e961334d1d063376a392bc8e02d03ff8aedccfb31e2b2190/gunicorn_color-0.1.0.tar.gz" } ] }