[Distutils] PyPI classifier for standard library modules/backports?

Brett Cannon brett at python.org
Thu Jan 2 16:07:15 CET 2014


On Thu, Jan 2, 2014 at 9:37 AM, Vinay Sajip <vinay_sajip at yahoo.co.uk> wrote:

>
> --------------------------------------------
> On Thu, 2/1/14, Nick Coghlan <ncoghlan at gmail.com> wrote:
>
> > Dariusz Suchojad suggested it might be easier if there was a
> > suitable classifier to mark such modules rather than trying to keep a
> > list on the wiki up to date by hand. Perhaps something like
> > "Progamming Language :: Python :: Standard Library"?
>
> I think it makes sense to have
>
> "Progamming Language :: Python :: Backport"
>
> and
>
> "Progamming Language :: Python :: Backport :: Standard Library"
>
> While we're on the subject of classifiers, IMO it would also be helpful to
> be able to identify (the growing number of) projects which are 2 and 3
> compatible without the need for 2to3 to be run. So perhaps
>
> "Progamming Language :: Python :: Python2and3"
>
> or some such.
>

How is that any better than specifying the Python 2 classifier and the
Python 3 one? One should specify every individual version of Python that a
project is supposed to be compatible with anyway so I don't see the benefit
of knowing through a classifier if 2to3 is needed or not.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140102/28499270/attachment.html>


More information about the Distutils-SIG mailing list