diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-16 23:52:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-17 00:38:50 +0700 |
commit | 9a668770eef72ed9861eced40a124a31f661a421 (patch) | |
tree | b63636851c0574c9e95170929ee17a3d126f3021 /python/python-unicodecsv/slack-desc | |
parent | 411578999159425b4803d1df9fa089fffe554311 (diff) |
python/python-unicodecsv: Added (csv module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-unicodecsv/slack-desc')
-rw-r--r-- | python/python-unicodecsv/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-unicodecsv/slack-desc b/python/python-unicodecsv/slack-desc new file mode 100644 index 0000000000000..bd567b9fb551b --- /dev/null +++ b/python/python-unicodecsv/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------------------------------------------------------| +python-unicodecsv: python-unicodecsv (csv module) +python-unicodecsv: +python-unicodecsv: Python2's stdlib csv module is nice, but it doesn't support unicode. +python-unicodecsv: This module is a drop-in replacement which *does*. +python-unicodecsv: +python-unicodecsv: Homepage: https://github.com/jdunck/python-unicodecsv +python-unicodecsv: +python-unicodecsv: +python-unicodecsv: +python-unicodecsv: +python-unicodecsv: |