Metadata-Version: 1.1
Name: tinycss2
Version: 0.6.1
Summary: Low-level CSS parser for Python
Home-page: UNKNOWN
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Description-Content-Type: UNKNOWN
Description: tinycss2: Low-level 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.7 or 3.3+ (tested on CPython)
        * Latest documentation: http://tinycss2.readthedocs.io/
        * Source code and issue tracker: https://github.com/Kozea/tinycss2
        * PyPI releases: https://pypi.python.org/pypi/tinycss2/
        * Continuous integration: |travis|
        
        .. |travis| image:: https://travis-ci.org/Kozea/tinycss2.svg?branch=master
            :target: https://travis-ci.org/Kozea/tinycss2
            :alt: https://travis-ci.org/Kozea/tinycss2
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing
