python-cssselect 1.0.1-1 source package in Ubuntu

Changelog

python-cssselect (1.0.1-1) unstable; urgency=medium

  * New upstream release (from GitHub, not PyPI, where tests are missing)

 -- W. Martin Borgert <email address hidden>  Sun, 22 Jan 2017 12:18:44 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect_1.0.1-1.dsc 2.2 KiB 78e782330afdbb996d6d17ad31b8e2e47b49be1b6587e902c5e8cab7b475227c
python-cssselect_1.0.1.orig.tar.gz 33.1 KiB cdfa17ab5dc8818209f310a930b18d3035a4585ddd2c179e833036e2dde511c6
python-cssselect_1.0.1-1.debian.tar.xz 3.0 KiB d51fa82f0aef1415e1c171b354768f4de1bbade5fc0c8d52f5f237a547c7d649

Available diffs

No changes file available.

Binary packages built by this source

python-cssselect: cssselect parses CSS3 Selectors and translates them to XPath 1.0

 cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
 Such expressions can be used in lxml or another XPath engine to find the
 matching elements in an XML or HTML document.
 .
 This module used to live inside of lxml as lxml.cssselect before it was
 extracted as a stand-alone project.
 .
 This package provides the Python 2.x module.

python3-cssselect: cssselect parses CSS3 Selectors and translates them to XPath 1.0

 cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
 Such expressions can be used in lxml or another XPath engine to find the
 matching elements in an XML or HTML document.
 .
 This module used to live inside of lxml as lxml.cssselect before it was
 extracted as a stand-alone project.
 .
 This package provides the Python 3.x module.