-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
A lot of the examples and clients are based on rather old Python stylings.
Would be nice to have a python client that can work asynchronously.
Addtionally, documentation would be better moved into FastAPI for the following reasons:
- Depends, Requests, Response, cookies, etc. look much more clean and less ambiguous than in Flask.
- Doesn't require the boilerplate of django
- Newer features such as async support which is pretty important in a language like python where synchronous code can block threads in a high-level (aka SLOW) language.
Metadata
Metadata
Assignees
Labels
No labels