{
    "name": "Python Autograder",
    "FontAwesome": "fa-check-square-o",
    "short_name": "Python Autograder",
    "description": "This is an autograder for the assignments from www.py4e.com (Python for Everybody).",
    "messages": [
        "launch",
        "launch_grade"
    ],
    "url": "https:\/\/py4e.pl\/tools\/pythonauto\/",
    "key_url": "https:\/\/py4e.pl\/tsugi\/settings",
    "app_store_url": "https:\/\/py4e.pl\/tsugi\/lti\/store",
    "lti_2_url": "https:\/\/py4e.pl\/tsugi\/lti\/register",
    "app_store_canvas_url": "https:\/\/py4e.pl\/tsugi\/lti\/store\/canvas-config.xml",
    "icon": "https:\/\/static.tsugi.org\/fontawesome-free-5.8.2-web\/png\/check-square-o.png",
    "capability_offered": [
        "OAuth.hmac-sha256",
        "OAuth.splitSecret",
        "basic-lti-launch-request"
    ],
    "capability_required": [
        "User.id",
        "Context.id",
        "ResourceLink.id"
    ],
    "capability_desired": [
        "Person.name.given",
        "Person.email.primary",
        "User.image",
        "Result.sourcedId",
        "Result.autocreate",
        "Result.url"
    ]
}