def codeclimategpa(username=None, repo=None, packagename=None, style=FLAT, fmt=SVG):

    title = "Code Climate"
    img = sio.codeclimategithub(username, repo, style=style, fmt=fmt)
    href = "https://codeclimate.com/github/%s/%s" % (username, repo)