Table of Contents
nitrate-xmlrpc provides XMLRPC API for nitrate to allow external applications to access test cases' information via scripts.
XMLRPC APIs are implemented in a standard django application.
You can install this package by issuing pip or easy_install.
$ pip install nitrate-xmlrpc
Or, using following command,
$ cd path/to/nitrate-xmlrpc $ python setup.py install
To enable this XMLRPC APIs is quite easy, just like any other django applications.