Metadata-Version: 2.4
Name: ai-readme
Version: 0.1.3
Summary: Automatically generate README.md using AI.
Home-page: https://github.com/hyoj0942/ai-readme
Author: JoeyKim
Author-email: hyoj0492@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai
Requires-Dist: anthropic
Requires-Dist: google-generativeai
Requires-Dist: python-dotenv
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AI Readme

Generate a professional `README.md` automatically by analyzing project files using AI.

## Features

- English and Korean README generation.
- Support OpenAI, Claude, Gemini models.
- Detailed, professional README templates.
- Smart file ignoring (.git, node_modules, etc.).
- Easy .env based API key configuration.

## Installation

```bash
pip install ai-readme
```

## Usage

```bash
readme --lang en --provider openai
readme --lang ko --provider claude
readme --lang en --provider gemini
```

## License

MIT License
