Metadata-Version: 1.1
Name: webpagetest
Version: 0.1
Summary: Python CLI to schedule tests with WebPageTest.org.
Home-page: https://github.com/khilnani/webpagetest.py
Author: khilnani
Author-email: nik@khilnani.org
License: MIT
Description: # webpagetest.py
        
        ## Installation
        
        - Run  `pip install webpagetest`
        
        ## Development
        
        - Running from within the git repo
            - `python -m webpagetest config.json` or `python webpagetest config.json
        
Keywords: webpagetest,wpt
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
