summaryrefslogtreecommitdiff
path: root/devel/py-fastuuid/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-fastuuid/pkg-descr')
-rw-r--r--devel/py-fastuuid/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/py-fastuuid/pkg-descr b/devel/py-fastuuid/pkg-descr
new file mode 100644
index 000000000000..5cee122ebb55
--- /dev/null
+++ b/devel/py-fastuuid/pkg-descr
@@ -0,0 +1,5 @@
+FastUUID is a library which provides CPython bindings to Rust's UUID
+library. The provided API is exactly as Python's builtin UUID class.
+
+It is much faster than Python's pure-python implementation and it is
+stricter when parsing hexadecimal representation of UUIDs.