pickle-secure: encrypted pickles

Build License PyPI Downloads Code style

pickle-secure is a wrapper around pickle that creates encrypted pickles.

In a nutshell

Installation

The easiest way is to use poetry to manage your dependencies and add pickle-secure to them.

[tool.poetry.dependencies]
pickle-secure = "^0.9.0"

Usage

pickle-secure offers a similar API as the built-in pickle.