{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/3"}],"enrichment":{"capability":"Provides web framework plugins for apispec to automatically generate OpenAPI specifications from Flask, aiohttp, Bottle, and Tornado applications.","skillfed_tags":["openapi-generation","api-documentation"],"use_cases":["Generate OpenAPI specs for Flask REST APIs without manually writing YAML or JSON definitions","Automatically document Tornado or aiohttp async endpoints with request/response schemas","Migrate from older apispec versions by updating imports to use this separate package","Keep API documentation in sync with code by deriving specs from route handlers","Integrate OpenAPI specs into Swagger UI or ReDoc for interactive API browsing"],"what_it_does":"apispec-webframeworks provides plugins that bridge web frameworks and apispec, a library for building OpenAPI specifications programmatically. Instead of writing OpenAPI YAML by hand, you annotate your route handlers with docstrings and let the plugins extract parameter schemas, request/response types, and route metadata automatically. The package was split out from apispec's core and now maintains separate plugins for Flask, aiohttp, Bottle, and Tornado.\n\nYou install it alongside apispec and your chosen framework, then register the appropriate plugin when creating your APISpec instance. The plugins inspect your application's routes and docstrings to populate the specification, reducing duplication between your code and documentation. It requires Python 3.8 or later and has no heavy system dependencies.","worth_installing":"Yes, if you use Flask, aiohttp, Bottle, or Tornado and want to generate OpenAPI specs from your code. It has low install friction, active maintenance, no known vulnerabilities, permissive licensing, and solves a real problem\u2014keeping API documentation synchronized with implementation."},"id":"apispec-webframeworks","links":{"html":"https://skillfed.io/packages/apispec-webframeworks","md":"https://skillfed.io/packages/apispec-webframeworks.md","pypi":"https://pypi.org/project/apispec-webframeworks/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-09-16","license_spdx":null,"license_treatment":"permissive","name":"apispec-webframeworks","python_support":"supports_current","summary":"Web framework plugins for apispec."},"popularity":{"monthly_downloads":627434,"position":5682,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.0"}
