Log in or register to vote.

cssutils

A CSS Cascading Style Sheets library for Python

=============================================
cssutils
=============================================
---------------------------------------------
CSS Cascading Style Sheets library for Python
---------------------------------------------
:Author: $LastChangedBy: cthedot $
:Copyright: 2004-2008 Christof Hoeke
:Date: $LastChangedDate: 2008-02-10 22:40:40 +0100 (So, 10 Feb 2008) $
:Version: (rev $LastChangedRevision: 994 $)

Overview
========
A Python package to parse and build CSS Cascading Style Sheets.

Based upon and partly implements the following specifications (DOM only, not any rendering facilities):

`DOM Level 2 Style CSS `__
DOM for package css
`DOM Level 2 Style Stylesheets `__
DOM for package stylesheets
`CSSOM `__
A few details (mainly the NamespaceRule DOM) is taken from here. Plan is to move implementation to the stuff defined here which is newer but ...

+1