Python flask-extensions

Open-source Python projects categorized as flask-extensions

Top 5 Python flask-extension Projects

  • connexion

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

  • Project mention: Write OpenAPI with TypeSpec | news.ycombinator.com | 2024-03-27

    I like the idea, especially the TS-like syntax around enums and union types. I've always preferred the SDL for GraphQL vs writing OpenAPI for similar reasons.

    I echo the sentiment others have brought up, which is the trade-offs of a code-driven schema vs schema-driven code.

    At work we use Pydantic and FastAPI to generate the OpenAPI contract, but there's some cruft and care needed around exposing those underlying Pydantic models through the API documentation. It's been easy to create schemas that have compatibility problems when run through other code generators. I know there are projects such as connexction[1] which attempt to inverse this, but I don't have much experience with it. In the GraphQL space it seems that code-first approaches are becoming more favored, though there's a different level of complexity needed to create a "typesafe" GraphQL server (eg. model mismatches between root query resolvers and field resolvers).

    [1] https://github.com/spec-first/connexion

  • flasgger

    Easy OpenAPI specs and Swagger UI for your Flask API

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • flask-ask

    Alexa Skills Kit for Python

  • flask-apscheduler

    Adds APScheduler support to Flask

  • Flask Google Maps

    Easy way to add GoogleMaps to Flask applications. maintainer: @getcake

  • Project mention: flask-googlemaps not displaying | /r/flask | 2023-05-30

    I am building my first ever flask app and I installed the flask-googlemaps extension which everything seems like it should be working.. API response is 200, no errors in console about api key, and only the following messages show (see image), which I don't think would be a problem, but please correct me if I am wrong as these are from the package itself so not too sure... But just wondering what I should be looking for to fix my app, as my screen loads empty.

  • 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 open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python flask-extensions related posts

Index

What are some of the best open-source flask-extension projects in Python? This list will help you:

Project Stars
1 connexion 4,416
2 flasgger 3,491
3 flask-ask 1,911
4 flask-apscheduler 1,089
5 Flask Google Maps 635

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com