Metadata-Version: 1.0
Name: csx
Version: 0.11.09.1
Summary: Extended Cascading Stylesheets
Home-page: UNKNOWN
Author: Zero Piraeus
Author-email: z@etiol.net
License: GPLv3
Description: csx - Create, manipulate and convert CSX stylesheets.
        
        CSX is a style language based on `CSS 2.1`_, with two improvements:
        
        1. Rules may be nested inside other rules.
        2. There are no at-rules (like @media or @import).
        
        CSX is also somewhat stricter than CSS (for example, you can't split a
        quoted string over more than one line, and comments must be terminated).
        
        See the file `README.txt` provided with this module for a complete description
        of the differences between CSS and CSX.
        
        .. _CSS 2.1: http://www.w3.org/TR/CSS21
        
        
Keywords: css web
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.0
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
