Metadata-Version: 2.4
Name: gutshape
Version: 0.1.0
Summary: Autonomous codebase guardian -- your code should heal itself
License: MIT
Author: GutShape
Author-email: hello@gutshape.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: aiosmtplib (>=3.0.0,<4.0.0)
Requires-Dist: aiosqlite (>=0.19.0,<1.0.0)
Requires-Dist: apscheduler (>=3.10.0,<4.0.0)
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: fastapi (>=0.100.0,<1.0.0)
Requires-Dist: gitpython (>=3.1.0,<4.0.0)
Requires-Dist: groq (>=1.4.0,<2.0.0)
Requires-Dist: httpx (>=0.25.0,<1.0.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
Requires-Dist: pygithub (>=2.0.0,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: rich (>=13.0.0,<16.0.0)
Requires-Dist: tenacity (>=8.0.0,<10.0.0)
Requires-Dist: uvicorn (>=0.20.0,<1.0.0)
Description-Content-Type: text/markdown

# 🛡️ GutShape

**Your code should heal itself.**

GutShape is an autonomous codebase guardian that use AI to scan, analyze, and auto-fix security and quality issues in your project.

## 🚀 Quick Start

1. **Install**:
   ```bash
   pip install gutshape
   ```

2. **Initialize**:
   ```bash
   gutshape init
   ```

3. **Audit**:
   ```bash
   gutshape audit
   ```

## ✨ Features
- **Interactive Audit**: TUI-driven workflow to select and fix issues.
- **Deep Refactor**: Automatically injects production-ready logic (like `tenacity` retries).
- **Safe Rollbacks**: Integrated git stash/snapshot safety.
- **AI Analysis**: Powered by Groq for high-speed, intelligent patching.

License: MIT

