Metadata-Version: 1.0
Name: allurlstatus
Version: 0.1
Summary: pypi package to get status of all urls
Home-page: https://github.com/jogind3r/allurlstatus
Author: jogind3r
Author-email: jogind3r@gmail.com
License: MIT
Description:   allurlstatus
        ________________
        
        pypi package for checking all url status
        
        
        usage:
        
        python
        >>> import allurlstatus
        >>> allurlstatus.getStatus( [ "https://www.google.com", "http://someExampleNonExistingUrl", "etc - but this should be in valid url format" ] )
        
        bash
        $ getallurlstatus < file_with_url_list.txt
        
        
        projectUrl: https://github.com/jogind3r/allurlstatus
        
Keywords: url status
Platform: UNKNOWN
