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/slack-desc | |
parent | d491ab76f47addeb472710e4ddbe2eb87ea9309e (diff) | |
download | slackbuilds-5045fea36f3fbcdc6b00f421a3ddfc17350ae9cc.tar.gz |
python/tinycss: Added (simple CSS parser for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/tinycss/slack-desc')
-rw-r--r-- | python/tinycss/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/tinycss/slack-desc b/python/tinycss/slack-desc new file mode 100644 index 0000000000..ac7071a213 --- /dev/null +++ b/python/tinycss/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tinycss: tinycss (simple CSS parser for Python) +tinycss: +tinycss: tinycss is a complete yet simple CSS parser for Python. It supports +tinycss: the full syntax and error handling for CSS 2.1 as well as some CSS +tinycss: 3 modules: CSS Color 3, CSS Fonts 3, CSS Paged Media 3. +tinycss: +tinycss: Homepage: http://tinycss.readthedocs.io/en/latest/ +tinycss: +tinycss: +tinycss: +tinycss: |