The launchpad API docs are OMG terrible, and it took me way too long to work out how to do this, so I thought I’d document it for later. Here’s how you list all the open bugs in a launchpad project using the API: #!/usr/bin/python import argparse import os from launchpadlib import launchpad LP_INSTANCE =…