Skip to content

Async Support #19

@bazylhorsey

Description

@bazylhorsey

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions