X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dakweb%2Fqueries%2Fmadison.py;h=9678a36ebeb021fd818ab68401bf6c445b544809;hb=c4a632e83afddddc51fe62927c343e9b54f6f69c;hp=eb8c45cd6ffaac27891d840bd624486125369fed;hpb=02c7ef89254ade53e60797bb0be8c1de68b501d5;p=dak.git diff --git a/dakweb/queries/madison.py b/dakweb/queries/madison.py index eb8c45cd..9678a36e 100644 --- a/dakweb/queries/madison.py +++ b/dakweb/queries/madison.py @@ -6,6 +6,16 @@ from dakweb.webregister import QueryRegister @bottle.route('/madison') def madison(): + """ + Display information about packages. + + b=TYPE only show info for binary TYPE + c=COMPONENT only show info for COMPONENT(s) + s=SUITE only show info for this suite + S=true show info for the binary children of source pkgs + f=json output json format + """ + r = bottle.request packages = r.query.get('package', '').split()