Author: | cthedot |
---|---|
Copyright: | 2004-2007 Christof Hoeke |
Date: | 2007-11-08 14:42:49 +0100 (Do, 08 Nov 2007) |
Version: | (rev 662) |
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):
Please visit http://cthedot.de/cssutils/ for full details.
Published under the LGPL, see http://cthedot.de/cssutils/license.html
From 0.9 cssutils uses EasyInstall. Please find installation instructions and more information about EasyInstall from http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions.
After installing EasyInstall simple use:
> easy_install cssutils
to install the latest version of cssutils.
Alternatively download the provided source distribution. Expand the file and from a command line install with:
> python setup.py install
Before using EasyInstall the first time or using the sdist please remove any old version which should be installed at PYTHONDIR/Lib/site-packages/cssutils.