{"library":"rwslib","title":"Rave Web Services Library (rwslib)","description":"A Python client for Medidata Rave Web Services (RWS). Provides ODM document building, dataset requests, and command-line utilities for interacting with Rave APIs. Current version 1.2.15, release cadence irregular.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install rwslib"],"cli":null},"imports":["from rwslib import RWS","from rwslib.rws_cmd import RWSCommand","from rwslib.builders import Builder"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from rwslib import RWS\n\nrws = RWS(url='https://your-instance.imedidata.com', username='user', password='pass', apikey='key')\nresponse = rws.get_datasets(dataset='SUBJECT', study_oid='STUDY1', study_env='Prod')\nprint(response)","lang":"python","description":"Initialize RWS client and fetch a dataset. Replace url, username, password, apikey, study_oid, and environment as needed.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}