Metadata-Version: 1.0
Name: tinycss
Version: 0.1dev-20120327
Summary: tinycss is a complete yet simple CSS parser for Python.
Home-page: https://github.com/SimonSapin/tinycss
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Description: tinycss: CSS parser for Python
        ==============================
        
        *tinycss* is a complete yet simple CSS parser for Python. It supports the full
        syntax and error handling for CSS 2.1 as well as some CSS 3 modules.
        It is designed to be easy to extend for new CSS modules.
        
        
        Quick facts:
        
        * Free software: BSD licensed
        * Compatible Python 2.6+ and 3.x
        * `Documentation <http://packages.python.org/tinycss/>`_
        * Source, issues and pull requests `on Github
          <https://github.com/SimonSapin/tinycss/>`_
        * Releases `on PyPI <http://pypi.python.org/pypi/tinycss>`_
        * Install with ``pip install tinycss``
        
Platform: UNKNOWN
