Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Created December 6, 2010 23:15
Show Gist options
  • Save marcoceppi/731184 to your computer and use it in GitHub Desktop.
Save marcoceppi/731184 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
cachedir = "/home/marco/Projects/ppasearch/cache/"
from launchpadlib.launchpad import Launchpad
launchpad = Launchpad.login_anonymously('mc-ppa-test', 'production', cachedir)
for project in launchpad.projects.search(text='apturl*') :
print project.display_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment