53 repos across 3 sub-areas
Libraries and tools for working with OpenAPI (formerly Swagger) specifications, including parsers, validators, code generators, and UI components. The cluster spans implementations in TypeScript, Java, and Go, covering both client-side tools (like Swagger UI and interactive explorers) and server-side generators that convert API specifications into working code and documentation. This represents the core ecosystem around the OpenAPI standard for documenting and building REST APIs.
Cluster 634301
31 repos
Cluster 634300
15 repos
Python REST API Development
7 repos
Libraries and frameworks for building REST APIs in Python with OpenAPI/Swagger support. These tools span from high-level async web frameworks like FastAPI and APIFlask that auto-generate API documentation, to code generation utilities like openapi-python-client that produce typed client SDKs from OpenAPI specs. The cluster emphasizes modern Python API development patterns with strong tooling for specification-driven design and API contracts.