在Launchpad上找到使用特定编程语言的项目?

Launchpad.net上,大多数项目都列出了他们的软件使用的编程语言。

alt text

如果有一种方法可以获取使用特定编程语言(例如Vala)的所有项目列表,那将非常有用。Launchpad是否提供这个功能?还有没有第三方工具可以实现这个功能?

好问题。我很好奇是否有答案。 - Nathan Osman
你看过这个吗?https://launchpad.net/vala - karthick87
3个回答

如Marco Ceppi所指向的launchpadlib,我写了一个小脚本来帮你完成这个任务。 alt text 在这里下载 在下载并保存脚本后,在终端中调用python name_of_the_script.py来运行它。它会要求你输入一个编程语言(不区分大小写)和一个搜索查询(允许使用通配符*)。如果你将其中任何一个留空,它将搜索所有内容而不是没有。
在使用之前,你需要安装python-launchpadlib
以下是一些示例输出:
stefano@3000-G530:~$ python test.py 
Enter a programming language or leave blank to find projects in all languages:
>>> Python
Enter a search query or leave blank for all:
>>> Calculator
calcool - A document based calculator tool...
evias - Web site used to apply Eve DB dump to Eve API results and get th...
txevolver - txEvolver is a Twisted-based set of libraries for performing ...
[...]

虽然这不是我写过的最好的代码,但它运行得很好。 - Stefano Palazzo
3有点离题,但是:谢谢你让我知道这个图书馆 :P - Ward Muylaert
是否可以直接将Python脚本粘贴到答案中?现在无法进行粘贴操作。附注:请参考此问题以了解详情:Ubuntu Pastebin服务上的粘贴内容会被删除吗? - Aditya
我也同意。我真的很想看到一种可以使用通配符搜索launchpadlib的方式,而且pastebin已经不存在了... - miller the gorilla

Launchpad没有这个功能。对此的请求是bug #2630,你可能想要订阅它。