-
Usando cualquier framework que permita hacer API REST, crear una api que usando nuestra clase de utilidades de las mismas funcionalidades.
Puede usarse Flask, Django, fastapi,etc...
-
Hi @iann838!
The project looks good, but can you compare your project with [chanfana](https://github.com/cloudflare/chanfana)
Thanks!
-
Currently the python generation has lots of magic in it that should be better documented
- It creates very inclusive types with complex Unions, see #464.
- It creates classes for types, which c…
-
Hello,
We were working on an HttpDisconnectMiddleware, which would cancel the ongoing tasks when user cancels the requests.
We were using this same middleware with other servers like uvicorn and …
-
https://github.com/devsapp/start-web-framework/tree/master/web-framework/python/fastapi/src
以此例来说,就有直接pip安装和dockerfile两种
我自己用dockerfile异常,pip的话阿里云的镜像压根找不到supabase这个包
@anycodes
-
## Feature request
**Question 1: What is the problem?**
- What is the expected behavior?
Possibility to run asgi applications like Django asgi, FastApi in asgi mode.
- What is the actual behav…
-
We are currently using FastAPI as xpublish's web framework / api engine. FastAPI supports async out of the box (details here: https://fastapi.tiangolo.com/async/).
Some initial applications indica…
-
![Image](https://github.com/user-attachments/assets/714084d9-aaa6-4d26-97b0-8279af74b097)
-
Beyond the issues already posted, there are a number of "stretch goal" type ideas we had:
- **Recommendation performance.** Speed up recommendation latency times. There is currently several seconds…
-
Hi there!
I was wondering if you plan to support asyncio. I would feel this library would be a great complement to FastAPI and newer async frameworks out there.
Thanks!