Contents

parsel 1.9.1

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: 1128, Watchers: 1128, Forks: 144, Open Issues: 41

The scrapy/parsel repo was created 9 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1128 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
Scrapy project
License
BSD
Homepage
https://github.com/scrapy/parsel
PyPi:
https://pypi.org/project/parsel/
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.

Related Packages & Articles

elementpath 4.5.0

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

lxml 5.3.0

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

htmldate 1.9.1

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