Metadata-Version: 2.4
Name: flaw-kit
Version: 2.2.0
Summary: FLAW — Flow Logic Audit Watch. Code auditor for AI-generated projects.
Author: resetroot99, ajakvani
License: BSL-1.1
Project-URL: Homepage, https://github.com/resetroot99/FLAW
Project-URL: Repository, https://github.com/resetroot99/FLAW
Project-URL: Issues, https://github.com/resetroot99/FLAW/issues
Keywords: audit,code-quality,ai-code-review,static-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# flaw-kit

**FLAW — Flow Logic Audit Watch**

Code integrity auditor for AI-generated projects. Scans your codebase and tells you what's broken, what's fake, and what's missing.

This is the Python wrapper for the FLAW engine. Requires Node.js >= 18.

## Install

```bash
pip install flaw-kit
```

## Usage

```bash
# Interactive mode
flaw

# One-shot scan
flaw .

# Export HTML report
flaw ../my-app --html
```

## Requirements

- Python >= 3.8
- Node.js >= 18

## Full Documentation

See the [GitHub repo](https://github.com/resetroot99/FLAW) for full documentation, features, and configuration.

## License

MIT
