Metadata-Version: 2.1
Name: cumulus-library
Version: 1.2.0
Summary: Clinical study SQL generation for data derived from bulk FHIR
Keywords: FHIR,SQL,Health Informatics
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ctakesclient >= 1.3
Requires-Dist: fhirclient >= 4.1
Requires-Dist: Jinja2 > 3
Requires-Dist: pandas <2, >=1.5.0
Requires-Dist: pyarrow >= 11.0
Requires-Dist: pyathena >= 2.23
Requires-Dist: requests >= 2.28
Requires-Dist: rich >= 13.2
Requires-Dist: sqlfluff == 2.0.2
Requires-Dist: toml >= 0.10
Requires-Dist: black ; extra == "dev"
Requires-Dist: pylint ; extra == "dev"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: requests-mock ; extra == "test"
Project-URL: Documentation, https://docs.smarthealthit.org/cumulus/
Project-URL: Home, https://smarthealthit.org/cumulus-a-universal-sidecar-for-a-smart-learning-healthcare-system/
Project-URL: Source, https://github.com/smart-on-fhir/cumulus-library-core
Provides-Extra: dev
Provides-Extra: test

# Cumulus Library - Core

A framework for designing, executing, and distributing SQL queries packaged as "studies", e.g., for quality monitoring, clinical research, or public health. Part of the [SMART on FHIR Cumulus Project](https://smarthealthit.org/cumulus-a-universal-sidecar-for-a-smart-learning-healthcare-system/)

## Installing

For end users, just run `pip install cumulus-library`. 
For running from source, checkout the repo, and at the project root run `pip install -e .`.



For more information, [browse the documentation](https://docs.smarthealthit.org/cumulus/library).

