Metadata-Version: 1.1
Name: hasItChanged
Version: 0.0.1
Summary: Monitor websites for changes
Home-page: https://github.com/growdaisy/hasItChanged
Author: Pokey Rule
Author-email: pokey@growdaisy.com
License: MIT
Description: Has it changed?
        ===============
        
        Grabs current version of each page in a list, and checks against
        previous stored version.  Sends email and stores new version if
        there is any change.  Currently uses sendgrid to send the email.
        Configuration is done through environment variables.  Example
        environments are in the examples directory.  These environments can
        be instantiated using
        `envdir <https://pypi.python.org/pypi/envdir>`_.
        
Keywords: email smtp sendgrid http
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Email
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
