Metadata-Version: 2.4
Name: text-encryption-decryption
Version: 1.0.1
Summary: Library which is used to Encrypt and Decrypt texts
Author: Sowmiya Narayanan A
Author-email: sowmisn2006@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Text Encryption And Decryption

A Python package with utilities to encrypt and decrypt texts.

## Features
- Text Encryption
- Text Decryption

Check out the [example script](examples/example_usage.py) for more details.

## Installation
```bash
pip install text-encryption-decryption
