# python-tinycss2 **Repository Path**: foundos_1/python-tinycss2 ## Basic Information - **Project Name**: python-tinycss2 - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-20 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======== tinycss2 ======== tinycss2 is a low-level CSS parser and generator: it can parse strings, return Python objects representing tokens and blocks, and generate CSS strings corresponding to these objects. Based on the `CSS Syntax Level 3`_ specification, tinycss2 knows the grammar of CSS but doesn't know specific rules, properties or values supported in various CSS modules. .. _CSS Syntax Level 3: https://drafts.csswg.org/css-syntax-3/ * BSD licensed * For Python 3.5+ (tested on CPython and Pypy3) * Latest documentation: http://tinycss2.readthedocs.io/ * Source code and issue tracker: https://github.com/Kozea/tinycss2 * PyPI releases: https://pypi.python.org/pypi/tinycss2/