{ "info": { "author": "Matsumoto Taichi", "author_email": "taichino@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This module privides pretty printing for list/dict/tuple/set python object.\n\n Simple example of usage is followings\n\n >>> from prettyprint import pp\n >>> target = ['want pretty printing', '\u671b\u9e97\u51fa\u529b']\n >>> print target\n ['want pretty printing', '\\xe6\\x9c\\x9b\\xe9\\xba\\x97\\xe5\\x87\\xba\\xe5\\x8a\\x9b'] # what a ugly print especially in japanese\n >>> pp(target) # now we can see pretty print with pp\n [\n \"want pretty printing\", \n \"\u671b\u9e97\u51fa\u529b\"\n ]\n >>> target_dict = {'order': {'en':'pretty print', 'ja':'\u7dba\u9e97\u306b\u51fa\u529b\u305b\u3088'}}\n >>> print target_dict # what a hell again\n {'order': {'en': 'pretty print', 'ja': '\\xe7\\xb6\\xba\\xe9\\xba\\x97\\xe3\\x81\\xab\\xe5\\x87\\xba\\xe5\\x8a\\x9b\\xe3\\x81\\x9b\\xe3\\x82\\x88'}}\n >>> pp(target_dict) # pp again\n {\n \"order\": {\n \"en\": \"print prettily\", \n \"ja\": \"\u7dba\u9e97\u306b\u51fa\u529b\u305b\u3088\"\n }\n }", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/taichino/prettyprint", "keywords": "pretty print", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "prettyprint", "package_url": "https://pypi.org/project/prettyprint/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/prettyprint/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/taichino/prettyprint" }, "release_url": "https://pypi.org/project/prettyprint/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "prettyprint print list/dict/tuple object prettily", "version": "0.1.5" }, "last_serial": 796677, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "db292c5232cd60cb3f1e639d7ad8d5a3", "sha256": "72db231c1b4ac24fd6e7f2dbf8ba7499ffcd9dead9f9db5b1f033f20d1d7a285" }, "downloads": -1, "filename": "prettyprint-0.1.0.tar.gz", "has_sig": false, "md5_digest": "db292c5232cd60cb3f1e639d7ad8d5a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1961, "upload_time": "2010-03-08T12:00:18", "url": "https://files.pythonhosted.org/packages/12/79/fb6491c65fbe39403034f5b8c0d2ab55f0b10079e2fc50e2ec8f0393c511/prettyprint-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b62f6ae1d72bf175facf1d99e41fcfd6", "sha256": "d02dd6258410b40eb86283211424b007038787fef45515aece05ff2e5f37e040" }, "downloads": -1, "filename": "prettyprint-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b62f6ae1d72bf175facf1d99e41fcfd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1960, "upload_time": "2010-03-08T12:13:33", "url": "https://files.pythonhosted.org/packages/e9/c9/b981196f78887e73a76952de8d3a800d943ac41a066307f9835ad3ff5661/prettyprint-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8f7ecc698a0391e9c1a7c5a6fc4c9f91", "sha256": "da14b86d5f3db4772e3b095bd5e6800b49e89301ef6c9d60355276c77a6abbdd" }, "downloads": -1, "filename": "prettyprint-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8f7ecc698a0391e9c1a7c5a6fc4c9f91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2016, "upload_time": "2010-03-08T17:47:34", "url": "https://files.pythonhosted.org/packages/5d/5f/b8d1124039040ee908d25b2b9a232653881db97f818c53b450ec92f81bc3/prettyprint-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "5621bf17c04252c157a13bd91ae9dabf", "sha256": "76085c258462cbab098741690eb79ad76f6a67fff0963b46ac0f095e37b0c78d" }, "downloads": -1, "filename": "prettyprint-0.1.3-py2.6.egg", "has_sig": false, "md5_digest": "5621bf17c04252c157a13bd91ae9dabf", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4307, "upload_time": "2011-10-29T09:32:39", "url": "https://files.pythonhosted.org/packages/90/d2/7ec7ff4f5a7358974f631c9a17289fb6380182a0ee42dee86d111a8d3071/prettyprint-0.1.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "357d73524e8ad00fe43b1828c9fed721", "sha256": "9a5affaccaf671829f7807dfc3c3e7a8c025ade06fad8e6af5aa86a3c2abbc28" }, "downloads": -1, "filename": "prettyprint-0.1.3.tar.gz", "has_sig": false, "md5_digest": "357d73524e8ad00fe43b1828c9fed721", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2007, "upload_time": "2010-03-08T17:50:34", "url": "https://files.pythonhosted.org/packages/e7/7f/93751f653ccb31594ec016efb6a8e1508fc9af0e3ee0925b9ddb5c84c868/prettyprint-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "b03a9ca5a1333e97f7b0176ff43ba6d8", "sha256": "0b5fc903896fadf9b69362accc89fd388bb6d8b88e552e9708908c7881916544" }, "downloads": -1, "filename": "prettyprint-0.1.4-py2.6.egg", "has_sig": false, "md5_digest": "b03a9ca5a1333e97f7b0176ff43ba6d8", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4317, "upload_time": "2011-10-29T09:34:33", "url": "https://files.pythonhosted.org/packages/55/c7/e2a40dd8e825618e24269daaf5819da99efbe8a7a278e82871e6daa6f5d6/prettyprint-0.1.4-py2.6.egg" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c30f9623cb2a88a3eb3f8138b4f04440", "sha256": "ee3fdb0a463b421d326ba3ed2891f1927eb4193abedf81c9937bc1deae0f958a" }, "downloads": -1, "filename": "prettyprint-0.1.5-py2.6.egg", "has_sig": false, "md5_digest": "c30f9623cb2a88a3eb3f8138b4f04440", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4599, "upload_time": "2012-02-23T19:30:46", "url": "https://files.pythonhosted.org/packages/3e/47/391c122b20d59699aab7d42485f5155cf6ebcb67d2ab9e66ebac026cfed2/prettyprint-0.1.5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "177bad3e6804ced7c817511622052121", "sha256": "7423210b62adfb3777677914cd25db4919f1c2b0afba0454365ffbfa3f7e3731" }, "downloads": -1, "filename": "prettyprint-0.1.5.tar.gz", "has_sig": false, "md5_digest": "177bad3e6804ced7c817511622052121", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2119, "upload_time": "2012-02-23T19:30:55", "url": "https://files.pythonhosted.org/packages/13/9c/495a32e19f94fdd402bffc1c90abd84f2f604595ab480a3087dd77a94502/prettyprint-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c30f9623cb2a88a3eb3f8138b4f04440", "sha256": "ee3fdb0a463b421d326ba3ed2891f1927eb4193abedf81c9937bc1deae0f958a" }, "downloads": -1, "filename": "prettyprint-0.1.5-py2.6.egg", "has_sig": false, "md5_digest": "c30f9623cb2a88a3eb3f8138b4f04440", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 4599, "upload_time": "2012-02-23T19:30:46", "url": "https://files.pythonhosted.org/packages/3e/47/391c122b20d59699aab7d42485f5155cf6ebcb67d2ab9e66ebac026cfed2/prettyprint-0.1.5-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "177bad3e6804ced7c817511622052121", "sha256": "7423210b62adfb3777677914cd25db4919f1c2b0afba0454365ffbfa3f7e3731" }, "downloads": -1, "filename": "prettyprint-0.1.5.tar.gz", "has_sig": false, "md5_digest": "177bad3e6804ced7c817511622052121", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2119, "upload_time": "2012-02-23T19:30:55", "url": "https://files.pythonhosted.org/packages/13/9c/495a32e19f94fdd402bffc1c90abd84f2f604595ab480a3087dd77a94502/prettyprint-0.1.5.tar.gz" } ] }