cssselect

cssselect 0.9.1

It can read CSS 3 selectors and virtually transform them to XPath 1.0 compatible expressions.The code was part of the lxml Python module as lxml.cssselect.Now it can work as a stand-alone.Features:Supported...

WeasyPrint

WeasyPrint 0.22

WeasyPrint uses a collection of open-sourced technologies to parse a page, render its HTML content, style it with CSS and then output the final result as a downloadable PDF file.Additionally, WeasyPrint can also output the page as a pixel-perfect PNG file...

read more
cssselect

cssselect 0.8

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...

read more
WeasyPrint

WeasyPrint 0.19.1

WeasyPrint is a Python tool that converts web documents (HTML, CSS, SVG, ...) to PDF.See the documentation at...

read more
lselect

lselect 0.1 Alpha 0

lselect is a straightforward implementation of CSS3 Selectors for lxml documents. Unlike cssselect, it does not translate selectors to XPath. It is currently slower but more correct than cssselect.Quick facts:- Free software: BSD licensed- Compatible...

read more
tinycss

tinycss 0.3

tinycss is just a CSS parser, and nothing else, written in...

read more