Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quart framework adapter #619

Open
sonnens opened this issue Mar 20, 2022 · 4 comments
Open

Add Quart framework adapter #619

sonnens opened this issue Mar 20, 2022 · 4 comments
Assignees
Milestone

Comments

@sonnens
Copy link

sonnens commented Mar 20, 2022

want to support the asyncio loop in quart apps

@seratch seratch added this to the 1.x milestone Mar 20, 2022
@seratch seratch changed the title support for Quart Add Quart framework adapter Mar 20, 2022
@seratch seratch self-assigned this Mar 20, 2022
@seratch
Copy link
Member

seratch commented Mar 20, 2022

@sonnens Thanks for submitting this suggestion!

For others, more information about Quart framework:

Before discussing the details of the implementation of the PR, let me share our policies on the built-in adapters.

  • We need unit tests and simple examples for long-term maintenance (I will let you know the details in the PR comment)
  • In general, we don't prioritize less popular frameworks (meaning less than 10K downloads per day) for built-in ones

Our rough standard to decide what framework to support is how widely a framework is accepted in the communities. We know that the number of PyPI package downloads is not the only metric representing popularity but we use the data as a criteria for our internal decision. The lowest level of the number for assessing the popularity is 10K per day. All the frameworks currently supported are above 10K (at least, they were above 10K when we decided to support).

According to https://pypistats.org/packages/quart, Quart is downloaded 3.5K times per day as of this month. We have to say that this is not our high priority. If you need this adapter addition as early as possible, we as the maintainers of bolt-python and other Slack SDKs need your or community members' help.

For the above reasons, I will ask you to put more efforts on your pull request. It'd be greatly appreciated if you could understand this.

@seratch
Copy link
Member

seratch commented Oct 28, 2022

Hi @sonnens, I've revisited this and found that Quart is now more popular and its download per day is above 13K. If you are still interested in continuing with your PR, we are happy to review it. As I mentioned in the PR, we need unit tests and CI builds for all built-in adapters. Once these are added, your PR will be merged. Let us know what you think 👋

@muhammad-ahsan099
Copy link

@seratch any update here??

@seratch
Copy link
Member

seratch commented Jan 11, 2024

We don’t have immediate plans to add the adapter. If you are in a hurry, please reuse the code in the PR. I haven’t verified but perhaps it works for you. There is no need to wait for a built-in support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants