{
"info": {
"author": "Chris Lapa",
"author_email": "36723261+chris-lapa@users.noreply.github.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "ObjectPath\n==========\n\n`|Downloads| `_\n`|License| `_ `|Build\nStatus| `_ `|Code\nHealth| `_\n`|Coverage\nStatus| `_\n\nThe agile NoSQL query language for semi-structured data\n-------------------------------------------------------\n\n**#Python #NoSQL #Javascript #JSON #nested-array-object**\n\nObjectPath is a query language similar to XPath or JSONPath, but much\nmore powerful thanks to embedded arithmetic calculations, comparison\nmechanisms and built-in functions. This makes the language more like SQL\nin terms of expressiveness, but it works over JSON documents rather than\nrelations. ObjectPath can be considered a full-featured expression\nlanguage. Besides selector mechanism there is also boolean logic, type\nsystem and string concatenation available. On top of that, the language\nimplementations (Python at the moment; Javascript is in beta!) are\nsecure and relatively fast.\n\nThis package is a maintained fork of the `original project` and still compatible with the specification at the\n`ObjectPath site`.\n\nMore at `ObjectPath site `_\n\n.. figure:: http://objectpath.github.io/ObjectPath/img/op-colors.png\n :align: center\n :alt: ObjectPath img\n\n ObjectPath img\n\nObjectPath makes it easy to find data in big nested JSON documents. It\nborrows the best parts from E4X, JSONPath, XPath and SQL. ObjectPath is\nto JSON documents what XPath is to XML. Other examples to ilustrate this\nkind of relationship are:\n\n============== ==================\nScope Language\n============== ==================\ntext documents regular expression\nXML XPath\nHTML CSS selectors\nJSON documents ObjectPath\n============== ==================\n\nDocumentation\n-------------\n\n`ObjectPath Reference `_\n\nWhat's in this repo?\n--------------------\n\nObjectPathPY - Python implementation of ObjectPath, used in production\nfor over two years without problems. Use objectpath.py file as a example\nof usage.\n\nObjectPathJS - beta version of Javascript implementation. Many tests\npassed, {} and functions are not implemented yet. Javascript\nimplementation has the very same API as the Python version.\n\nCommand line usage\n------------------\n\n``$ pip install objectpath-ng \n$ objectpath file.json`` or\n``$ git clone https://github.com/objectpath/ObjectPath.git\n$ cd ObjectPath $ python shell.py file.json``\n\nPython usage\n------------\n\n::\n\n $ pip install objectpath-ng\n $ python\n >>> from objectpath import *\n >>> tree=Tree({\"a\":1})\n >>> tree.execute(\"$.a\")\n 1\n >>>\n\n::\n\n $ git clone https://github.com/objectpath/ObjectPath.git\n $ cd ObjectPath\n $ python\n >>> from objectpath import *\n >>> tree=Tree({\"a\":1})\n >>> tree.execute(\"$.a\")\n 1\n >>>\n\nLicense\n-------\n\n**MIT**\n\n.. |Downloads| image:: https://pypip.in/download/objectpath/badge.svg\n.. |License| image:: https://pypip.in/license/objectpath/badge.svg\n.. |Build Status| image:: https://travis-ci.org/objectpath/ObjectPath.svg?branch=master\n.. |Code Health| image:: https://landscape.io/github/objectpath/ObjectPath/master/landscape.png\n.. |Coverage Status| image:: https://coveralls.io/repos/objectpath/ObjectPath/badge.png?branch=master\n\nDownload\n********\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://objectpath.github.io/ObjectPath",
"keywords": "query,tree,JSON,nested structures",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "objectpath-ng",
"package_url": "https://pypi.org/project/objectpath-ng/",
"platform": "",
"project_url": "https://pypi.org/project/objectpath-ng/",
"project_urls": {
"Homepage": "http://objectpath.github.io/ObjectPath"
},
"release_url": "https://pypi.org/project/objectpath-ng/0.6.3/",
"requires_dist": null,
"requires_python": "",
"summary": "The agile query language for semi-structured data. #JSON",
"version": "0.6.3"
},
"last_serial": 4618825,
"releases": {
"0.6.1": [
{
"comment_text": "",
"digests": {
"md5": "aab298a91b580a4b73ba2157d5a318d0",
"sha256": "aebafa1bc17abe4114b14443d300951151efd8f94ed5122d2cf88f8869846ed6"
},
"downloads": -1,
"filename": "objectpath_ng-0.6.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "aab298a91b580a4b73ba2157d5a318d0",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 23239,
"upload_time": "2018-03-02T10:16:09",
"url": "https://files.pythonhosted.org/packages/8c/f6/10e2dfc1e6f474fb1c06e121f35b160df1c437c5c1ecb0fc07c743a34d4f/objectpath_ng-0.6.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7a132a00741a966a05d88c94929120cd",
"sha256": "cf43263a004f8e0df8399a931a14739d8e1e1601d750393de97471d7502b45f0"
},
"downloads": -1,
"filename": "objectpath-ng-0.6.1.tar.gz",
"has_sig": false,
"md5_digest": "7a132a00741a966a05d88c94929120cd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17393,
"upload_time": "2018-03-02T10:16:10",
"url": "https://files.pythonhosted.org/packages/be/13/6baa65739507a186db858f1bcaa5f083cf394388ffb3ae140d2ead9c5016/objectpath-ng-0.6.1.tar.gz"
}
],
"0.6.2": [
{
"comment_text": "",
"digests": {
"md5": "9a6d82fc836d2e001b6e1b873fb020d7",
"sha256": "8381e1cf1194948722b7ccb6401f59668c5f05ab27d9c545d90824cc57bc2bf9"
},
"downloads": -1,
"filename": "objectpath_ng-0.6.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9a6d82fc836d2e001b6e1b873fb020d7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 23391,
"upload_time": "2018-03-02T12:13:47",
"url": "https://files.pythonhosted.org/packages/21/d3/c6923a1c52dc8128e3d31ebc00966bc0f51513482d6d593e29c7929378ff/objectpath_ng-0.6.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "d7a059a171e7e7bab15aca874c68dc06",
"sha256": "4cd523a438276461636c560daad54f88a2e4340983319a2d94b366bf736509c0"
},
"downloads": -1,
"filename": "objectpath-ng-0.6.2.tar.gz",
"has_sig": false,
"md5_digest": "d7a059a171e7e7bab15aca874c68dc06",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17472,
"upload_time": "2018-03-02T12:13:48",
"url": "https://files.pythonhosted.org/packages/30/a7/8461e54b008cdaf223de477f45f318d15e19a74476637b9689b68d35819a/objectpath-ng-0.6.2.tar.gz"
}
],
"0.6.3": [
{
"comment_text": "",
"digests": {
"md5": "acec748e2d422758e06494545fe740c8",
"sha256": "c61775954731685d487014692fd31dd3158df2e0d42597aa9b2c8c2e21f635e5"
},
"downloads": -1,
"filename": "objectpath_ng-0.6.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "acec748e2d422758e06494545fe740c8",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22178,
"upload_time": "2018-12-20T00:19:33",
"url": "https://files.pythonhosted.org/packages/ab/5d/c5a2ddd75ae6f3206eea591921260abbf508801ff2bfd9ddf06a3e3f88ac/objectpath_ng-0.6.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "59c7318242bb92bc85d160e27b986ed8",
"sha256": "7b7006d72d5002a6479089e600af425c58c2923ce32c6b5d9ac3b80a2bab7b89"
},
"downloads": -1,
"filename": "objectpath-ng-0.6.3.tar.gz",
"has_sig": false,
"md5_digest": "59c7318242bb92bc85d160e27b986ed8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19156,
"upload_time": "2018-12-20T00:19:35",
"url": "https://files.pythonhosted.org/packages/ba/13/e141e3a9b7bee69c033fb4a7c9855671137d581909e0793d6e42ffd5b83a/objectpath-ng-0.6.3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "acec748e2d422758e06494545fe740c8",
"sha256": "c61775954731685d487014692fd31dd3158df2e0d42597aa9b2c8c2e21f635e5"
},
"downloads": -1,
"filename": "objectpath_ng-0.6.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "acec748e2d422758e06494545fe740c8",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22178,
"upload_time": "2018-12-20T00:19:33",
"url": "https://files.pythonhosted.org/packages/ab/5d/c5a2ddd75ae6f3206eea591921260abbf508801ff2bfd9ddf06a3e3f88ac/objectpath_ng-0.6.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "59c7318242bb92bc85d160e27b986ed8",
"sha256": "7b7006d72d5002a6479089e600af425c58c2923ce32c6b5d9ac3b80a2bab7b89"
},
"downloads": -1,
"filename": "objectpath-ng-0.6.3.tar.gz",
"has_sig": false,
"md5_digest": "59c7318242bb92bc85d160e27b986ed8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19156,
"upload_time": "2018-12-20T00:19:35",
"url": "https://files.pythonhosted.org/packages/ba/13/e141e3a9b7bee69c033fb4a7c9855671137d581909e0793d6e42ffd5b83a/objectpath-ng-0.6.3.tar.gz"
}
]
}