Source: pyquery Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Jonathan Wiltshire , TANIGUCHI Takaki Build-Depends: debhelper (>= 9) , dh-python , python-all (>= 2.6.6-3) , python3-all , python-setuptools , python3-setuptools Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/python-team/modules/pyquery.git Vcs-Browser: https://salsa.debian.org/python-team/modules/pyquery Homepage: http://pyquery.org/ Package: python-pyquery Architecture: all Depends: python-lxml, python-webob, ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: jQuery-like library for python 2 pyquery allows you to make jQuery queries on XML documents. The API is as similar to jQuery as possible. pyquery uses lxml for fast XML and HTML manipulation. . This package contains the module for Python 2. Package: python3-pyquery Architecture: all Depends: python3-lxml, python3-webob, ${python3:Depends}, ${misc:Depends} Provides: ${python3:Provides} Description: jQuery-like library for python 3 pyquery allows you to make jQuery queries on XML documents. The API is as similar to jQuery as possible. pyquery uses lxml for fast XML and HTML manipulation. . This package contains the module for Python 3.