Metadata-Version: 1.0
Name: pyhiapi
Version: 0.1.2
Summary: PyHiAPI - Simple test API
Home-page: https://github.com/GradysGhost/pyhiapi
Author: Ryan Jung
Author-email: gradysghost@gmail.com
License: LICENCE
Description: # pyhiapi
        A very simple API endpoint, easily deployable for testing purposes
        
        ## Installation
        
            sudo pip install pyhiapi
        
        ## Usage
        
            hiapi [-b <bind address>] [-p <port>]
            
            -b, --bind-address: The interface you want to listen on
            -p, --port: The port you want to listen on
        
        hiapi defaults to `localhost:4000`.
        
        ## Testing
        
            $ curl -i http://<bind_address>:<port>/
        
        
        
Platform: UNKNOWN
