connexion
eve
Our great sponsors
connexion | eve | |
---|---|---|
18 | 0 | |
4,195 | 6,580 | |
0.4% | 0.2% | |
8.5 | 5.8 | |
about 23 hours ago | 3 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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
-
Flask is Great!
Connexion is a framework on top of Flask that automagically handles HTTP requests defined using OpenAPI/Swagger.
-
What is the best practice for mapping JSON requests to objects and back to JSON?
I recommend you create a OpenAPI Specification and implement a python module that you expose via connexion or on the cli via click(for easy testing).
-
Flask-Powered APIs: Fast, Reliable, and Used by the World's Top Companies
I'm here because Swagger-CodeGen created flask-Connexion boilerplate for python.
- Python REST APIs With Flask, Connexion, and SQLAlchemy – Part 1 – Real Python
-
Does anybody know any good resources I could use to study ISP architecture?
Personally we just prov them using librouteros and flask-connexion/openapi.
-
what's the correct architecture to build rest api in flask?
The reason im using py sqla for mvc i look at flask-admin for api i look at connexion, here a tutorial if your interested.
- What's best library for swagger + flask?
-
I've experience with Django and want to learn a microframework. Which one should I go with Flask or Fast API?
https://connexion.readthedocs.io/en/latest/ - check Connexion, it is a framework on top of flask with swagger etc.
https://connexion.readthedocs.io/en/latest/ check this :)
-
Building modern Python API backends in 2022
FastAPI looks great but i'm to invested in Flask-Connexion.
eve
We haven't tracked posts mentioning eve 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. 🎸
flask-api - Browsable web APIs for Flask.
falcon - The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
hug - Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
Blueprint/Boilerplate For Python Projects - Blueprint/Boilerplate For Python Projects
flask-restless - NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
Dependency Injector - Dependency injection framework for Python