Metadata-Version: 1.1
Name: spdyathome
Version: 0.9
Summary: Testing SPDY vs HTTP
Home-page: http://github.com/bis12/spdyathome
Author: Brian Stack
Author-email: bis12@case.edu
License: UNKNOWN
Download-URL: http://github.com/bis12/spdyathome/tarball/spdyathome-0.9
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 https://github.com/bis12/spdyathome/archive/spdyathome-0.9.3.tar.gz, untar it and cd into the directory.
        2. 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.
        
        Authors
        -------
        `Brian Stack (cwru)`_
        .. _http://bis12.com/
        `Tom Dooner (cwru)`_
        .. _http://tomdooner.com/
        `Mark Allman (icsi)`_
        .. _http://www.icir.org/mallman/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Provides: spdyathome
