python-cssselect2 0.2.1-1 source package in Ubuntu

Changelog

python-cssselect2 (0.2.1-1) unstable; urgency=low

  * Initial release (Closes: #913669).

 -- Michael Fladischer <email address hidden>  Tue, 13 Nov 2018 19:13:59 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cssselect2_0.2.1-1.dsc 1.9 KiB f8e5dc9d243a327970c627bec523359eac880dd68e857dbf6b9c9dfdd17f4c31
python-cssselect2_0.2.1.orig.tar.gz 29.9 KiB 505d2ce3d3a1d390ddb52f7d0864b7efeb115a5b852a91861b498b92424503ab
python-cssselect2_0.2.1-1.debian.tar.xz 3.4 KiB d920f6fefffd677e9787ddecd6727a03e9011f0a9e9d779f8d94b31bf13bc162

No changes file available.

Binary packages built by this source

python-cssselect2-doc: implementation of CSS3 Selectors (Documentation)

 cssselect2 is a straightforward implementation of CSS3 Selectors for markup
 documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
 (including cElementTree, lxml, html5lib, etc.)
 .
 Unlike cssselect, it does not translate selectors to XPath and therefore does
 not have all the correctness corner cases that are hard or impossible to fix in
 cssselect.
 .
 This package contains the documentation.

python3-cssselect2: implementation of CSS3 Selectors (Python3 version)

 cssselect2 is a straightforward implementation of CSS3 Selectors for markup
 documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
 (including cElementTree, lxml, html5lib, etc.)
 .
 Unlike cssselect, it does not translate selectors to XPath and therefore does
 not have all the correctness corner cases that are hard or impossible to fix in
 cssselect.
 .
 This package contains the Python 3 version of the library.