Fast API

FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints. It is designed to be easy to use and provide high performance, with automatic validation of request and response data, and automatic generation of OpenAPI and JSON Schema documentation …

Continue reading »