summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2020-05-10 16:03:51 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2020-05-10 16:07:03 +0300
commitef13696202fe08a42f03060fd1f5e7703dfbfb69 (patch)
treeaa55eba9d4c0529d8aa85918ff9f96933cd73a79 /dev-python/picklemagic/metadata.xml
parentdev-python/piexif: add Py3.8 support (diff)
downloadgentoo-ef13696202fe08a42f03060fd1f5e7703dfbfb69.tar.gz
gentoo-ef13696202fe08a42f03060fd1f5e7703dfbfb69.tar.bz2
gentoo-ef13696202fe08a42f03060fd1f5e7703dfbfb69.zip
dev-python/picklemagic: fix Gentoo repo QA warnings
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'dev-python/picklemagic/metadata.xml')
-rw-r--r--dev-python/picklemagic/metadata.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/picklemagic/metadata.xml b/dev-python/picklemagic/metadata.xml
index cea503d75e3b..1027055fe7b1 100644
--- a/dev-python/picklemagic/metadata.xml
+++ b/dev-python/picklemagic/metadata.xml
@@ -7,6 +7,13 @@
</maintainer>
<longdescription>
A set of modules for analyzing and playing with the mechanics of python pickles.
+ Features:
+ * Forgiving: Extracts as much data as possible from the pickle, even if class definitions are unavailable.
+ * Safe: You can safely unpickle data structures from unknown sources
+ * Easy to use: Tools are provided which make it possible to code around the unpickled datastructures as if they were created from the actual class definitions.
+ * Customizeable: Most functionality is easily subclassable to suit your needs.
+ * Create pickles as if you were writing python: Via a few constructs it's possible to create custom pickles with the ease of writing normal python.
+ * Works in both python 2 and 3
</longdescription>
<upstream>
<remote-id type="github">CensoredUsername/picklemagic</remote-id>