{ "info": { "author": "metagriffin", "author_email": "mg.pypi@metagriffin.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "===============\neXtraction Path\n===============\n\n.. IMPORTANT::\n\n This module is in the \"planning\" stage (i.e. no code to download\n yet).\n\nApply XPath_ expressions to extract objects from *any* Python objects.\n\nFor XML-based objects, this library defers to the standard\nElementTree_ implementation.\n\nFor non-XML-based objects, it provides a pure-Python implementation of\nthe XPath_ spec... with some \"caveats\". Since Python objects are not\nXML objects, things like a \"namespace\" need to be adapted in terms of\nexactly what they mean.\n\n.. _XPath: https://www.w3.org/TR/xpath/\n.. _ElementTree: https://docs.python.org/2/library/xml.etree.elementtree.html#elementtree-xpath", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/metagriffin/xpath", "keywords": "xpath object tree extraction walk", "license": "GPLv3+", "maintainer": null, "maintainer_email": null, "name": "xpath", "package_url": "https://pypi.org/project/xpath/", "platform": "any", "project_url": "https://pypi.org/project/xpath/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/metagriffin/xpath" }, "release_url": "https://pypi.org/project/xpath/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A python library to extract objects from an object tree.", "version": "0.0.1" }, "last_serial": 2203790, "releases": { "0.0.1": [] }, "urls": [] }