Metadata-Version: 1.1
Name: httptestkit
Version: 0.1.3
Summary: Test and gather info on a web site.
Home-page: https://xnode.co.za/software/httptestkit
Author: Paul Stevens
Author-email: no-reply@xnode.co.za
License: MIT
Description-Content-Type: UNKNOWN
Description: httptestkit
        ##########
        
        Connects to a web target as many times as required as quickly as required. Has options to show:
        
        * Request headers.
        * Information on DNS records associated with the site's domain.
        * A lookup on the details of the IP address associated with the site.
        
        Installation
        ============
        
        To install this software:
        
        .. code-block:: bash
        
          $ pip install httptestkit
        
        Python Version
        ==============
        
        This software only supports Python 3.5 and above.
        
        Usage
        =====
        
        .. code-block:: bash
        
          $ httptestkit www.domain.tld --loop --sleep 0 --limit 5 --headers --dnsinfo --ipinfo
        
        License
        =======
        
        Licensed under the MIT license. See LICENSE for details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
