blob: 96a7079f5dd034a8ad24f76aa441b5ac3116b1bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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:
-- CSS Color 3
-- CSS Fonts 3
-- CSS Paged Media 3
It is designed to be easy to extend for new CSS modules and syntax, and
integrates well with cssselect for Selectors 3 support.
|