Metadata-Version: 2.1
Name: watchme
Version: 0.0.12
Summary: client to watch for webpage changes, and track over time
Home-page: http://www.github.com/vsoch/watchme
Author: Vanessa Sochat
Author-email: vsochat@stanford.edu
Maintainer: Vanessa Sochat
Maintainer-email: vsochat@stanford.edu
License: LICENSE
Description: # WatchMe
        
        ![docs/assets/img/logo_small.gif](docs/assets/img/logo_small.gif)
        
        Reproducible watching of web changes. Good for:
        
         1. Waiting for job postings to change or appear
         2. New content for blogs or personal sites that don't have email / rss / atom feeds
         
        WatchMe can watch for changes to an entire page, or a specific section of it.
        It's appropriate for research use cases where you want to track changes in one
        or more pages over time. Importantly, it's a reproducible setup, as your
        watches are stored in a configuration file that can easily be shared with others
        to reproduce your watching protocol.
        
        **under development**
        
        ## Licenses
        
        This code is licensed under the MPL 2.0 [LICENSE](LICENSE).
        
Keywords: web,changes,cron
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Provides-Extra: psutils
Provides-Extra: all
Provides-Extra: urls-dynamic
