[13:54] hey, I have a quick question, are there any python bindings to help downloading the pub key for a launchpad user? (something like ssh-import-id but without importing) [13:55] or failing that, please point me in the right direction for the launchpad rest api [13:55] thanks [13:57] oh, found launchpadlib [14:01] gema: looks like you just need to fetch eg. https://launchpad.net/~racb/+sshkeys [14:01] No need for launchpadlib. requests would do. [14:01] rbasak: thanks, that is so much simpler indeed :D === sean_ is now known as jafo [17:15] does launchpad have a status image ? [17:15] http://docs.travis-ci.com/user/status-images/ [17:20] if not, is there a remote way to monitor the status of builds ? [17:25] launchpad doesn't provide generally available CI, but there is an icon shown on the PPA's packages view page, next to each architcture build [17:25] i think you can get status via the API too, if necessary