Metadata-Version: 1.0
Name: cssutils
Version: 0.9.2b3
Summary: A CSS Cascading Style Sheets library for Python
Home-page: http://cthedot.de/cssutils/
Author: Christof Hoeke
Author-email: c@cthedot.de
License: http://cthedot.de/cssutils/license.html
Download-URL: http://code.google.com/p/cssutils/downloads/list
Description: A Python package to parse and build CSS Cascading
        Style Sheets. Partly implements the `DOM Level 2
        Style <http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/>`_
        `Stylesheets
        <http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html>`_
        and `CSS <http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/css.html>`_
        interfaces. An implementation of the WD `CSS Module: Namespaces
        <http://www.w3.org/TR/2006/WD-css3-namespace-20060828/>`_ which has no
        official DOM yet is included from v0.9.1.
Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
Platform: Python 2.4 and later.
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
