Metadata-Version: 2.4
Name: docgen-emperor
Version: 1.0.10
Summary: Emperor Test Generator - يولّد ويصلح الاختبارات تلقائياً
Author: DocGen
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest>=7.0
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# DocGen Emperor

AI-powered test generator and auto-healer for Python projects.

## Features
- Auto-generate unit, integration, and scenario tests
- Auto-heal failing tests (15 attempts, 5 levels, 14 strategies)
- Support for local files, folders, and GitHub repos
- 100% pass rate on generated tests

## Install
```bash
pip install docgen-emperor
```

Quick Start

```bash
docgen-test src/
docgen-test psf/requests
docgen-test -f tests/
docgen-test -r
