1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-27 11:24:38 -05:00

Add Connexion for Python

This commit is contained in:
Kevin Martins 2019-04-22 22:25:58 -03:00
parent dae69c3305
commit 5d2cd307ce

View file

@ -275,6 +275,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Twisted](https://twistedmatrix.com/trac/) - Event-driven network programming engine.
- [Web.py](https://github.com/webpy/webpy/) - Minimalist web framework for Python.
- [Zappa](https://github.com/Miserlou/Zappa) - Framework for building and deploying server-less Python event-driven and web applications.
- [Connexion](https://github.com/zalando/connexion) - Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.
### Ruby