Source: python-parsel Maintainer: Debian Python Team Uploaders: Ignace Mouzannar , Andrey Rahmatullin Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-cssselect , python3-lxml , python3-psutil , python3-pytest , python3-pytest-runner, python3-setuptools, python3-sybil , python3-w3lib (>= 1.19.0) , Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/python-team/packages/python-parsel Vcs-Git: https://salsa.debian.org/python-team/packages/python-parsel.git Homepage: https://github.com/scrapy/parsel Testsuite: autopkgtest-pkg-python Package: python3-parsel Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources, Description: Python 3 library to extract HTML/XML data using XPath/CSS selectors 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 3 version of the package.