Metadata-Version: 2.1
Name: pickelhaube
Version: 0.2.0
Summary: Secure Pickling
Author-email: Powertools Technologies <simao.afonso@powertools-tech.com>
License: LGPL-3.0-or-later
Project-URL: Source, https://support.powertools-tech.com/PowertoolsTech/pickelhaube
Project-URL: Issues, https://support.powertools-tech.com/PowertoolsTech/pickelhaube/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING.LESSER

# Pickelhaube

[![PyPI - Version](https://img.shields.io/pypi/v/pickelhaube.svg)](https://pypi.org/project/pickelhaube)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pickelhaube.svg)](https://pypi.org/project/pickelhaube)

-----

Secure Pickling.

## Installation

```console
pip install pickelhaube
```

## License

`pickelhaube` is distributed under the terms of the [LGPLv3 or
later](https://spdx.org/licenses/LGPL-3.0-or-later.html) license, see
[COPYING](COPYING) and [COPYING.LESSER](COPYING.LESSER).
