Metadata-Version: 1.1
Name: spdyathome
Version: 1.1.3
Summary: A simple script to run in order to collect data for comparing SPDY and HTTP
Home-page: http://github.com/bis12/spdyathome
Author: Brian Stack
Author-email: bis12@case.edu
License: MIT
Description: SPDY@Home
        =========
        
        Client and server for testing how speedy spdy actually is.
        
        Install
        -------
        
        There are two options for installing SPDY@Home.  First is to simply 
        
            easy_install spdyathome
            
        and the second option is
        
        1. Download `http://pypi.python.org/packages/source/s/spdyathome/spdyathome-1.1.tar.gz`_
        2. Untar that file, cd into the directory, and run 
        
              python setup.py install
        
        Running
        -------
        If easy_install was used, the script is in your path and you can simply execute 'spdyathome'.  Otherwise, run 'python ./scripts/spdyathome' from inside the spdyathome directory.
        
        .. _`http://pypi.python.org/packages/source/s/spdyathome/spdyathome-1.1.tar.gz`: http://pypi.python.org/packages/source/s/spdyathome/spdyathome-1.1.tar.gz
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Provides: spdyathome
