Metadata-Version: 2.4
Name: aidocs-cli
Version: 0.1.2
Summary: AI documentation generator — Auto-generate README, API docs, and changelogs from your source code.
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9
Requires-Dist: rich>=13
Requires-Dist: httpx>=0.25

# aidocs-cli

Auto-generate README, API docs, and changelogs from your source code. Scan project structure, extract API signatures, and produce clean documentation.

**Perfect for:** open-source projects, hackathon submissions, PyPI packages, GitHub repos that need a README fast.

## Installation

```bash
pip install aidocs-cli
```

## Usage

```bash
# Generate README.md from any project
aidocs-cli /path/to/your/project

# Generate changelog
aidocs-cli /path/to/project -t changelog

# Configure LLM for better docs
aidocs-cli -c
```

## Features

- Project structure analysis (files, types, dependencies)
- API signature extraction (functions, classes, docstrings)
- README.md generation with installation, API reference sections
- CHANGELOG.md generation from git history
- Free: 1 trial to try it out

## Pricing

| Plan | Price | Scope |
|------|-------|-------|
| **Bundle** (recommended) | **$10 USDT** | All 5 tools |
| DocGen Pro | $7 USDT | This tool only |
| Free | $0 | 1 trial |

Payment: USDT (ERC20) — `0xafc32581a9e4ea30aa03cb8ef5879c2366d35f46`

After payment, run: `aidocs-cli claim <tx_hash>`

## License

MIT
