qirest-client: Quantitative Imaging Profile REST client

Synopsis

The Quantitative Imaging Profile (QiPr) REST client interacts with the qiprofile REST server.

API:https://qirest-client.readthedocs.org/en/latest/api/index.html
Git:https://github.com/ohsu-qin/qirest-client

Installation

  1. Install the qiprofile REST server.
  2. Add qirest-client to your Python project setup.py install_requires.
  3. Update your project installation to reflect the REST client dependency.
  4. Start the qiprofile REST server.

Usage

See the qiprofile REST Data Model and API documentation.

Development

Testing is performed with the nose package, which must be installed separately.

Documentation is built automatically by ReadTheDocs when the project is pushed to GitHub. Documentation can be generated locally as follows:

  • Install Sphinx, if necessary.

  • Run the following in the doc subdirectory:

    make html