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