Roundup is asimple-to-useand installissue-trackingsystem withweb,command-linexmlrpc, rest(in the 2.0developmentline) ande-mailinterfaces. Itis based on thewinning designfrom Ka-PingYee in theSoftwareCarpentry Trackdesigncompetition.Downloading thesource allowsyou to start ademo instancein a fewminutes to seeif it will fillyour needs.Unpack thetarball andrun: python demo.py
ScriptForm is astand-alonewebserver thatautomaticallygenerates formsfrom JSON toserve asfrontends toscripts. Ittakes a JSONfile whichcontains formdefinitions,constructs webforms from thisJSON and servesthese to usersover HTTP. Theuser can selecta form and fillit out. Whenthe usersubmits theform, it isvalidated andthe associatedscript iscalled. Dataentered in theform is passedto the scriptthrough theenvironment.