connexion
Blueprint/Boilerplate For Python Projects
Our great sponsors
connexion | Blueprint/Boilerplate For Python Projects | |
---|---|---|
8 | 0 | |
3,997 | 803 | |
1.0% | - | |
8.1 | 0.0 | |
3 days ago | over 1 year ago | |
Python | Makefile | |
Apache License 2.0 | MIT License |
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.
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
Blueprint/Boilerplate For Python Projects
We haven't tracked posts mentioning Blueprint/Boilerplate For Python Projects yet.
Tracking mentions began in Dec 2020.
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
django-rest-framework - Web APIs for Django. 🎸
eve - REST API framework designed for human beings
falcon - The no-nonsense web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
quart-schema
Dependency Injector - Dependency injection framework for Python
hug - Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
flask-apscheduler - Adds APScheduler support to Flask