python-parsel

Python 2 library to extract HTML/XML data using XPath/CSS selectors
  https://github.com/scrapy/parsel
  0
  no reviews



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

This module is used to, for example:
- Extract text using CSS or XPath selectors
- Regular expression helper methods
This is the Python 2 version of the package.