summaryrefslogtreecommitdiff
path: root/textproc/py-bistring/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-bistring/pkg-descr')
-rw-r--r--textproc/py-bistring/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-bistring/pkg-descr b/textproc/py-bistring/pkg-descr
new file mode 100644
index 000000000000..1246f8e6bd04
--- /dev/null
+++ b/textproc/py-bistring/pkg-descr
@@ -0,0 +1,4 @@
+The bistring library provides non-destructive versions of common string
+processing operations like normalization, case folding, and find/replace. Each
+bistring remembers the original string, and how its substrings map to substrings
+of the modified version.