Metadata-Version: 1.0
Name: cssutils
Version: 0.9.4a3
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.
        
        Based upon and partly implements the following specifications (DOM only, not any rendering facilities):
        
        `DOM Level 2 Style CSS <http://www.w3.org/TR/DOM-Level-2-Style/css.html>`__
        DOM for package css
        `DOM Level 2 Style Stylesheets <http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html>`__
        DOM for package stylesheets
        `CSSOM <http://dev.w3.org/csswg/cssom/>`__
        A few details (mainly the NamespaceRule DOM) is taken from here. Plan is to move implementation to the stuff defined here which is newer but still no REC so might change anytime...
        
        `CSS 2.1 <http://www.w3.org/TR/CSS21/>`__
        Rules and properties are defined here
        `CSS 2.1 Errata  <http://www.w3.org/Style/css2-updates/CR-CSS21-20070719-errata.html>`__
        A few erratas, mainly the definition of CHARSET_SYM tokens
        `CSS3 module: Syntax <http://www.w3.org/TR/css3-syntax/>`__
        Used in parts since cssutils 0.9.4 which basically tries to use the features from CSS 2.1 and CSS 3.
        `MediaQueries <http://www.w3.org/TR/css3-mediaqueries/>`__
        MediaQueries are part of ``stylesheets.MediaList`` since v0.9.4, used in @import and @media rules.
        `Namespaces <http://www.w3.org/TR/css3-namespace/>`__
        Added in v0.9.1 and updated to definition in CSSOM in v0.9.4
        `Selectors <http://www.w3.org/TR/css3-selectors/>`__
        The selector syntax defined here (and not in CSS 2.1) should be parsable with cssutils (*should* mind though ;) )
        
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
