pypa / trove-classifiers

Canonical source for classifiers on PyPI.
https://pypi.org/p/trove-classifiers/
Apache License 2.0
137 stars 95 forks source link

Request to add `Framework :: Pylint` classifier #26

Open PCManticore opened 4 years ago

PCManticore commented 4 years ago

Hi folks,

This new classifier will be useful for users of https://github.com/PyCQA/pylint to discover plugins published by the community. Pylint has support for custom plugins and there are quite a few already created by the community such as pylint-django or pytest-pylint. Also doing a basic naive search in PyPi yield quite a few results of packages that might be good candidates of this new trove classifier: https://pypi.org/search/?q=pylint&o=

Flake8 also has its own classifier which is another popular tool for static analysis.

Thanks a lot!

jamadden commented 4 years ago

Hi! Thanks for the well written request. The PyPI moderators have a few guidelines for the creation of new Framework classifiers. 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, we have these guidelines:

We understand that "notability" is subjective and we'd appreciate help judging that; responses to the next guideline help. (I'm already convinced pylint is notable.)

As to the other guideline ('immediate use to existing projects'), the best way to demonstrate it is to have 10 (or more) other project maintainers submit comments on the requesting issue about their desire to use the classifier on their published project.

We appreciate any help gathering this information.

xavfernandez commented 4 years ago

:wave: As I was the one suggesting to add this classifier I would have used it in my (modest) pylint plugin https://pypi.org/project/pylint-strict-informational/ (and will use it).