parsel 1.9.1
0
Parsel is a library to extract data from HTML and XML using XPath and CSS selectors
Contents
Parsel is a library to extract data from HTML and XML using XPath and CSS selectors
Stars: 1128, Watchers: 1128, Forks: 144, Open Issues: 41The 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
Related Packages
Errors
A list of common parsel errors.
Code Examples
Here are some parsel
code examples and snippets.