Metadata-Version: 2.5
Name: scalar-fastapi
Version: 1.9.0
Summary: FastAPI plugin to serve beautiful, interactive API documentation from OpenAPI/Swagger documents.
Project-URL: Homepage, https://github.com/scalar/scalar
Project-URL: Documentation, https://scalar.com/products/api-references/integrations/fastapi
Project-URL: Changelog, https://github.com/scalar/scalar/blob/main/integrations/fastapi/CHANGELOG.md
Project-URL: Issues, https://github.com/scalar/scalar/issues/new/choose
Project-URL: Source, https://github.com/scalar/scalar/tree/main/integrations/fastapi
Author-email: Scalar <support@scalar.com>
License: MIT
Keywords: api,api-reference,documentation,fastapi,openapi,scalar,swagger
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Documentation
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: fastapi
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.8
Description-Content-Type: text/markdown

<!--
  This file is auto-generated by the Scalar README generator.
  Command: pnpm --filter @scalar-internal/build-scripts start generate-readme
  
  Do not edit this file manually. Changes will be lost when the file is regenerated.
-->

# Scalar API Reference Plugin for FastAPI

[![Version](https://img.shields.io/pypi/v/scalar-fastapi)](https://pypi.org/project/scalar-fastapi/)
[![Downloads](https://img.shields.io/pypi/dm/scalar-fastapi)](https://pypi.org/project/scalar-fastapi/)
[![License](https://img.shields.io/pypi/l/scalar-fastapi)](https://pypi.org/project/scalar-fastapi/)
[![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/scalar)

FastAPI plugin to serve beautiful, interactive API documentation from OpenAPI/Swagger documents.

## Documentation

[Read the documentation here](https://scalar.com/products/api-references/integrations/fastapi)

## Changelog

See [CHANGELOG.md](https://github.com/scalar/scalar/blob/main/integrations/fastapi/CHANGELOG.md) for a list of changes.

## Community

We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>

## License

The source code in this repository is licensed under [MIT](https://github.com/scalar/scalar/blob/main/LICENSE).
