Metadata-Version: 2.1
Name: rwslib
Version: 1.2.10
Summary: Rave Web Services for Python
Home-page: https://github.com/mdsol/rwslib
License: MIT
Author: Ian Sparks
Author-email: isparks@trialgrid.com
Maintainer: Geoff Low
Maintainer-email: geoff.low@3ds.com
Requires-Python: >=3.7.0,<4
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: Sphinx (>=5.1.1,<6.0.0) ; extra == "docs"
Requires-Dist: click
Requires-Dist: faker
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: urllib3
Project-URL: Documentation, https://rwslib.readthedocs.io
Project-URL: Repository, https://github.com/mdsol/rwslib
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/


