Metadata-Version: 2.4
Name: openapi-types
Version: 0.1.0a1
Summary: Type hints for OpenAPI 3.1 objects.
Keywords: python,typing,type,types,openapi,oapi,oai,oas,oad
Author: Javier Pérez
Author-email: Javier Pérez <walpo@noreply.codeberg.org>
License-Expression: LGPL-3.0-only
License-File: LICENSES/LGPL-3.0-only.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Project-URL: source, https://codeberg.org/walpo/openapi-types
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2026 Javier Pérez <walpo@noreply.codeberg.org>

SPDX-License-Identifier: CC-BY-SA-4.0
-->

# openapi-types

This is a Python package with type hints for OpenAPI 3.1 objects.

## Install

Install the package from PyPI:

```bash
pip install openapi-types
```

## Usage

```python
from openapi_types.oas_3_1 import OpenApiObject
```
