Metadata-Version: 2.4
Name: shieldcommit
Version: 0.1.5
Summary: Lightweight pre-commit secret scanner CLI
Author: TechiKrish
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0

# ShieldCommit 🔐

ShieldCommit is a lightweight CLI tool that prevents accidental secret leaks by scanning
Git commits for sensitive information such as AWS keys, API tokens, and credentials.

## 🚀 Features
- Detects hardcoded secrets before commit
- Works as a Git pre-commit hook
- Fast staged-file scanning
- Easy CLI interface
- Zero external dependencies

## 📦 Installation

```bash
pip install shieldcommit
