CERNServiceXML is a small library to generate a CERN XSLS Service XML and sending it to a remove service.
CERNServiceXML is on PyPI so all you need is:
pip install cernservicexml
Documentation is readable at http://cernservicexml.readthedocs.org or can be build using Sphinx:
pip install Sphinx python setup.py build_sphinx
Running the test suite is as simple as:
python setup.py test
or, to also show code coverage:
./run-tests.sh