Metadata-Version: 2.4
Name: rwslib
Version: 1.2.15
Summary: Rave Web Services for Python
Project-URL: Repository, https://github.com/mdsol/rwslib
Project-URL: Documentation, https://rwslib.readthedocs.io
Author-email: Ian Sparks <isparks@trialgrid.com>
Maintainer-email: Geoff Low <geoff.low@3ds.com>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <4,>=3.8.0
Requires-Dist: click
Requires-Dist: faker
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: urllib3
Description-Content-Type: text/markdown

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/

