Metadata-Version: 1.1
Name: hdx-data-freshness-emailer
Version: 1.4.1
Summary: HDX Data Freshness Emailer
Home-page: https://github.com/OCHA-DAP/hdx-data-freshness-emailer
Author: Michael Rans
Author-email: rans@email.com
License: MIT
Description: HDX Data Freshness Emailer
        ~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        |Build Status| |Coverage Status|
        
        The HDX freshness emailer in Python reads the HDX data freshness database and finds datasets whose status has changed.
        It sends emails to system administrators if the change is from overdue to delinquent or to maintainers if from due to overdue.
        
        Usage
        ~~~~~
        
        ::
        
            python run.py
        
        .. |Build Status| image:: https://travis-ci.org/OCHA-DAP/hdx-data-freshness-emailer.svg?branch=master&ts=1
           :target: https://travis-ci.org/OCHA-DAP/hdx-data-freshness-emailer
        .. |Coverage Status| image:: https://coveralls.io/repos/github/OCHA-DAP/hdx-data-freshness-emailer/badge.svg?branch=master&ts=1
           :target: https://coveralls.io/github/OCHA-DAP/hdx-data-freshness-emailer?branch=master
        
Keywords: HDX,fresh,freshness,data freshness emailer
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
