flask-publisher VS apiflask

Compare flask-publisher vs apiflask and see what are their differences.

flask-publisher

Use type annotations to bring GET/POST values into Flask functions (similar to mod_python Publisher) (by linsomniac)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
flask-publisher apiflask
1 6
1 956
- 1.4%
0.0 8.3
about 2 years ago 13 days ago
Python Python
Creative Commons Zero v1.0 Universal MIT License
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.

flask-publisher

Posts with mentions or reviews of flask-publisher. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-05.
  • APIFlask is a lightweight Python web API framework
    2 projects | news.ycombinator.com | 5 May 2022
    I just recently built a super lightweight helper for Flask to port over some mod_apache Publisher API code:

    https://github.com/linsomniac/flask-publisher

    In my case all it does is use type annotations on the decorated function to bring query parameters / form fields into the decorated function parameters. No swagger docs or schemas, just parameter handling and conversion (based on types).

    I had previously used FastAPI for a full API I developed, liked that.

    APIFlask looks pretty slick, if I were to start an API I'd consider it. Documentation seems a lot more straightforward than FastAPI.

apiflask

Posts with mentions or reviews of apiflask. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-11.

What are some alternatives?

When comparing flask-publisher and apiflask 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

litestar - Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs

uvicorn - An ASGI web server, for Python. 🦄

Jinja2 - A very fast and expressive template engine.

starlette - The little ASGI framework that shines. 🌟

flask-smorest - DB agnostic framework to build auto-documented REST APIs with Flask and marshmallow

Flask - The Python micro framework for building web applications.

quart-schema - Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.

connexion - Connexion is a modern Python web framework that makes spec-first and api-first development easy.

click - Python composable command line interface toolkit

flask-restful - Simple framework for creating REST APIs

django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs