跳转到主要内容

用于生成CERN XSLS服务XML的小型库。

项目描述

https://travis-ci.org/inveniosoftware/cernservicexml.svg?branch=master https://coveralls.io/repos/inveniosoftware/cernservicexml/badge.svg?branch=master https://pypip.in/v/cernservicexml/badge.svg https://pypip.in/d/cernservicexml/badge.svg

关于

CERNServiceXML是一个小型库,用于生成CERN XSLS服务XML并将其发送到远程服务。

安装

CERNServiceXML在PyPI上,所以您只需要

pip install cernservicexml

文档

文档可在http://cernservicexml.readthedocs.org阅读,或使用Sphinx构建

pip install Sphinx
python setup.py build_sphinx

测试

运行测试套件非常简单

python setup.py test

或,为了显示代码覆盖率

./run-tests.sh

由以下提供支持