Metadata-Version: 2.1
Name: dendri
Version: 0.0.2
Summary: Library for common healthcare related algorithms.
Home-page: https://github.com/GDITHealth/dendri
Author: Dendri Authors
Author-email: wesr000@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyspark (>=3.1.1)
Requires-Dist: python-dateutil
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'

# dendri

[![pytest](https://github.com/GDITHealth/dendri/workflows/pytest/badge.svg)](https://github.com/GDITHealth/dendri/actions?query=workflow%3Apytest)
[![Linting](https://github.com/GDITHealth/dendri/workflows/Linting/badge.svg)](https://github.com/GDITHealth/dendri/actions?query=workflow%3ALinting)
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/GDITHealth/dendri/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Common Health Care feature engineering algorithms implemented in Python.

[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/GDITHealth/dendri)


