Metadata-Version: 2.0
Name: tinycss2
Version: 0.6.0
Summary: Low-level CSS parser for Python
Home-page: UNKNOWN
Author: Simon Sapin
Author-email: simon.sapin@exyr.org
License: BSD
Platform: UNKNOWN
Requires-Dist: webencodings (>=0.4)
Provides-Extra: test
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-flake8; extra == 'test'
Requires-Dist: pytest-isort; extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'

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.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/
* Continuous integration: |travis|

.. |travis| image:: https://travis-ci.org/SimonSapin/tinycss2.svg?branch=master
    :target: https://travis-ci.org/SimonSapin/tinycss2
    :alt: https://travis-ci.org/SimonSapin/tinycss2


