summaryrefslogtreecommitdiff
path: root/plugins/pythondemo
AgeCommit message (Collapse)Author
2009-12-29Use env hack in python scripts.Joey Hess
2008-03-21scan hook works, remove NotImplemented exceptionmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-21Do not output xml-rpc debuggingmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-21Flesh out pythondemomartin f. krafft
This implements most hooks with stupid demo code, and also still has some TODO items. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-21Make proxy object available to hook functionsmartin f. krafft
Hook functions now get the proxy object as first argument to be able to use RPC via the proxy. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-21Allow external plugins to return no valuemartin f. krafft
Instead of using the XML-RPC v2 extension <nil/>, which Perl's XML::RPC::Parser does not (yet) support (Joey's patch is pending), we agreed on a sentinel: {'null':''}, that is, a hash with a single key "null" pointing to the empty string. The Python proxy automatically converts None appropriately and raises an exception if a hook function should, by weird coincidence, attempt to return {'null':''}. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-17first implementation of a python demomartin f. krafft
(cherry picked from commit bbdf127917a13b81cef50995098f479ef4fe1cf9)