Skip to content

inveniosoftware/cernservicexml

Repository files navigation

CERNServiceXML

image

image

image

image

About

CERNServiceXML is a small library to generate a CERN XSLS Service XML and sending it to a remove service.

Installation

CERNServiceXML is on PyPI so all you need is: :

pip install cernservicexml

Documentation

Documentation is readable at http://cernservicexml.readthedocs.io or can be build using Sphinx: :

pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as: :

python setup.py test

or, to also show code coverage: :

./run-tests.sh