Metadata-Version: 2.4
Name: docgen-docs
Version: 1.0.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist

# DocGen Docs

AI-powered documentation generator for Python projects.

Generate README, API Docs, Wiki, and Changelog in seconds from any Python file, folder, or GitHub repository.

## Features
- Generate README.md, API_DOCS.md, WIKI.md automatically
- Support for local files, folders, and GitHub repos
- Multiple languages (English & Arabic)
- Public and private repositories support

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

Quick Start

```bash
docgen-docs src/ --lang=en
docgen-docs psf/requests --lang=en
```

Links

· GitHub: https://github.com/assmmsto/DOCSM
· Website: https://assmmsto.github.io
