Metadata-Version: 2.4
Name: dokugen
Version: 3.12.1
Summary: Automatically generate high-quality README for your application
Project-URL: Homepage, https://github.com/samueltuoyo15/Dokugen
Project-URL: Repository, https://github.com/samueltuoyo15/Dokugen
Project-URL: Issues, https://github.com/samueltuoyo15/Dokugen/issues
Author-email: Samuel Tuoyo <samueltuoyos@gmail.com>
Keywords: ai,cli,documentation,generator,readme
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pathspec>=0.12.1
Requires-Dist: questionary>=2.0.1
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=13.7.0
Description-Content-Type: text/markdown

# Dokugen Python Client (Coming Soon 🚧)

> **Note:** The Python packaging and distribution for Dokugen is currently under active development. The installation instructions below are a preview of the upcoming release.

Dokugen is a lightweight README.md file Generator Command Line Interface Tool. It simplifies the process of writing your README.md file from scratch by generating professional README.md files for your projects, saving you time and ensuring consistency using AI.

## Installation

### Prerequisites

- Python 3.8+
- [uv](https://docs.astral.sh/uv/) (Recommended) or pip

### Install with uv (Recommended)

```bash
# Coming Soon
uv pip install dokugen
# or
uv tool install dokugen
```

### Install with pip

```bash
# Coming Soon
pip install dokugen
```

## Usage

### Navigate to the project you want to work with

```bash
cd my-project
```

### Generate a new README interactively

```bash
# Coming Soon
dokugen generate
# or
python -m dokugen generate
```

> This command launches an interactive prompt to guide you through creating a professional README file.

## Standalone Binaries (Experimental)

> [!WARNING]
> **Experimental Vibes:** These standalone binaries are super new and honestly pretty unstable. If you use them, you’ll probably run into issues, that’s just how it is right now. If it breaks, just stick to the Node.js and Python version for now.

You can also try our standalone binaries if you don't want to install Python or Node.js.

**Windows**
[Download dokugen-windows-x64.exe](https://github.com/samueltuoyo15/Dokugen/releases/download/v3.11.0/dokugen-windows-x64.exe)

**macOS (Apple Silicon M1/M2/M3)**
[Download dokugen-macos-arm64](https://github.com/samueltuoyo15/Dokugen/releases/download/v3.11.0/dokugen-macos-arm64)

**macOS (Intel)**
[Download dokugen-macos-x64](https://github.com/samueltuoyo15/Dokugen/releases/download/v3.11.0/dokugen-macos-x64)

**Linux**
[Download dokugen-linux-x64](https://github.com/samueltuoyo15/Dokugen/releases/download/v3.11.0/dokugen-linux-x64)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
