Lawrence Berkeley National Laboratory |
||
Documentation Download |
|
Release: PythonCLServiceTool is available for download: This code is presented as beta/development quality code. Any comments, suggestions should be sent to David Konerding. Overview PythonCLServiceTool is a Python package for quickly and simply deploying Web Services which wrap legacy command line oriented applications. Scientists who have applications that they want to expose to the outside world, but do not want to distribute the source can write a simple config file describing their executable and its valid command line arguments, run a server which "wraps" the application, and publish a client-side "application stub" on the web. PythonCLServiceTool uses pyGridWare's WSRF implementation to realize this functionality. It was inspired by OSOAP and SOAP::Clean and provides some similar functionality. Dependencies
Subversion Repository You can get the latest source version using by typing: |