Metadata-Version: 2.4
Name: gbkomi
Version: 0.1.0
Summary: Secure encrypted token storage for Python
Author-email: Your Name <qqqwwweeeshah@gmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0.0
Requires-Dist: argon2-cffi>=23.1.0

# gbkomi

Secure encrypted token storage for Python using Argon2id + AES-256-GCM.

## Features

- Store secrets in encrypted `.gbkomi` files
- Password-based encryption
- CLI for managing secrets
- Authenticated encryption with AES-GCM
- Strong key derivation with Argon2id

## Install
```bash
pip install gbkomi
