Skip to content

Installation

Lapidary is a library, you can add it to your existing project, but I recommend creating a separate project for each remote service.

Using poetry

With poetry you can install lapidary simply by typing:

poetry add lapidary

Using lapidary-render

If you have OpenAPI 3.0 document, you can initialize a project with lapidary-render:

lapidary-render init

or via pipx:

pipx run lapidary-render init

See the documentation for more details.