flask-smorest
DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow (by marshmallow-code)
flask-pydantic-spec
An Flask OpenAPI library using Pydantic (by turner-townsend)
flask-smorest | flask-pydantic-spec | |
---|---|---|
6 | 2 | |
686 | 106 | |
0.4% | 1.9% | |
8.4 | 3.5 | |
5 days ago | 1 day ago | |
Python | Python | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flask-smorest
Posts with mentions or reviews of flask-smorest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-19.
-
Top 20 Python API Frameworks with OpenAPI Support
Extensions Required: Uses extensions like APIFairy, or Flask-Smorest for OpenAPI support.
-
Faster time-to-market with API-first
When it comes to Flask, in particular, there’re plenty of choices. And in fairness, not all frameworks are created equal. You’ve got flasgger, restx (successor of flask-restplus), flask-RESTful, and flask-smorest, to mention a few. How do you choose among those???
- What's best library for swagger + flask?
-
I cant get multiple files with marshmallow.
Have you taken a look at this : https://github.com/marshmallow-code/flask-smorest/issues/321
-
APIFairy: Automatic OpenAPI Documentation for Flask APIs
Seems similar to flask-smorest ?
-
New major versions of Flask, Jinja, Click, and Werkzeug released!
flask-smorest Flask, API + OpenAPI/SwaggerUI/Redoc + Marshmallow
flask-pydantic-spec
Posts with mentions or reviews of flask-pydantic-spec.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-06.
-
Quart is now a Pallets project
You can do the same, with very similar code, with e.g. Flask-Pydantic-Spec or Quart-Schema as both generate the OpenAPI specs from Pydantic models.
-
New major versions of Flask, Jinja, Click, and Werkzeug released!
flask-pydantic-spec Flask, API + OpenAPI/SwaggerUI/Redoc + Pydantic
What are some alternatives?
When comparing flask-smorest and flask-pydantic-spec you can also consider the following projects:
flask-restx - Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
flask-pydantic - flask extension for integration with the awesome pydantic package
quart-schema - Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
httpx - A next generation HTTP client for Python. 🦋
flask-rebar - Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.