Metadata-Version: 2.4
Name: mpgkit
Version: 1.0.1
Summary: mPGkit - Matel's PGP toolkit
Author: Matel
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: python-gnupg
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mPGkit 🔑

**mPGkit** (Matel’s PGP toolkit) is a lightweight, Python-powered toolkit for performing **PGP encryption, decryption, signing, and verification** on files and strings.  
It’s built with [python-gnupg](https://pypi.org/project/python-gnupg/) and designed to feel like a natural UNIX-style CLI tool.  

---

## ✨ Features
- 🔒 Encrypt & decrypt files and strings with PGP  
- 🖊️ Sign and verify messages or documents  
- 🔑 Manage keys (import, export, list)  
- 🛠️ Easy CLI commands (`mpgkit enc …`)  

---

## 📦 Installation
```bash
pipx install mpgkit
OR
pip install mpgkit
