Metadata-Version: 1.0
Name: pyhp
Version: 0.2
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.
        
        :Authors:
            James Cleveland
        
        :Version: 0.2
        
        
        Installation
        ============
        
        ::
        
            pip install pyhp
        
        
        Also available in the AUR_ (for Arch Linux users)
        
        .. _AUR: https://aur.archlinux.org/packages.php?ID=60537
        
        Usage
        -----
        
        ::
        
            % pyhp
        
            Usage:
                pyhp <url> [-Ht] [--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]
                -t --terse               Terse output, consisting only of . and X
        
Platform: UNKNOWN
