Metadata-Version: 2.1
Name: lapidary-render
Version: 0.10.0
Summary: Python async OpenAPI client library generator
Home-page: https://lapidary.dev/
License: AGPL-3.0
Keywords: OpenAPI,OpenAPI3,CodeGen,Code Generation,Code Generator,OpenAPI Tools
Author: Raphael Krupinski
Author-email: rafalkrupinski@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Code Generators
Classifier: Typing :: Typed
Requires-Dist: asyncclick (>=8.1.7.2,<9.0.0.0)
Requires-Dist: jsonpatch (>=1.32,<2.0)
Requires-Dist: pybase62 (>=1.0.0,<2.0.0)
Requires-Dist: pydantic (>=2.5.2,<3.0.0)
Requires-Dist: python-mimeparse (>=1.6.0,<2.0.0)
Requires-Dist: ruamel-yaml (>=0.18.6,<0.19.0)
Requires-Dist: rybak[jinja] (>=0.4,<0.5)
Project-URL: Repository, https://github.com/python-lapidary/lapidary
Description-Content-Type: text/markdown

# Lapidary render

[![.github/workflows/test.yml](https://github.com/python-lapidary/lapidary-render/actions/workflows/test.yml/badge.svg)](https://github.com/python-lapidary/lapidary-render/actions/workflows/test.yml)

Lapidary-render is a program that generates Python Web API clients from OpenAPI documents.

