Metadata-Version: 2.1
Name: cgmquantify
Version: 0.4
Summary: Quantifying glucose and glucose variability from CGM devices
Home-page: https://github.com/brinnaebent/cgmquantify
Author: Brinnae Bent
Author-email: bmbent@ncsu.edu
License: MIT
Download-URL: https://github.com/brinnaebent/cgmquantify/archive/0.4.tar.gz
Description: 
        # cgmquantify: python package for analyzing glucose and glucose variability
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        
        Continuous glucose monitoring (CGM) systems provide real-time, dynamic glucose information by tracking interstitial glucose values throughout the day. Glycemic variability, also known as glucose variability, is an established risk factor for hypoglycemia (Kovatchev) and has been shown to be a risk factor in diabetes complications. Over 20 metrics of glycemic variability have been identified.
        
        Here, we provide functions to calculate glucose summary metrics, glucose variability metrics (as defined in clinical publications), and visualizations to visualize trends in CGM data.
        
        #### [User Guide](https://github.com/brinnaebent/cgmquantify/wiki/User-Guide)
        #### [Issue Tracking](https://github.com/brinnaebent/cgmquantify/issues)
        
        #### Installation:
        * **Recommended:** pip install cgmquantify
        * If above does not work: pip install git+git://github.com/brinnaebent/cgmquantify.git
        * git clone [repo](https://github.com/brinnaebent/cgmquantify.git)
        
        #### Dependencies: (these will be downloaded upon installation with pip)
        pandas, numpy, matplotlib, statsmodels, datetime
        
        >Coming soon -
        >* Currently only supports Dexcom CGM, more CGM coming soon
        >* Integration with food logs, myFitnessPal food logs
        >* Machine Learning methods for discovering trends in CGM data
        
        
        
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
