{ "info": { "author": "Dustin Oprea", "author_email": "myselfasunder@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "--------\nOverview\n--------\n\nThis is a simple tool to convert whitespace-separated items on separate lines to a JSON object.\n\n\n-------\nInstall\n-------\n\nUse PyPI::\n\n $ pip install json_lines_to_object\n\n\n-------\nExample\n-------\n\nJust pipe the data in::\n\n $ printf \"key1 value1\\nkey2 value2\\nkey3 value3 value33\" | jlto\n {\n \"key1\": \"value1\",\n \"key2\": \"value2\",\n \"key3\": \"value3 value33\"\n }\n\n\n--------\nFeatures\n--------\n\n- Will ignore newlines.\n\n\n-------\nOptions\n-------\n\n- Can be told to skip hash-commented lines.\n- Can be told to automatically add an empty string for a value if there is only one part on the line (causes error by default).\n- Can be told to allow duplicate keys (causes error by default).\n- Can be told to flip the keys and values (the values will be the keys).\n\nSee command-line help for more information.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dsoprea/JsonLinesToObject", "keywords": "json", "license": "GPL 2", "maintainer": "", "maintainer_email": "", "name": "json-lines-to-object", "package_url": "https://pypi.org/project/json-lines-to-object/", "platform": "", "project_url": "https://pypi.org/project/json-lines-to-object/", "project_urls": { "Homepage": "https://github.com/dsoprea/JsonLinesToObject" }, "release_url": "https://pypi.org/project/json-lines-to-object/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "Convert raw lines to a JSON object.", "version": "0.2.2" }, "last_serial": 3519274, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "3110432407ea28346fed035dbd8ae6b2", "sha256": "ba0dd4723969dd63c552c061705ec2392d8cf3fc22e7449e45e9aed5cac3c61b" }, "downloads": -1, "filename": "json_lines_to_object-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3110432407ea28346fed035dbd8ae6b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1342, "upload_time": "2018-01-25T03:56:07", "url": "https://files.pythonhosted.org/packages/de/c5/ce74729c48a4ef1bf3e95f5779bee0e9613d755eae51c240f2cface3e94c/json_lines_to_object-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "7ef82cbb2b287745f9541233b5233734", "sha256": "b2b8b953fc287f9af566032accfde69c3054ac57ec9f3421978eb710076c21bd" }, "downloads": -1, "filename": "json_lines_to_object-0.2.1.tar.gz", "has_sig": false, "md5_digest": "7ef82cbb2b287745f9541233b5233734", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2695, "upload_time": "2018-01-25T04:10:56", "url": "https://files.pythonhosted.org/packages/dc/51/34f6c4800c1b7ae72a3b19410c785828c0fe0ee68594c0bccb93410eccb6/json_lines_to_object-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "29df49bad27064fa4f87a9e5d04071a2", "sha256": "14aabe6698a4623c39d3e5e752c108638bd513d302587934445b1048b2c85b4f" }, "downloads": -1, "filename": "json_lines_to_object-0.2.2.tar.gz", "has_sig": false, "md5_digest": "29df49bad27064fa4f87a9e5d04071a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2735, "upload_time": "2018-01-25T04:14:26", "url": "https://files.pythonhosted.org/packages/7a/c1/cd1bce6c00fbb875de72720c8ffc29fb7286fb3201371f08212305fe2411/json_lines_to_object-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29df49bad27064fa4f87a9e5d04071a2", "sha256": "14aabe6698a4623c39d3e5e752c108638bd513d302587934445b1048b2c85b4f" }, "downloads": -1, "filename": "json_lines_to_object-0.2.2.tar.gz", "has_sig": false, "md5_digest": "29df49bad27064fa4f87a9e5d04071a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2735, "upload_time": "2018-01-25T04:14:26", "url": "https://files.pythonhosted.org/packages/7a/c1/cd1bce6c00fbb875de72720c8ffc29fb7286fb3201371f08212305fe2411/json_lines_to_object-0.2.2.tar.gz" } ] }