|
| 1 | +Metadata-Version: 1.1 |
| 2 | +Name: tinycss |
| 3 | +Version: 0.4 |
| 4 | +Summary: tinycss is a complete yet simple CSS parser for Python. |
| 5 | +Home-page: http://tinycss.readthedocs.io/ |
| 6 | +Author: Simon Sapin |
| 7 | + |
| 8 | +License: BSD |
| 9 | +Description: tinycss: CSS parser for Python |
| 10 | + ============================== |
| 11 | + |
| 12 | + *tinycss* is a complete yet simple CSS parser for Python. It supports the full |
| 13 | + syntax and error handling for CSS 2.1 as well as some CSS 3 modules: |
| 14 | + |
| 15 | + * CSS Color 3 |
| 16 | + * CSS Fonts 3 |
| 17 | + * CSS Paged Media 3 |
| 18 | + |
| 19 | + It is designed to be easy to extend for new CSS modules and syntax, |
| 20 | + and integrates well with cssselect_ for Selectors 3 support. |
| 21 | + |
| 22 | + Quick facts: |
| 23 | + |
| 24 | + * Free software: BSD licensed |
| 25 | + * Compatible with Python 2.7 and 3.x |
| 26 | + * Latest documentation `on python.org`_ |
| 27 | + * Source, issues and pull requests `on Github`_ |
| 28 | + * Releases `on PyPI`_ |
| 29 | + * Install with ``pip install tinycss`` |
| 30 | + |
| 31 | + .. _cssselect: http://packages.python.org/cssselect/ |
| 32 | + .. _on python.org: http://packages.python.org/tinycss/ |
| 33 | + .. _on Github: https://github.com/SimonSapin/tinycss/ |
| 34 | + .. _on PyPI: http://pypi.python.org/pypi/tinycss |
| 35 | + |
| 36 | +Platform: UNKNOWN |
| 37 | +Classifier: Development Status :: 4 - Beta |
| 38 | +Classifier: Intended Audience :: Developers |
| 39 | +Classifier: License :: OSI Approved :: BSD License |
| 40 | +Classifier: Programming Language :: Python :: 2 |
| 41 | +Classifier: Programming Language :: Python :: 2.7 |
| 42 | +Classifier: Programming Language :: Python :: 3 |
| 43 | +Classifier: Programming Language :: Python :: 3.3 |
| 44 | +Classifier: Programming Language :: Python :: 3.4 |
| 45 | +Classifier: Programming Language :: Python :: 3.5 |
| 46 | +Classifier: Programming Language :: Python :: Implementation :: CPython |
| 47 | +Classifier: Programming Language :: Python :: Implementation :: PyPy |
0 commit comments