[Product-Developers] pypi vs plone.org releases

Wichert Akkerman wichert at wiggy.net
Thu Oct 13 07:01:16 UTC 2011


On 2011-10-13 05:31, Jon Stahl wrote:
> In the longer term, I do think we want to seriously consider shifting
> Plone.org to be more of a selective Pypi scraper.  We'd have to think
> about how to best include the ultra-important Plone version
> compatibility metadata, but I assume that with so many smart folks
> running around, that is solveable.

It would be pretty simple to do this as a trove classifier:

   classifiers = [
      'Framework :: Plone :: 4.1',
      'Framework :: Plone :: 4.2',
      'Natural Language :: Dutch',
      'Programming Language :: Python :: 2.6',
      'Programming Language :: Python :: 2.7',
   ]

that is exposed directly on the pypi UI and can be used as a search key 
when searching for packages.

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.


More information about the Product-Developers mailing list