{ "info": { "author": "Yuya Unno", "author_email": "unnonouno@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": ".. image:: https://img.shields.io/pypi/v/jqp.svg\n :target: https://pypi.python.org/pypi/jqp\n\n.. image:: https://travis-ci.org/unnonouno/jqp.svg?branch=master\n :target: https://travis-ci.org/unnonouno/jqp\n\n.. image:: https://coveralls.io/repos/unnonouno/jqp/badge.png?branch=master\n :target: https://coveralls.io/r/unnonouno/jqp?branch=master\n\n=====\n jqp\n=====\n\njqp is a JSON processor with Python one-liner.\n\n\nRequirement\n===========\n\n- Python 2.7, 3.3, 3.4, 3.5\n\n\nInstall\n=======\n\n::\n\n $ pip install jqp\n\n\nUsage\n=====\n\njqp parses each line as a JSON object, and evaluates a given expression.\nA parsed JSON object is bounded a variable named `j`.\n\n::\n\n jqp cmd\n\n\n:`cmd`: An expression to evaluate.\n\noptional arguments:\n -h, --help show this help message and exit\n --version show version and exit\n --import IMPORT modules to import\n --ascii-output, -a with this option, jqp ensures ASCII output\n --sort-keys, -S sort keys in objects when the command print it\n --raw-input, -R pass each line text as a string instead of parsing it as JSON\n --raw-output, -r when a result is string, the command shows a raw string\n --join-output, -j do not show newlines\n\n\nExample\n=======\n\n::\n\n % echo '{\"name\": \"Taro\", \"age\": 10}' | jqp '[j[\"name\"], j[\"age\"]]'\n [\"Taro\", 10]\n\n\nLicense\n=======\n\nMIT License", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/unnonouno/jqp", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "jqp", "package_url": "https://pypi.org/project/jqp/", "platform": "", "project_url": "https://pypi.org/project/jqp/", "project_urls": { "Homepage": "https://github.com/unnonouno/jqp" }, "release_url": "https://pypi.org/project/jqp/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "JSON processor with Python one-liner", "version": "0.1.0" }, "last_serial": 2439071, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "8e0f2817a993d86000ef8b8c42e2aba5", "sha256": "34b31cfe356543e4b218a48110b96bd9f8a5b398006b14334e8a2d4b90352694" }, "downloads": -1, "filename": "jqp-0.0.0.tar.gz", "has_sig": false, "md5_digest": "8e0f2817a993d86000ef8b8c42e2aba5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1790, "upload_time": "2016-10-15T11:57:57", "url": "https://files.pythonhosted.org/packages/61/90/912e0fd7ede5eeaf515a8ac229ec17bf0634986c4db632ea8de4c1eefacd/jqp-0.0.0.tar.gz" } ], "0.0.0.1": [ { "comment_text": "", "digests": { "md5": "cb234164ea3b8419e1e7f1417e6ef262", "sha256": "fd7194d15d13d9a1b454e7ce50cf5dd8ecf7d57cc0c35ecb8efe7869619cfe3f" }, "downloads": -1, "filename": "jqp-0.0.0.1.tar.gz", "has_sig": false, "md5_digest": "cb234164ea3b8419e1e7f1417e6ef262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3017, "upload_time": "2016-10-15T12:21:38", "url": "https://files.pythonhosted.org/packages/ba/aa/a9b46abeca6bb871c952a611c3c806fb290418d0dbd7207cf0bd64bf45d2/jqp-0.0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "448164f8de8566e663c1fb85d5ad9ec5", "sha256": "36f2056806fb2f647f16297e610fd25fb829cc5d137b5c04735ca6191d675502" }, "downloads": -1, "filename": "jqp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "448164f8de8566e663c1fb85d5ad9ec5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4448, "upload_time": "2016-11-03T03:14:11", "url": "https://files.pythonhosted.org/packages/db/14/150bb2d87ed605221ef93e7325fb465a1f93a4476a78eefe068f769831fd/jqp-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "448164f8de8566e663c1fb85d5ad9ec5", "sha256": "36f2056806fb2f647f16297e610fd25fb829cc5d137b5c04735ca6191d675502" }, "downloads": -1, "filename": "jqp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "448164f8de8566e663c1fb85d5ad9ec5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4448, "upload_time": "2016-11-03T03:14:11", "url": "https://files.pythonhosted.org/packages/db/14/150bb2d87ed605221ef93e7325fb465a1f93a4476a78eefe068f769831fd/jqp-0.1.0.tar.gz" } ] }