Metadata-Version: 2.4
Name: qualiluma
Version: 0.1.0
Summary: Using modern LLMs for code quality review
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dotenv>=0.9.9
Requires-Dist: langchain-openai>=0.3.33
Requires-Dist: loguru>=0.7.3
Requires-Dist: pydantic>=2.11.5
Requires-Dist: pytest>=8.4.2
Requires-Dist: pytest-cov>=7.0.0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: tqdm>=4.67.1
Dynamic: license-file

# qualiluma
[![Tests status](https://github.com/savfod/qualiluma/actions/workflows/tests.yml/badge.svg)](https://github.com/savfod/qualiluma/actions/workflows/tests.yml)

Analyze codebase for potential issues with model LLMs.

## Usage

Currently only OpenAI models are supported, set API key with `OPENAI_API_KEY` environment variable.

```bash
pip install qualiluma
OPENAI_API_KEY=your_openai_api_key qualiluma your_code_path
```
