{ "info": { "author": "Sebastian Dahlgren", "author_email": "sebastian.dahlgren@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "yayson\n======\n\nYay, beautiful JSON on the command line!\n\n`yayson` will take input on `stdin` and print pretty JSON with color in your terminal. It will come out something like this:\n\n![Example Yayson output](http://sebdah.github.com/yayson/img/screenshot.png)\n\nExample usage\n-------------\n\n cat my.json | yayson.py\n\nor\n\n curl -s http://www.example.com/my.json | yayson.py\n\n`--help` output\n---------------\n\n usage: yayson.py [-h] [-i INDENT] [-c] [-s] [--version]\n\n Yayson produces beautiful JSON\n\n optional arguments:\n -h, --help show this help message and exit\n -i INDENT, --indent INDENT\n Number of spaces to indent with (default: 2)\n -c, --compact Print JSON in compact mode, i.e. without spaces\n between keys and values\n -s, --sort Turn on key sorting\n --version Print version information\n\nRelease information\n-------------------\n\n**0.3.1 (2015-03-23)**\n\n- [Library support (#6)](https://github.com/sebdah/yayson/issues/6). Thanks [@Macropin](https://github.com/macropin) for the PR.\n\n**0.3.0 (2013-05-23)**\n\n- [Small fix for Python 3 (#5)](https://github.com/sebdah/yayson/issues/5). Thanks [@Fiedzia](https://github.com/Fiedzia) for the PR.\n\n**0.2.0 (2013-04-08)**\n\n- [Set default indenting to 2 spaces (#2)](https://github.com/sebdah/yayson/issues/2)\n- [Add compact mode (#1)](https://github.com/sebdah/yayson/issues/1)\n\n**0.1.0 (2013-04-07)**\n\n- Initial release\n\nReleasing to PyPI\n-----------------\n\n make release\n\nAuthor\n------\n\nThis project is maintained by [Sebastian Dahlgren](http://www.sebastiandahlgren.se) ([GitHub](https://github.com/sebdah) | [Twitter](https://twitter.com/sebdah) | [LinkedIn](www.linkedin.com/in/sebastiandahlgren))\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://sebdah.github.com/yayson/", "keywords": "color colorized json indented beautiful pretty", "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "yayson", "package_url": "https://pypi.org/project/yayson/", "platform": "Any", "project_url": "https://pypi.org/project/yayson/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://sebdah.github.com/yayson/" }, "release_url": "https://pypi.org/project/yayson/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Get colorized and indented JSON in the terminal", "version": "0.3.1" }, "last_serial": 1475009, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9ed657e883b434df3d69c48cc2de9968", "sha256": "5eb095ffba595a88b61c2c490de86c1d5773878f27de0a8cddab268ffaa860fe" }, "downloads": -1, "filename": "yayson-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9ed657e883b434df3d69c48cc2de9968", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2661, "upload_time": "2013-04-07T13:56:25", "url": "https://files.pythonhosted.org/packages/a1/d1/12e2ab0393037038869923d4a582ac793a5b0a2ac68bd43190113e55008d/yayson-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "df862e021630e966e5bf48fd94e8f24d", "sha256": "507f2d03b044992d6f1eec8db77712b1f3bfab2a3665e8680076d90138c06fae" }, "downloads": -1, "filename": "yayson-0.2.0.tar.gz", "has_sig": false, "md5_digest": "df862e021630e966e5bf48fd94e8f24d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2803, "upload_time": "2013-04-08T06:57:41", "url": "https://files.pythonhosted.org/packages/c6/69/a2b82ddb3e8f2d8078ae94a320f3d81480a78ff90eb3f75aa402fe6ac1b4/yayson-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "8172c95535382e32c035e7f84c4c442f", "sha256": "adce4a274847debe8a6ac2455dc755c3fb3f5b933ce60aa1d67e9a1d21b65be2" }, "downloads": -1, "filename": "yayson-0.3.0.tar.gz", "has_sig": false, "md5_digest": "8172c95535382e32c035e7f84c4c442f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2866, "upload_time": "2014-05-23T06:00:46", "url": "https://files.pythonhosted.org/packages/bd/e1/34622378c046841862ac7cc79fd974767aa8e751e2d159c080a5de723249/yayson-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "af3ebed6da689f2b78fc082efc5b6ff9", "sha256": "33796c321db348974783ef48e76389f78974990a3106a75f6343d73ac15b8f45" }, "downloads": -1, "filename": "yayson-0.3.1.tar.gz", "has_sig": false, "md5_digest": "af3ebed6da689f2b78fc082efc5b6ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3122, "upload_time": "2015-03-24T10:25:28", "url": "https://files.pythonhosted.org/packages/fc/99/4c9b1a0e165e85321491834fb0c523aceeb9ebaa1892ee6b10b0e2692987/yayson-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af3ebed6da689f2b78fc082efc5b6ff9", "sha256": "33796c321db348974783ef48e76389f78974990a3106a75f6343d73ac15b8f45" }, "downloads": -1, "filename": "yayson-0.3.1.tar.gz", "has_sig": false, "md5_digest": "af3ebed6da689f2b78fc082efc5b6ff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3122, "upload_time": "2015-03-24T10:25:28", "url": "https://files.pythonhosted.org/packages/fc/99/4c9b1a0e165e85321491834fb0c523aceeb9ebaa1892ee6b10b0e2692987/yayson-0.3.1.tar.gz" } ] }