Metadata-Version: 2.4
Name: airdocs
Version: 0.1.0
Summary: Documentation for Air, the Python web framework.
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: air
Requires-Dist: eidosui
Requires-Dist: fastapi[standard]>=0.116.0
Requires-Dist: mkdocstrings[python]>=0.29.1
Dynamic: license-file

# airdocs

## Install

```sh
gh repo clone feldroy/airdocs
cd airdocs
uv venv
source .venv/bin/activate
uv add --editable ../air
uv add --editable ../EidosUI
uv run fastapi dev main.py
```
