py-dom-xpath is a pure Python implementation of XPath 1.0. It
supports almost all XPath 1.0, with the main exception being the
namespace axis. It operates on DOM 2.0 nodes, and works well with
xml.dom.minidom, but also with other xml.dom implementations.
py-dom-xpath-six is a version of py-dom-xpath that is compatible with Python
3.6 and later. It is a fork of py-dom-xpath-redux, which in turn is a fork of
the original py-dom-xpath.
Changes in 0.2.4:
- Fix compatibility issue with Python 3
- Got rid of Python 2 support
- Minor changes to update to newer standards for pypi, etc.
Changes in 0.2.3:
- Optimized sorting of nodesets in document order: do only at end of expression.
Here is the original README file:
py-dom-xpath is a pure Python implementation of XPath 1.0. It
supports almost all XPath 1.0, with the main exception being the
namespace axis. It operates on DOM 2.0 nodes, and works well with
xml.dom.minidom.
py-dom-xpath requires Python 2.5 or greater.
py-dom-xpath uses the Yapps 2 parser generator by Amit J. Patel.
Portions of of Yapps 2 are included in this distribution, to avoid
introducing external dependencies.
py-dom-xpath was developed at Nominum. Nominum has graciously
permitted the author to release it under the MIT license.
For further details, visit the project home page at:
http://code.google.com/p/py-dom-xpath/
Raw data
{
"_id": null,
"home_page": "https://github.com/jackjansen/py-dom-xpath-six",
"name": "py-dom-xpath-six",
"maintainer": "Jack Jansen",
"docs_url": null,
"requires_python": "",
"maintainer_email": "Jack.Jansen@cwi.nl",
"keywords": "",
"author": "Damien Neil",
"author_email": "damien.neil@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/fa/27/9b190ecfeb517b10efbb4c8f215ba889a7966c6f5511d4793d9af6e9fd8d/py-dom-xpath-six-0.2.4.tar.gz",
"platform": "",
"description": "py-dom-xpath is a pure Python implementation of XPath 1.0. It\nsupports almost all XPath 1.0, with the main exception being the\nnamespace axis. It operates on DOM 2.0 nodes, and works well with\nxml.dom.minidom, but also with other xml.dom implementations.\n\npy-dom-xpath-six is a version of py-dom-xpath that is compatible with Python\n3.6 and later. It is a fork of py-dom-xpath-redux, which in turn is a fork of\nthe original py-dom-xpath.\n\nChanges in 0.2.4:\n- Fix compatibility issue with Python 3\n- Got rid of Python 2 support\n- Minor changes to update to newer standards for pypi, etc.\n\nChanges in 0.2.3:\n- Optimized sorting of nodesets in document order: do only at end of expression.\n\nHere is the original README file:\n\npy-dom-xpath is a pure Python implementation of XPath 1.0. It\nsupports almost all XPath 1.0, with the main exception being the\nnamespace axis. It operates on DOM 2.0 nodes, and works well with\nxml.dom.minidom.\n\npy-dom-xpath requires Python 2.5 or greater.\n\npy-dom-xpath uses the Yapps 2 parser generator by Amit J. Patel.\nPortions of of Yapps 2 are included in this distribution, to avoid\nintroducing external dependencies.\n\npy-dom-xpath was developed at Nominum. Nominum has graciously\npermitted the author to release it under the MIT license.\n\nFor further details, visit the project home page at:\n\n http://code.google.com/p/py-dom-xpath/\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "XPath for DOM trees",
"version": "0.2.4",
"project_urls": {
"Bug Tracker": "https://github.com/pypa/sampleproject/issues",
"Homepage": "https://github.com/jackjansen/py-dom-xpath-six"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "00d94694e251288b7b268f11883bdbc43a63e3715014a7f47363ed314cc45cc3",
"md5": "b682d9f4f7d2bfdb6dd888fa29023d2c",
"sha256": "2b45da053eb1c17cdde12bcb2edcf72e8621fd3a159352f35972f384120e140d"
},
"downloads": -1,
"filename": "py_dom_xpath_six-0.2.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b682d9f4f7d2bfdb6dd888fa29023d2c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 28773,
"upload_time": "2022-01-10T00:24:33",
"upload_time_iso_8601": "2022-01-10T00:24:33.471090Z",
"url": "https://files.pythonhosted.org/packages/00/d9/4694e251288b7b268f11883bdbc43a63e3715014a7f47363ed314cc45cc3/py_dom_xpath_six-0.2.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa279b190ecfeb517b10efbb4c8f215ba889a7966c6f5511d4793d9af6e9fd8d",
"md5": "14bf9b9d4a3f9cebd1e6c40bfb0265cf",
"sha256": "7b85ac43ae5aba75913517adf871f509c68a8d3fea1586ace92bc44b36cc68cf"
},
"downloads": -1,
"filename": "py-dom-xpath-six-0.2.4.tar.gz",
"has_sig": false,
"md5_digest": "14bf9b9d4a3f9cebd1e6c40bfb0265cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24847,
"upload_time": "2022-01-10T00:24:34",
"upload_time_iso_8601": "2022-01-10T00:24:34.439405Z",
"url": "https://files.pythonhosted.org/packages/fa/27/9b190ecfeb517b10efbb4c8f215ba889a7966c6f5511d4793d9af6e9fd8d/py-dom-xpath-six-0.2.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-01-10 00:24:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jackjansen",
"github_project": "py-dom-xpath-six",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "py-dom-xpath-six"
}