parsel-get-selector-text


Nameparsel-get-selector-text JSON
Version 0.7 PyPI version JSON
download
home_page
SummaryExtracts all text results from an XPath query on a parsel Selector object.
upload_time2023-07-22 19:46:18
maintainer
docs_urlNone
author
requires_python
licenseMIT License
keywords dom parsel scraping xpath
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # parsel_get_selector_text
Module to get_selector_text from parsel.Selector objects.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "parsel-get-selector-text",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dom,parsel,scraping,xpath",
    "author": "",
    "author_email": "\"Carlos A. Planch\u00f3n\" <carlosandresplanchonprestes@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9e/ef/0b8c88787eb2ffa516fecbaff3b454b7877dc58c9ec80055cda35bdc3f77/parsel_get_selector_text-0.7.tar.gz",
    "platform": null,
    "description": "# parsel_get_selector_text\nModule to get_selector_text from parsel.Selector objects.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Extracts all text results from an XPath query on a parsel Selector object.",
    "version": "0.7",
    "project_urls": {
        "repository": "https://github.com/carlosplanchon/parsel_get_selector_text.git"
    },
    "split_keywords": [
        "dom",
        "parsel",
        "scraping",
        "xpath"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee3f6e2b7e252b1bcaabb27718f503fa4c52cfe345a6b91b59911ab299bfbf95",
                "md5": "2e18df0c1c191195c5946788dafe7527",
                "sha256": "4874196e97b575396b804e5f4fe24e974144add854341f0b207f9efde5063685"
            },
            "downloads": -1,
            "filename": "parsel_get_selector_text-0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e18df0c1c191195c5946788dafe7527",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3413,
            "upload_time": "2023-07-22T19:46:16",
            "upload_time_iso_8601": "2023-07-22T19:46:16.842149Z",
            "url": "https://files.pythonhosted.org/packages/ee/3f/6e2b7e252b1bcaabb27718f503fa4c52cfe345a6b91b59911ab299bfbf95/parsel_get_selector_text-0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9eef0b8c88787eb2ffa516fecbaff3b454b7877dc58c9ec80055cda35bdc3f77",
                "md5": "19a78f1d14dffa50c1f408b4ce2b2a1d",
                "sha256": "95a510fcdd81006576f7e851c54c146a5a3212309dfa3ad6c85d9cd77ff8aa4b"
            },
            "downloads": -1,
            "filename": "parsel_get_selector_text-0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "19a78f1d14dffa50c1f408b4ce2b2a1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3025,
            "upload_time": "2023-07-22T19:46:18",
            "upload_time_iso_8601": "2023-07-22T19:46:18.221472Z",
            "url": "https://files.pythonhosted.org/packages/9e/ef/0b8c88787eb2ffa516fecbaff3b454b7877dc58c9ec80055cda35bdc3f77/parsel_get_selector_text-0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-22 19:46:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "carlosplanchon",
    "github_project": "parsel_get_selector_text",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "parsel-get-selector-text"
}
        
Elapsed time: 0.14471s