Metadata-Version: 2.1
Name: bugpilot-cli
Version: 1.2.6
Summary: AI-powered penetration testing and bug hunting CLI tool
Home-page: https://github.com/letchupkt/bugpilot-cli
Author: LAKSHMIKANTHAN K
Author-email: letchupkt@example.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.7.0
Requires-Dist: click>=8.1.7
Requires-Dist: google-generativeai>=0.3.0
Requires-Dist: openai>=1.3.0
Requires-Dist: anthropic>=0.7.0
Requires-Dist: groq>=0.4.0
Requires-Dist: requests>=2.31.0
Requires-Dist: prompt-toolkit>=3.0.43
Requires-Dist: pyfiglet>=1.0.2
Requires-Dist: colorama>=0.4.6
Requires-Dist: httpx>=0.25.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: tiktoken>=0.5.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: PyYAML>=6.0.1
Requires-Dist: asyncio>=3.4.3

# BugPilot CLI

AI-powered penetration testing tool.

## Install

```bash
pip install bugpilot-cli
```

## Quick Start

```bash
bugpilot
```

## Supported AI Providers

- Gemini (recommended)
- Groq (fast & free)
- Anthropic Claude
- Ollama (local/offline)

## Features

- Autonomous pentesting
- Multi-agent system
- Cross-platform (Windows/Linux/Termux/macOS)
- Unrestricted command execution

## Developer

LAKSHMIKANTHAN K (letchupkt)
