awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesAPI Schema Generators

Tools that automatically produce API documentation from code metadata.

Distinguishing note: Focuses on runtime introspection for documentation generation.

Explore 3 awesome GitHub repositories matching web development · API Schema Generators. Refine with filters or upvote what's useful.

Awesome API Schema Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • encode/django-rest-frameworkencode 的头像

    encode/django-rest-framework

    30,083在 GitHub 上查看↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Generates structured OpenAPI definitions by introspecting view attributes and serializer fields.

    Pythonapidjangopython
    在 GitHub 上查看↗30,083
  • airtai/faststreamairtai 的头像

    airtai/faststream

    5,234在 GitHub 上查看↗

    FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int

    Automatically generates AsyncAPI specification files in JSON or YAML formats based on application code.

    Python
    在 GitHub 上查看↗5,234
  • ag2ai/faststreamag2ai 的头像

    ag2ai/faststream

    4,967在 GitHub 上查看↗

    FastStream is an asyncio message broker framework for building event-driven applications in Python. It provides a unified interface and a multi-broker messaging abstraction layer that translates generic producer and consumer calls into broker-specific APIs. The framework features a built-in dependency injection container and uses decorators to route messages to asynchronous handler functions. It includes a documentation generator that extracts channel definitions and message formats from code to produce standardized AsyncAPI specifications. The project supports integration with Kafka, Rabbit

    Generates AsyncAPI documents from message handler code and schemas.

    Pythonasyncapiasynciodistributed-systems
    在 GitHub 上查看↗4,967
  1. Home
  2. Web Development
  3. API Schema Generators

探索子标签

  • AsyncAPI Schema GeneratorsGenerates AsyncAPI specification documents from application code. **Distinct from API Schema Generators:** Distinct from general API Schema Generators: targets AsyncAPI event-driven APIs rather than RESTful OpenAPI.