From 839bd3c3016a6d699f6b4869ba28d899f5eedf8b Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Tue, 19 Feb 2019 23:35:47 +0500 Subject: [PATCH] added a framework in development category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a2856b..3859abd 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ - [pytest-flask](https://github.com/pytest-dev/pytest-flask) - A set of pytest fixtures to test Flask applications - [Flask-MonitoringDashboard](https://github.com/flask-dashboard/Flask-MonitoringDashboard) - Automatically monitor the evolving performance of Flask/Python web services. - [nplusone](https://github.com/jmcarp/nplusone#flask-sqlalchemy) - Auto-detect n+1 queries with Flask and SQLAlchemy +- [connexion](https://github.com/zalando/connexion) - Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support. ## Utils