Contents

parsel 1.11.0

0

Parsel is a library to extract data from HTML and XML using XPath and CSS selectors

Parsel is a library to extract data from HTML and XML using XPath and CSS selectors

Stars: 1313, Watchers: 1313, Forks: 154, Open Issues: 43

The scrapy/parsel repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1313 github stars!

How to Install parsel

You can install parsel using pip

pip install parsel

or add it to a project with poetry

poetry add parsel

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/parsel/
Documentation:
https://parsel.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/scrapy/parsel

Classifiers

  • Text Processing/Markup
  • Text Processing/Markup/HTML
  • Text Processing/Markup/XML
No  parsel  pypi packages just yet.

Errors

A list of common parsel errors.

Code Examples

Here are some parsel code examples and snippets.

GitHub Issues

The parsel package has 43 open issues on GitHub

  • Support "html5" type to use html5lib parser

See more issues on GitHub

Related Packages & Articles

elementpath 5.1.1

XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml

lxml 6.0.2

Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.

htmldate 1.9.4

Fast and robust extraction of original and updated publication dates from URLs and web pages.