Metadata-Version: 2.1
Name: rwslib
Version: 1.2.4
Summary: Rave web services for Python
Home-page: https://github.com/mdsol/rwslib/
Author: Ian Sparks (isparks@mdsol.com)
Author-email: isparks@mdsol.com
License: MIT License
Description: rwslib
        ======
        
        The Goal of this library is to provide a (programmer) friendly client library to Rave Web Services (RWS).
        
        Philosophy
        ----------
        
        rwslib provides a convenient interface to RWS without hiding the implementation details. For instance,
        using rwslib you should have a simple way to request a list of studies from RWS but still be able to
        get to the HTTP headers, content body etc returned by RWS.
        
        Documentation
        -------------
        
        Documented with Sphinx. See http://rwslib.readthedocs.org/en/latest/
        
        Build Status
        ------------
        * develop - [![Build Status](https://travis-ci.org/mdsol/rwslib.svg?branch=develop)](https://travis-ci.org/mdsol/rwslib.svg?branch=develop)
        * master - [![Build Status](https://travis-ci.org/mdsol/rwslib.svg?branch=master)](https://travis-ci.org/mdsol/rwslib.svg?branch=master)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
