APIFlask is a lightweight Python web API framework

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • apiflask

    A lightweight Python web API framework.

  • flask-publisher

    Use type annotations to bring GET/POST values into Flask functions (similar to mod_python Publisher)

  • 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.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A lightweight Python web API framework

    1 project | news.ycombinator.com | 4 May 2022
  • Abandoning Flask for FastAPI

    2 projects | /r/flask | 13 Jul 2021
  • FastAPI Got Me an OpenAPI Spec Really... Fast

    4 projects | dev.to | 22 Apr 2024
  • Torn between Flask, Django or FastAPI

    2 projects | /r/learnpython | 9 Apr 2023
  • Faster time-to-market with API-first

    12 projects | dev.to | 25 Oct 2022