Metadata-Version: 2.4
Name: star-openapi
Version: 0.9.0
Summary: A simple API framework based on Starlette.
Project-URL: Homepage, https://github.com/luolingchun/star-openapi
Project-URL: Documentation, https://luolingchun.github.io/star-openapi
Maintainer-email: llc <luolingchun@outlook.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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
Requires-Python: >=3.11
Requires-Dist: click>=8.0.0
Requires-Dist: cython>=3.2.3
Requires-Dist: jinja2>=3.1.2
Requires-Dist: pydantic>=2.0.0
Requires-Dist: setuptools>=80.9.0
Requires-Dist: starlette>=0.50.0
Requires-Dist: uvicorn[standard]>=0.40.0
Provides-Extra: elements
Requires-Dist: star-openapi-elements; extra == 'elements'
Provides-Extra: full
Requires-Dist: httpx; extra == 'full'
Requires-Dist: itsdangerous; extra == 'full'
Requires-Dist: python-multipart; extra == 'full'
Requires-Dist: pyyaml; extra == 'full'
Provides-Extra: rapidoc
Requires-Dist: star-openapi-rapidoc; extra == 'rapidoc'
Provides-Extra: rapipdf
Requires-Dist: star-openapi-rapipdf; extra == 'rapipdf'
Provides-Extra: redoc
Requires-Dist: star-openapi-redoc; extra == 'redoc'
Provides-Extra: scalar
Requires-Dist: star-openapi-scalar; extra == 'scalar'
Provides-Extra: swagger
Requires-Dist: star-openapi-swagger; extra == 'swagger'
