hug
connexion
Our great sponsors
hug | connexion | |
---|---|---|
1 | 8 | |
6,621 | 4,021 | |
0.1% | 0.9% | |
0.0 | 8.0 | |
about 1 month ago | 8 days ago | |
Python | Python | |
MIT License | Apache License 2.0 |
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.
hug
connexion
-
How much front-end knowledge is required to work in Flask?
I do like to use their SQLAlchemy ModelView for CRUD operations and expose a OpenAPI to it using flask based connexion project for front-end or other integration points.
- Flask vs FastAPI for a microservice
-
Opinion : Flask is only suitable for small and crud projects. Even with blueprints, even mid scale projects get messy and painful.
but maybe because i decided to use connexion(api) or flask-admin(mvc) i had a better user experience while still feeling i have control over my requirements.txt.
-
Log Connexion request body
Connexion is a framework on top of Flask that automagically handles HTTP requests defined using OpenAPI
-
How Dynamically generating Serializers & ModelViewSets using "meta-programming" probably saved me 100+ hours of writing code.
https://github.com/zalando/connexion (spec-first framework on top of Flask)
-
How to test a Connexion/Flask app?
I'm using the Connexion framework for Flask to build a microservice. I would like to write tests for my application using py.test.
-
Flask 2.0 is coming, please help us test
I'm a bit late to this thread, but I'd also recommend Zalando's connexion library for OpenAPI declarative API specs (built on top of Flask).
-
Here's a list of Python web frameworks that you can use to create a website or API
Connexion for OpenAPI spec first REST APIs: https://github.com/zalando/connexion
What are some alternatives?
flask-restful - Simple framework for creating REST APIs
Flask RestPlus - Fully featured framework for fast, easy and documented API development with Flask
flasgger - Easy OpenAPI specs and Swagger UI for your Flask API
falcon - The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
django-rest-framework - Web APIs for Django. 🎸
eve - REST API framework designed for human beings
Blueprint/Boilerplate For Python Projects - Blueprint/Boilerplate For Python Projects
quart-schema
Dependency Injector - Dependency injection framework for Python
flask-apscheduler - Adds APScheduler support to Flask
apispec - A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..