diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-26 15:34:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-03 07:17:45 +0700 |
commit | 5045fea36f3fbcdc6b00f421a3ddfc17350ae9cc (patch) | |
tree | 36657bff34aaa77e8e4a4e113c6ddef47bdd97c8 /python/tinycss/README | |
parent | d491ab76f47addeb472710e4ddbe2eb87ea9309e (diff) |
python/tinycss: Added (simple CSS parser for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/tinycss/README')
-rw-r--r-- | python/tinycss/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tinycss/README b/python/tinycss/README new file mode 100644 index 000000000000..2b498ce55788 --- /dev/null +++ b/python/tinycss/README @@ -0,0 +1,8 @@ +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 + +Optional dependency: python3 |