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 new trove classifier Framework: FastAPI #80

Merged
merged 3 commits into from
Nov 16, 2021
Merged

Add new trove classifier Framework: FastAPI #80

merged 3 commits into from
Nov 16, 2021

Conversation

tiangolo
Copy link
Contributor

@tiangolo tiangolo commented Oct 7, 2021

Request to add a new Trove classifier for FastAPI

The name of the classifier(s) you would like to add:

  • Framework :: FastAPI

Why do you want to add this classifier?

FastAPI is a relatively recent web framework. It is, in some sense, comparable to Flask and Django (that have trove classifiers).

By the latest Python developer survey it seems it's currently the 3rd most used Python web framework, after Flask and Django.

Also by the latest StackOverflow Developer Survey it's the 3rd most loved web framework, in a category that combines frontend and backend in all the languages. Putting FastAPI right on top of React and Vue.js. 🎉

Given the current adoption and the number of new projects and third-party packages being built for FastAPI (for example, the fastapi topic in GitHub), it would probably make sense to have a trove classifier for it.

This would close #63

✨ Add new trove classifier Framework: FastAPI
@pradyunsg
Copy link
Member

Hi! Thanks for the request. Because removing classifiers is very difficult, and the longer the classifier list gets the harder it is to browse, the bar to add new ones is relatively high. Currently, PyPI moderators primarily examine two guidelines for Framework classifiers:

  • New Framework classifiers should be created if they are "notable" and
  • They will be of immediate use to existing projects (in other words, no creating classifiers simply in anticipation of future uses)

I think this qualifies for both. I'll let one of the PyPI admins land this PR. :)

@pradyunsg
Copy link
Member

I'll let one of the PyPI admins land this PR. :)

Thinking about this for a bit, I don't think that's necessary.

@pradyunsg pradyunsg changed the title ✨ Add new trove classifier Framework: FastAPI Add new trove classifier Framework: FastAPI Nov 16, 2021
@pradyunsg pradyunsg merged commit 4e2248b into pypa:main Nov 16, 2021
@tiangolo
Copy link
Contributor Author

Thanks @pradyunsg! ☕

@tiangolo tiangolo deleted the patch-1 branch November 16, 2021 12:36
@di
Copy link
Member

di commented Nov 16, 2021

FYI, the release failed here b/c this repository uses CalVer and currently can only make 1 release per day (and I had just merged/released #85 before this). Generally I try to wait ~24 hours between merges to avoid this (it's less than ideal, but it's what we've got right now).

I'll re-run the build in ~7 hours.

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

Successfully merging this pull request may close these issues.

Request trove classifier "Framework :: FastAPI"
3 participants