Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kozea/cssselect2
CSS selectors for Python ElementTree
https://github.com/kozea/cssselect2
css python
Last synced: 1 day ago
JSON representation
CSS selectors for Python ElementTree
- Host: GitHub
- URL: https://github.com/kozea/cssselect2
- Owner: Kozea
- License: bsd-3-clause
- Created: 2013-08-31T16:02:39.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T08:48:45.000Z (7 months ago)
- Last Synced: 2024-05-08T16:19:57.406Z (6 months ago)
- Topics: css, python
- Language: Python
- Homepage: https://doc.courtbouillon.org/cssselect2
- Size: 264 KB
- Stars: 26
- Watchers: 11
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Support: docs/support.rst
Awesome Lists containing this project
README
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.8+, 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/courtbouilloncssselect2 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.