Metadata-Version: 2.1
Name: pickle-secure
Version: 0.9.9
Summary: Easily create encrypted pickle files
Home-page: https://github.com/spapanik/pickle-secure
License: MIT
Keywords: pickle,AES,secure storage
Author: Stephanos Kuma
Author-email: spapanik21@gmail.com
Requires-Python: >=3.6.0,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: cryptography (>=2.3.0,<3.0.0)
Project-URL: Repository, https://github.com/spapanik/pickle-secure
Description-Content-Type: text/markdown

<p align="center">
<a href="https://travis-ci.org/spapanik/pickle-secure"><img alt="Build" src="https://travis-ci.org/spapanik/pickle-secure.svg?branch=master"></a>
<a href="https://coveralls.io/github/spapanik/pickle-secure"><img alt="Coverage" src="https://coveralls.io/repos/github/spapanik/pickle-secure/badge.svg?branch=master"></a>
<a href="https://github.com/spapanik/pickle-secure/blob/master/LICENSE.txt"><img alt="License" src="https://img.shields.io/github/license/spapanik/pickle-secure"></a>
<a href="https://pypi.org/project/pickle-secure"><img alt="PyPI" src="https://img.shields.io/pypi/v/pickle-secure"></a>
<a href="https://pepy.tech/project/pickle-secure"><img alt="Downloads" src="https://pepy.tech/badge/pickle-secure"></a>
<a href="https://github.com/psf/black"><img alt="Code style" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

# pickle-secure

_pickle-secure_ is a wrapper around pickle that creates encrypted pickles

