Metadata-Version: 2.4
Name: thrasher
Version: 0.2.0
Summary: A lightweight file encryption program
Author: Andrew Yoo
License-Expression: AGPL-3.0-only
Project-URL: repository, https://github.com/andrew-yoo/Thrasher
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=49.0.0
Requires-Dist: pynacl>=1.6.2
Dynamic: license-file

# Thrasher

A lightweight file encryption program written in Python.

## Installation

```bash
pip install Thrasher
```

## Usage

```bash
pip thrasher --help
```
