Access to blueprints through launchpadlib?

Asked by Jay Pipes

Been going through the launchpadlib documentation because I was going to write a quick export to CSV script for a business analyst to get the blueprints for a project she works on, but then ran into an issue: how do I access blueprints?

I can access projects, bugs, people, of course. Seems a big, glaring omission to leave out the blueprints. Am I missing something?

Thanks in advance!
jay

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu python-launchpadlib Edit question
Assignee:
No assignee Edit question
Solved by:
Jay Pipes
Solved:
Last query:
Last reply:
Revision history for this message
Jay Pipes (jaypipes) said :
#1

rock. thx for the link :)

Revision history for this message
Swati Sharma (swati-shukla1) said :
#2

Hi Jay,

Can you please post the lines or the link that helped you to get all blueprints of horizon through launchpadlib.

I had used --

h=lp.projects['horizon'].getSpecification(name='horizon-reports-in-different-formats'),

but this just gets the blueprints based on the name, rather than get all.