{ "info": { "author": "Aron Culotta", "author_email": "aronwc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "json2tsv\n========\n\nConvert json to tab-separated format. Read from STDIN and write to\nSTDOUT. E.g.\n\n::\n\n $ echo '[{\"id\":\"123\", \"user\":{\"name\":\"mary\", \"gender\":\"female\"}}, {\"id\":\"124\", \"user\":{\"name\":\"mark\", \"gender\":\"male\"}}]' | json2tsv id user.name user.gender\n 123 mary female\n 124 mark male\n\n- Free software: BSD license\n- Documentation: http://json2tsv.rtfd.org.\n\n\n\n\n\nHistory\n-------\n0.1.2 (2016-09-28)\n++++++++++++++++++\n\n* Adds type decoding to tsv2json\n* Light refactoring\n\n0.1.1 (2016-07-11)\n++++++++++++++++++\n\n* Bugfixes; unicode support\n* py2 / py3 support\n\n0.1.0 (2014-01-11)\n++++++++++++++++++\n\n* First release on PyPI.", "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/aronwc/json2tsv", "keywords": "json2tsv", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "json2tsv", "package_url": "https://pypi.org/project/json2tsv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/json2tsv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aronwc/json2tsv" }, "release_url": "https://pypi.org/project/json2tsv/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Convert json to tab-separated format.", "version": "0.1.2" }, "last_serial": 2369526, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "62b223d1c30d6f3c2ec224dfc0ba836e", "sha256": "1898a15d472caaabeaa4c7f94dbc4688dc6cbe39ed8d66ca99b4296e92ae6845" }, "downloads": -1, "filename": "json2tsv-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "62b223d1c30d6f3c2ec224dfc0ba836e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4437, "upload_time": "2014-05-01T21:22:28", "url": "https://files.pythonhosted.org/packages/bf/9e/a36bd20467afe97a314b8364c41edc52cde432c14d8a4dfabe883854eecf/json2tsv-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e431d2651cc5b8344bd2f79ed111644c", "sha256": "8f7e01fc22f7b8baa7de10f1cee0aa5aaeecbe1ad5f2b13c01a0d4cbf172b564" }, "downloads": -1, "filename": "json2tsv-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e431d2651cc5b8344bd2f79ed111644c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11604, "upload_time": "2014-05-01T21:22:26", "url": "https://files.pythonhosted.org/packages/73/c0/b485d6f18f838dad6012b90bafb0123ef8acefaf12a93e0ff2219c8a7966/json2tsv-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "71e38de4d71ec2377b32f36ec439d71c", "sha256": "96d85e1a6b47a3e00b5504d19e68ab027b9f706739248534f8cd313d085c8e4a" }, "downloads": -1, "filename": "json2tsv-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "71e38de4d71ec2377b32f36ec439d71c", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 5056, "upload_time": "2016-07-11T18:57:32", "url": "https://files.pythonhosted.org/packages/ce/f0/56f5c699c0f0eeea98bfdf1b482ee28c54e96ed659fed63c7dc57a3e17a0/json2tsv-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "591ed4a0dbd450b7b11355def252a2b4", "sha256": "b4b58d02bba7798c3714016c68f7b3ede823fe00b7d8182b326fb6f5f728b950" }, "downloads": -1, "filename": "json2tsv-0.1.1.tar.gz", "has_sig": false, "md5_digest": "591ed4a0dbd450b7b11355def252a2b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12317, "upload_time": "2016-07-11T18:57:19", "url": "https://files.pythonhosted.org/packages/c8/96/9ec27e84db9acab93f2ea58a56ebd968f361004b7d5f689bfd67f7dcd4e8/json2tsv-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "66d5e14276c71283db6d01d7dbedca8a", "sha256": "8e15878f35dd2da01664bca643b1188da1532ea44de2841f40cd55a26f99d6b2" }, "downloads": -1, "filename": "json2tsv-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66d5e14276c71283db6d01d7dbedca8a", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6137, "upload_time": "2016-09-28T21:05:07", "url": "https://files.pythonhosted.org/packages/0c/85/19febe9416b4222dd102099ff42d05a0efea243533ca2f5cc021be7d0e1a/json2tsv-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8866612f017af2da755535e4242a777", "sha256": "6240da2e0b003b865ade58baa40b7a1b126027cb8ce89873253c0734541cc552" }, "downloads": -1, "filename": "json2tsv-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b8866612f017af2da755535e4242a777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13087, "upload_time": "2016-09-28T21:05:04", "url": "https://files.pythonhosted.org/packages/f7/69/a0dc10586997192cecca7cffb9abd0553dfd979330ce0e6c1913ef33c73e/json2tsv-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "66d5e14276c71283db6d01d7dbedca8a", "sha256": "8e15878f35dd2da01664bca643b1188da1532ea44de2841f40cd55a26f99d6b2" }, "downloads": -1, "filename": "json2tsv-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66d5e14276c71283db6d01d7dbedca8a", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6137, "upload_time": "2016-09-28T21:05:07", "url": "https://files.pythonhosted.org/packages/0c/85/19febe9416b4222dd102099ff42d05a0efea243533ca2f5cc021be7d0e1a/json2tsv-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8866612f017af2da755535e4242a777", "sha256": "6240da2e0b003b865ade58baa40b7a1b126027cb8ce89873253c0734541cc552" }, "downloads": -1, "filename": "json2tsv-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b8866612f017af2da755535e4242a777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13087, "upload_time": "2016-09-28T21:05:04", "url": "https://files.pythonhosted.org/packages/f7/69/a0dc10586997192cecca7cffb9abd0553dfd979330ce0e6c1913ef33c73e/json2tsv-0.1.2.tar.gz" } ] }