Metadata-Version: 2.1
Name: cdisc-library-client
Version: 0.1.0
Summary: A CDISC Library client
Home-page: UNKNOWN
Author: CDISC
Author-email: nhaydel@cdisc.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.22.0)

# cdisc-library-client
Python client for accessing the CDISC library. Deployed to PYPI

# operations
```
get_sdtm - get an sdtm standard
get_adam - get an adam or adamig standard
get_cdash - get a cdash standard
get_sdtmig - gets sdtmig standard
get_sendig - gets sendig standard
get_cdashig - gets cdashig standard
get_terminology_package - get a ct package given the version
get_codelist_terms - returns an array of all terms in a codelist
get_codelist_term - returns the library representation of a codelist term
```
More info on CDISC Library API endpoints can be found here: https://www.cdisc.org/cdisc-library/api-documentation


