summaryrefslogtreecommitdiff
path: root/dev-python/picklemagic/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /dev-python/picklemagic/metadata.xml
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'dev-python/picklemagic/metadata.xml')
-rw-r--r--dev-python/picklemagic/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/picklemagic/metadata.xml b/dev-python/picklemagic/metadata.xml
new file mode 100644
index 000000000000..1027055fe7b1
--- /dev/null
+++ b/dev-python/picklemagic/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bircoph@gentoo.org</email>
+ <name>Andrew Savchenko</name>
+ </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>
+ </upstream>
+</pkgmetadata>