Metadata-Version: 1.0
Name: pyhp
Version: 0.1
Summary: a simple tool to hit websites at a given interval and display whether they are up or not
Home-page: https://github.com/radiosilence/pyhp
Author: James Cleveland
Author-email: jamescleveland@gmail.com
License: LICENSE.txt
Description:     pyhp
            =====
        
            a simple tool to hit websites at a given interval and display
            whether they are up or not.
        
        
            Usage:
                pyhp <url> [-H] [--interval=<seconds>]
                pyhp -h | --help
        
            Options:
                -h --help                Show this screen.
                -H --headers             Show the headers returned by each request.
                -i --interval=<seconds>  Time between requests, in seconds. [default: 1]
        
Platform: UNKNOWN
