summaryrefslogtreecommitdiffstats
path: root/python/python3-flufl.i18n/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-flufl.i18n/README')
-rw-r--r--python/python3-flufl.i18n/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-flufl.i18n/README b/python/python3-flufl.i18n/README
new file mode 100644
index 0000000000..f23476a802
--- /dev/null
+++ b/python/python3-flufl.i18n/README
@@ -0,0 +1,8 @@
+A high level API for internationalizing Python libraries and
+applications.
+
+The flufl.i18n library provides a convenient API for managing
+translation contexts in Python applications.
+It provides facilities not only for single-context applications
+like command line scripts, but also more sophisticated management
+of multiple-context applications such as Internet servers.