pickle-secure: encrypted pickles#

Tests License PyPI Downloads code style: black build automation: yam Lint: ruff

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.