Metadata-Version: 2.3
Name: corelibs-encryption
Version: 2.0.1
Summary: CoreLibs Encryption Module
Author: Clemens Schwaighofer
Author-email: Clemens Schwaighofer <clemens.schwaighofer@omc.com>
Requires-Dist: cryptography>=46.0.4,<47.0.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# CoreLibs Python Encryption Tools

This is part of the Python CoreLibs

## Overview

Various encryption tools for python: Symmetric Encryption

## Install

```sh
uv add --index opj-pypi=https://git.egplusww.jp/api/packages/PyPI/pypi/simple/ corelibs-encryption
```

## Usage

See <DOCUMENTATION.md>

## Development

See <DEVELOPMENT.md> for detailed development information
