The Artima Developer Community
Sponsored Link

Python Buzz Forum
Trove categories for Buildout recipes and extensions

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Baiju M

Posts: 225
Nickname: baijum81
Registered: Aug, 2004

Baiju M is a new user
Trove categories for Buildout recipes and extensions Posted: Jan 25, 2011 8:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Baiju M.
Original Post: Trove categories for Buildout recipes and extensions
Feed Title: Programming life without Python(?)
Feed URL: http://baijum81.livejournal.com/data/rss
Feed Description: Programming life without Python(?)
Latest Python Buzz Posts
Latest Python Buzz Posts by Baiju M
Latest Posts From Programming life without Python(?)

Advertisement
Currently there are 270+ distributions with "Framework :: Buildout" trove category in PyPI. Now it's becoming bit inconvenient to identify whether a distribution contains a Buildout recipe or extension.  ( Recipes and extensions are two types of plugin mechanisms supported by Buildout).  Now there is a solution -- two sub-categories are added

If you publish Buildout recipes or extensions to PyPI, please use the new trove classifiers in addition to the existing "Framework :: Buildout".

If you are developing a recipe, use this classifier:

classifiers=[
...
"Framework :: Buildout",
"Framework :: Buildout :: Recipe",
...
],
If you are developing an extension, use this classifier:

classifiers=[
...
"Framework :: Buildout",
"Framework :: Buildout :: Extension",
...
],
 
If the distribution contains both extension and recipe, use:
 
classifiers=[
...
"Framework :: Buildout",
"Framework :: Buildout :: Extension",
"Framework :: Buildout :: Recipe",
...
],

I hope recipe/extension authors will add these sub-categories to their setup.py in the upcoming releases.

Read: Trove categories for Buildout recipes and extensions

Topic: Marco.org: Readability's new service Previous Topic   Next Topic Topic: An interview with Andrew Plotkin : The Setup

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use