Metadata-Version: 1.1
Name: eagleeye_te
Version: 0.1.0
Summary: Distributed tool for screenshotting webpages.
Home-page: https://github.com/PaulMcMillan/eagleeye
Author: Paul McMillan
Author-email: paul@mcmillan.ws
License: Simplified BSD
Description: ========
        eagleeye
        ========
        
        EagleEye TE(4)
        
        Installation
        ------------
        
        Usage:
         * Install external dependencies:
           `sudo apt-get install chromium-browser unzip xvfb`
        
         * Install chromedriver:
           `curl https://chromedriver.googlecode.com/files/chromedriver_linux64_2.2.zip | funzip > chromedriver
           chmod +x chromedriver
           sudo mv chromedriver /usr/bin/chromedriver`
        
         * Install eagleeye itself:
           `sudo pip install eagleeye_te`
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
