{ "info": { "author": "Brad Montgomery", "author_email": "brad@bradmontgomery.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "clog\n====\n\n**Pretty-print things with color.**\n\nThis utility allows you to wrap `pprint` with colors.\n\n\n## Usage\n\nPass any data into clog and it'll get pretty-printed.\n\n >>> from clog import clog\n >>> data = {'here': 'is some data'}\n >>> clog(data)\n\nYou can also give it a title:\n\n >>> clog(data, title=\"My Data\")\n\nOr change the color:\n\n >>> clog(data, title=\"My Data\", color=\"red\")\n\n\n## Colors\n\nThis library uses the ANSI color codes from [fabric](http://www.fabfile.org/),\nand it supports the following color strings:\n\n- blue\n- cyan\n- green\n- magenta\n- red\n- white\n- yellow", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bradmontgomery/clog", "keywords": "debugging,log,color,pretty-print", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "clog", "package_url": "https://pypi.org/project/clog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bradmontgomery/clog" }, "release_url": "https://pypi.org/project/clog/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "pretty-print with color", "version": "0.2.3" }, "last_serial": 2929774, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "e445a986211b64286119e726fc3ca9c8", "sha256": "4c75a623cab8913c19d927d92fdcaf8a5de66a92509eb0334988401a9c9decb2" }, "downloads": -1, "filename": "clog-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e445a986211b64286119e726fc3ca9c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2987, "upload_time": "2017-06-06T16:59:16", "url": "https://files.pythonhosted.org/packages/3c/9c/90d529cff81e17a40ab03d766ef0412d8cb1bf3fda80eb1598f4afee7ee4/clog-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "c7176a8cfe57d5503d7afde428df560a", "sha256": "558707c15c61171fac2c7811af8ea1dcfd47b6cd0401218123784dd00f7ba686" }, "downloads": -1, "filename": "clog-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c7176a8cfe57d5503d7afde428df560a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3652, "upload_time": "2017-06-06T17:05:36", "url": "https://files.pythonhosted.org/packages/46/3a/86fa8cfd7f299c6e74d7d669846c1d4a6d36859a15ee5335d329eaa89b1a/clog-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7176a8cfe57d5503d7afde428df560a", "sha256": "558707c15c61171fac2c7811af8ea1dcfd47b6cd0401218123784dd00f7ba686" }, "downloads": -1, "filename": "clog-0.2.3.tar.gz", "has_sig": false, "md5_digest": "c7176a8cfe57d5503d7afde428df560a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3652, "upload_time": "2017-06-06T17:05:36", "url": "https://files.pythonhosted.org/packages/46/3a/86fa8cfd7f299c6e74d7d669846c1d4a6d36859a15ee5335d329eaa89b1a/clog-0.2.3.tar.gz" } ] }