Metadata-Version: 2.4
Name: docverse
Version: 1.0.0b2
Summary: Python client for the Docverse documentation hosting platform.
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: click>=8
Requires-Dist: httpx>=0.26
Requires-Dist: pydantic>=2.5

# Docverse

Docverse is a hosting platform for versioned documentation websites, built by [Rubin Observatory](https://www.lsst.io).
This package is the Python client and `docverse` command-line tool for uploading documentation builds to a Docverse service.

**Docverse is a pre-release.** The API and this client are still changing, and no public Docverse service is available yet.

The design is documented in [SQR-112: Docverse documentation hosting platform design](https://sqr-112.lsst.io).
Development happens in [lsst-sqre/docverse](https://github.com/lsst-sqre/docverse).
