Metadata-Version: 1.0
Name: tinycss2
Version: 0.3
Summary: Modern CSS parser for Python
Home-page: UNKNOWN
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Description: tinycss2: Modern CSS parser for Python
        ######################################
        
        tinycss2 is a rewrite of tinycss_ with a simpler API,
        based on the more recent `CSS Syntax Level 3`_ specification.
        
        .. _tinycss: http://pythonhosted.org/tinycss/
        .. _CSS Syntax Level 3: http://dev.w3.org/csswg/css-syntax-3/
        
        * BSD licensed
        * For Python 2.6, 2.7, or 3.2+ (tested on CPython and PyPy)
        * Latest documentation: http://pythonhosted.org/tinycss2/
        * Source code and issue tracker: https://github.com/SimonSapin/tinycss2
        * PyPI releases: https://pypi.python.org/pypi/tinycss2/
        
Platform: UNKNOWN
