From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/picklemagic/metadata.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/picklemagic/metadata.xml (limited to 'dev-python/picklemagic/metadata.xml') diff --git a/dev-python/picklemagic/metadata.xml b/dev-python/picklemagic/metadata.xml new file mode 100644 index 000000000000..1202ca83827e --- /dev/null +++ b/dev-python/picklemagic/metadata.xml @@ -0,0 +1,22 @@ + + + + + bircoph@gentoo.org + Andrew Savchenko + + + 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 + + + CensoredUsername/picklemagic + + gentoo-staging + -- cgit v1.3.1