diff options
| author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-04-04 15:00:59 +0200 |
|---|---|---|
| committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:16:50 -0500 |
| commit | 9bf81be0c6c7f1cb17a8f5fd8476b6aeb9dc5258 (patch) | |
| tree | 80d04c7842d187f92b0d79013437c6696c856fc0 /python/css-parser/README | |
| parent | ac06fdcde120b595e259ff733a38823ecc752af0 (diff) | |
python/css-parser: Added (CSS parser and builder).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/css-parser/README')
| -rw-r--r-- | python/css-parser/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/css-parser/README b/python/css-parser/README new file mode 100644 index 0000000000..5cf85ef683 --- /dev/null +++ b/python/css-parser/README @@ -0,0 +1,3 @@ +A Python package to parse and build CSS Cascading Style Sheets. + +Optional dependencies: python3, python-chardet and gdata. |
