{ "info": { "author": "Festum Qin", "author_email": "festum@g.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "JJSON\n=======================\n\njQuery selector liked JSON query tool\n\n- `Source `_\n\n\nExample Usage\n-------------\n\n.. code-block:: python\n\n\timport jjson\n\n\t# Get string from nested JSON\n\tj = {\n\t\t\"foo\": {\n\t\t\t\"bar\": {\n\t\t\t\t\"test\": \"hello world\"\n\t\t\t}\n\t\t}\n\t}\n\tp = \"foo.bar.test\"\n\tprint jjson.extract(j, p)\n\t# hello world\n\n\nInstall\n-------\n\nThe latest stable version can always be installed or updated via pip:\n\n.. code-block:: bash\n\n\t$ pip install git+https://github.com/festum/jjson.git\n\n\t# Alternative\n\t$ pip install jjson\n\n\nTODO\n-------\n- CLI\n- Test case\n- Change value from certain node\n\n\nContributions\n-------------\n\n.. _issues: https://github.com/festum/jjson/issues\n.. __: https://github.com/festum/jjson/pulls\n\nIssues_ and `Pull Requests`__ are always welcome.\n\n\nLicense\n-------\n\n.. __: https://github.com/festum/jjson/raw/master/LICENSE\n\nCode and documentation are available according to the MIT License\n(see 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/festum/jjson", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jjson", "package_url": "https://pypi.org/project/jjson/", "platform": "any", "project_url": "https://pypi.org/project/jjson/", "project_urls": { "Homepage": "https://github.com/festum/jjson" }, "release_url": "https://pypi.org/project/jjson/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "A library of useful functions to get value from nested JSON", "version": "0.0.3" }, "last_serial": 3559835, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "7e8b084e6d4f1ecb7d47a8a8d34a2b4c", "sha256": "6f00b64681f3fc457d1e502dbb3967ca8feda7712fcf45968e845d2495b6878c" }, "downloads": -1, "filename": "jjson-0.0.3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "7e8b084e6d4f1ecb7d47a8a8d34a2b4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1433, "upload_time": "2018-02-07T10:11:40", "url": "https://files.pythonhosted.org/packages/8f/49/c311e037c8323b0b19764058e6d2eab28beb60e97e9080093446a014a189/jjson-0.0.3.linux-x86_64.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7e8b084e6d4f1ecb7d47a8a8d34a2b4c", "sha256": "6f00b64681f3fc457d1e502dbb3967ca8feda7712fcf45968e845d2495b6878c" }, "downloads": -1, "filename": "jjson-0.0.3.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "7e8b084e6d4f1ecb7d47a8a8d34a2b4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1433, "upload_time": "2018-02-07T10:11:40", "url": "https://files.pythonhosted.org/packages/8f/49/c311e037c8323b0b19764058e6d2eab28beb60e97e9080093446a014a189/jjson-0.0.3.linux-x86_64.tar.gz" } ] }