Metadata-Version: 2.4
Name: vdoc
Version: 0.23.1
Summary: Multi version documentation hosting.
Author-email: Jan-Frederik Schmidt <jan-frederik.schmidt@vorausrobotik.com>
License-Expression: MIT
Project-URL: Repository, https://github.com/vorausrobotik/vdoc
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: importlib-metadata
Requires-Dist: packaging
Requires-Dist: fastapi
Requires-Dist: python-multipart
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: uvicorn
Requires-Dist: pydantic~=2.0
Requires-Dist: pydantic-settings~=2.0
Dynamic: license-file

# vdoc

<div class="badges">

[![Pipeline](https://github.com/vorausrobotik/vdoc/actions/workflows/pipeline.yml/badge.svg)](https://github.com/vorausrobotik/vdoc/actions/workflows/pipeline.yml)
[![Coverage](https://codecov.io/gh/vorausrobotik/vdoc/graph/badge.svg)](https://codecov.io/gh/vorausrobotik/vdoc)
[![PyVersions](https://img.shields.io/pypi/pyversions/vdoc)](https://pypi.org/project/vdoc)
[![PyPI](https://img.shields.io/pypi/v/vdoc)](https://pypi.org/project/vdoc)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)

</div>

Multi version documentation hosting.

## See it in action

The vdoc instance serving the [voraus robotik GmbH](https://www.vorausrobotik.com/) software documentation is available
at [docs.vorausrobotik.com](https://docs.vorausrobotik.com/).

## Documentation

Please read the [documentation](https://vorausrobotik.github.io/vdoc/>) for more a more detailed introduction.
