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

main changes
------------
0.9.6a1 090207
    - refactored validation

- added Profiles. See the docs and source of the cssutils.profiles module for details.

    - should work on GAE now properly

- ``cssutils.resolveImports(sheet)`` returns a new stylesheet with all rules in given sheet but with all @import rules being pulled into the top sheet.

    -  CSSCombine script and helper function resolve nested imports now.

- ``csscombine`` has new option ``-u URL, --url=URL URL to parse (path is ignored if URL given)`` now

    - New documentation in Sphinx format


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/


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

Christof
--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations.html

Reply via email to