Questions tagged [quart]

Quart is a microframework for developing web applications using Python's asyncio library.

Quart is an evolution of the Flask API to work with Asyncio and to provide a number of features not present or possible in Flask.

Compatibility with the Flask API is, however, the main aim, which means that the Flask documentation is an additional useful source of help.

The latest documentation for Quart can be found here

Quart is developed on GitLab. You are very welcome to open issues or propose merge requests.

167 questions
-1
votes
1 answer

async python error while running api in docker asyncpg.exceptions._base.InterfaceError

I am making an api in quart which is based on aiohttp in python and its an asynchronous library and when i run the api locally everything runs fine but if i run it on docker it gives me errors on endpoints api_1 | File…
-2
votes
1 answer

aiohttp.ClientSession() in Quart

How can I create an aiohttp.ClientSession() once so that I can use it when a request is received? And I'd like to deploy this later with Gunicorn as well.
Kim123LP
  • 15
  • 2
1 2 3
11
12