Metadata-Version: 2.1
Name: stellarcare
Version: 1.0.4
Summary: A package with methods for analyzing the Optum Labs/UHC Stellar program
Home-page: https://github.com/optum-labs/stellar
Author: Nicole Sullivan
Author-email: nicolesullivan@optum.com
Project-URL: Bug Tracker, https://github.com/optum-labs/stellar/issues
Keywords: pilot,database,querying,analysis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: importlib-metadata
Requires-Dist: pandas
Requires-Dist: datetime
Requires-Dist: teradatasql

# Stellar

## Overview

Stellar is a program that runs pilots to increase quality of care for UHG members. For more information and to see how this package is used, see the [project_stellar repo](https://github.com/optum-labs/project_stellar).

## Installation

In the terminal, run: <br>
`pip install stellarcare`

## Motivation

Right now, methods are mainly geared towards building cohorts for propensity score matching in causal inference analyses of different Stellar pilots. The vision is to continue to expand this repo to make it easier to revise and re-run Stellar analyses for stakeholders. The hope is that by containing methods in a standalone repo, fewer mistakes will be made and code review will be easier to perform.

## Bugs
To report a bug, [please create an issue](https://github.com/optum-labs/stellar/issues).
