summaryrefslogtreecommitdiff
path: root/python/polib/README
diff options
context:
space:
mode:
authorKen Roberts <alisonken1@juno.com>2014-04-11 23:06:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-11 23:17:13 +0700
commit4ab63be0abff50624eaef4b9a2ce72bc4df15730 (patch)
treeab80f833828370bd80ac5ac282e50e8d1b4e1a56 /python/polib/README
parentbb1a852378eaa35475e8945f51a96f14f0e9c853 (diff)
downloadslackbuilds-4ab63be0abff50624eaef4b9a2ce72bc4df15730.tar.gz
python/polib: Added (pot, po, and mo manipulation library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/polib/README')
-rw-r--r--python/polib/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/polib/README b/python/polib/README
new file mode 100644
index 0000000000..69123d0da4
--- /dev/null
+++ b/python/polib/README
@@ -0,0 +1,11 @@
+polib allows you to manipulate, create, modify gettext files
+(pot, po and mo files).
+
+You can load existing files, iterate through it's entries, add,
+modify entries, comments or metadata, etc... or create new po files
+from scratch.
+
+polib supports out of the box any version of python ranging from
+2.4 to latest 3.X version.
+
+Optional dependency: Sphinx