Metadata-Version: 2.1
Name: delphi_utils
Version: 0.2.0
Summary: Shared Utility Functions for Indicators
Home-page: https://github.com/cmu-delphi/
Author: 
Author-email: 
License: UNKNOWN
Description: # Delphi Python Utilities
        
        This package provides various utilities used by the [Delphi group](https://delphi.cmu.edu/) at [Carnegie Mellon
        University](https://www.cmu.edu) for its data pipelines and analyses.
        
        Submodules:
        - `archive`: Diffing and archiving CSV files.
        - `export`: DataFrame to CSV export.
        - `geomap`: Mappings between geographic resolutions.
        - `logger`: Structured JSON logger.
        - `nancodes`: Enum constants encoding not-a-number cases.
        - `runner`: Orchestrator for running an indicator pipeline.
        - `signal`: Indicator (signal) naming.
        - `slack_notifier`:  Slack notification integration.
        - `smooth`: Data smoothing functions.
        - `utils`: JSON parameter interactions.
        - `validator`: Data sanity checks and anomaly detection.
        
        
        Source code can be found here: 
        [https://github.com/cmu-delphi/covidcast-indicators/](https://github.com/cmu-delphi/covidcast-indicators/)
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
