ANN: cssutils 0.9.7b2

Christof cthedot at gmail.com
Sun Jun 6 15:52:05 CEST 2010


what is it
----------
A Python package to parse and build CSS Cascading Style Sheets. (Not a 
renderer though!)

about this release
------------------
0.9.7b2 is a beta release but quite stable...

main changes
------------
0.9.7b2 100606
     + IMPROVEMENT/BUGFIX: CSSFunction value parameters may contain HASH 
values like ``#fff`` now. These are used in experimental properties like 
``-moz-linear-gradient(top,#fff,#fff 55%,#e4e4e4)``. Fixes issue #38.

     + API CHANGE: ``cssutils.ser.prefs.resolveVariables == True`` is 
the default from 0.9.7b2 as CSSVariables are not in any official 
specification yet and better reflects what you probably want after 
serializing a stylesheet...

license
-------
cssutils is published under the LGPL version 3 or later, see 
http://cthedot.de/cssutils/

If you have other licensing needs please let me know.

download
--------
For download options see http://cthedot.de/cssutils/

cssutils needs Python 2.4 or higher or Jython 2.5 and higher (tested 
with Python 2.6.5(x64), 2.5.4(x32), 2.4.4(x32) and Jython 2.5.1 on Win7 
64 only)


Bug reports (via Google code), comments, etc are very much appreciated! 
Thanks.

Christof


More information about the Python-announce-list mailing list