LWN.net Logo

cssutils 0.9.6a1 announced

From:  Christof Hoeke <cthedot-AT-gmail.com>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  ANN: cssutils 0.9.6a1
Date:  Sun, 08 Feb 2009 00:29:10 +0100
Message-ID:  <gml5g7$ftc$00$1@news.t-online.com>

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



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds