librelist archives

« back to archive

PyPI trove classifier for Flask extensions

PyPI trove classifier for Flask extensions

From:
Baiju M
Date:
2011-07-14 @ 07:36
Hi,

It would be nice to have trove classifier for Flask extensions in PyPI.
http://pypi.python.org/pypi?%3Aaction=list_classifiers
The classifier could be something like this (without quotes):
"Framework :: Flask"

If required, a sub-classifier can also be used:
"Framework :: Flask"
"Framework :: Flask :: Extension"

Catalog-SIG mailing is the appropriate list to request for this:
http://mail.python.org/mailman/listinfo/catalog-sig

Regards,
Baiju M

Re: [flask] PyPI trove classifier for Flask extensions

From:
Armin Ronacher
Date:
2011-07-14 @ 13:07
Hi,

On 7/14/11 9:36 AM, Baiju M wrote:
> It would be nice to have trove classifier for Flask extensions in PyPI.
> http://pypi.python.org/pypi?%3Aaction=list_classifiers
> The classifier could be something like this (without quotes):
> "Framework :: Flask"
I was considering this very early on and I decided against this.  Why?
Because you can already find Flask extensions quite well by searching
for "Flask" and trove strings tend to be forgotten which limits the
usefulness somewhat.


Regards,
Armin