Summary
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
Versions
v0.0_pre20160415 :: 0 :: gentoo
- Modified
- License
- WTFPL-2
- Keywords
- ~amd64 ~x86
- USE flags
- doc
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/picklemagic: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Savchenko · gentoo
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> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Savchenko · gentoo
dev-python/picklemagic: initial version
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>