Metadata-Version: 2.4
Name: securesyntax
Version: 0.1.0
Summary: Secure Syntax - AI-powered code analyzer and bug fixer
Author: Crynix
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama
Requires-Dist: requests
Requires-Dist: google-genai<1.21.0,>=1.20.0
Requires-Dist: anyio<5.0.0,>=4.8.0
Dynamic: license-file

# SecureSyntax

🔒 **SecureSyntax** is an AI-powered code analyzer and bug fixer.  
It scans your project files, detects potential bugs, performance issues, and security risks, and even suggests or applies fixes automatically using AI.

---

## 🚀 Features

- ✅ Analyze Python, JavaScript, C, C++, Java, HTML, CSS, TypeScript, and more
- 🔍 Detect bugs, performance issues, and security vulnerabilities
- 🤖 AI-powered fixes
- 🎨 Clean CLI with colorized output
- 🛡️ Secure API key management

---

## 📦 Installation

- install these packages first:

```bash
pip install --upgrade anyio google-auth httpx pydantic requests websockets
```

- and then run this:

```bash
pip install securesyntax
```

---

## 💻 Usage

- this are the commands:

```bash
securesyntax -key <gemini-api-key> # this is where you put you google gemini api key https://aistudio.google.com//apikey It's FREE

securesyntax scan # analyze files and see if they need fixes
```

---
