Metadata-Version: 2.4
Name: frogdoc
Version: 0.1.0
Summary: A lightweight static documentation compiler with CLI, versions, translations, and a dev server
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: markdown>=3.5
Requires-Dist: Jinja2>=3.1.0
Requires-Dist: PyYAML>=6.0
Requires-Dist: typer>=0.12
Requires-Dist: watchdog>=4.0
Dynamic: license-file

# Frogdoc

Frogdoc is a lightweight static documentation generator written in Python.
It supports Markdown to HTML compilation, versions, translations, and a development server with live reload.

## Quick start

```bash
pip install -r requirements.txt
python -m frogdoc.cli build --project-dir mia-doc
python -m frogdoc.cli serve --project-dir mia-doc
```

## CLI commands

- `frogdoc start`
- `frogdoc build`
- `frogdoc serve`
- `frogdoc clean`
- `frogdoc translate en`
- `frogdoc version latest`
- `frogdoc help`
