cssselect2


Namecssselect2 JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryCSS selectors for Python ElementTree
upload_time2022-09-19 12:55:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords css elementtree
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            cssselect2 is a straightforward implementation of CSS4 Selectors for markup
documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
(including cElementTree, lxml, html5lib, etc.)

* Free software: BSD license
* For Python 3.7+, tested on CPython and PyPy
* Documentation: https://doc.courtbouillon.org/cssselect2
* Changelog: https://github.com/Kozea/cssselect2/releases
* Code, issues, tests: https://github.com/Kozea/cssselect2
* Code of conduct: https://www.courtbouillon.org/code-of-conduct.html
* Professional support: https://www.courtbouillon.org
* Donation: https://opencollective.com/courtbouillon

cssselect2 has been created and developed by Kozea (https://kozea.fr/).
Professional support, maintenance and community management is provided by
CourtBouillon (https://www.courtbouillon.org/).

Copyrights are retained by their contributors, no copyright assignment is
required to contribute to cssselect2. Unless explicitly stated otherwise, any
contribution intentionally submitted for inclusion is licensed under the BSD
3-clause license, without any additional terms or conditions. For full
authorship information, see the version control history.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cssselect2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
    "keywords": "css,elementtree",
    "author": null,
    "author_email": "Simon Sapin <simon.sapin@exyr.org>",
    "download_url": "https://files.pythonhosted.org/packages/e7/fc/326cb6f988905998f09bb54a3f5d98d4462ba119363c0dfad29750d48c09/cssselect2-0.7.0.tar.gz",
    "platform": null,
    "description": "cssselect2 is a straightforward implementation of CSS4 Selectors for markup\ndocuments (HTML, XML, etc.) that can be read by ElementTree-like parsers\n(including cElementTree, lxml, html5lib, etc.)\n\n* Free software: BSD license\n* For Python 3.7+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/cssselect2\n* Changelog: https://github.com/Kozea/cssselect2/releases\n* Code, issues, tests: https://github.com/Kozea/cssselect2\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct.html\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\ncssselect2 has been created and developed by Kozea (https://kozea.fr/).\nProfessional support, maintenance and community management is provided by\nCourtBouillon (https://www.courtbouillon.org/).\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to cssselect2. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under the BSD\n3-clause license, without any additional terms or conditions. For full\nauthorship information, see the version control history.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CSS selectors for Python ElementTree",
    "version": "0.7.0",
    "split_keywords": [
        "css",
        "elementtree"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "md5": "db619fb0753b1808ac7ffc800331c4c0",
                "sha256": "fd23a65bfd444595913f02fc71f6b286c29261e354c41d722ca7a261a49b5969"
            },
            "downloads": -1,
            "filename": "cssselect2-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db619fb0753b1808ac7ffc800331c4c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 15586,
            "upload_time": "2022-09-19T12:55:07",
            "upload_time_iso_8601": "2022-09-19T12:55:07.560190Z",
            "url": "https://files.pythonhosted.org/packages/9d/3a/e39436efe51894243ff145a37c4f9a030839b97779ebcc4f13b3ba21c54e/cssselect2-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "md5": "594ebe75a12dfd6cc288858faeb77415",
                "sha256": "1ccd984dab89fc68955043aca4e1b03e0cf29cad9880f6e28e3ba7a74b14aa5a"
            },
            "downloads": -1,
            "filename": "cssselect2-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "594ebe75a12dfd6cc288858faeb77415",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 35888,
            "upload_time": "2022-09-19T12:55:11",
            "upload_time_iso_8601": "2022-09-19T12:55:11.876525Z",
            "url": "https://files.pythonhosted.org/packages/e7/fc/326cb6f988905998f09bb54a3f5d98d4462ba119363c0dfad29750d48c09/cssselect2-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-09-19 12:55:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "cssselect2"
}
        
Elapsed time: 0.01581s