Metadata-Version: 1.1
Name: reverseip
Version: 1.0.1
Summary: `reverseip` is a tool which can find possible domain names with the given ip(s).
Home-page: https://github.com/shiyanhui/reverseip
Author: Lime YanhuiShi
Author-email: lime.syh@gmail.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ReverseIP
        ==========
        
        What is ReverseIP?
        -----------------
        
        `ReverseIp` is a tool which can find possible domain names with the given ip(s).
        
        Why it is here?
        ----------------
        
        We all know that we can get the ip through a domain name with tool `ping` or `nslookup` etc,
        but there is rarely a tool which can get the possible domain names with the given ip.
        That's why `ReverseIP` is here.
        
        Install
        ---------------
        
        .. code-block:: bash
        
            pip install reverseip
        
        Usage
        ---------------
        
        .. code-block:: bash
        
            reverseip ip(s)
        
        Examples
        --------------
        
        .. code-block:: bash
        
            reverseip 112.126.74.68
            reverseip 112.126.74.68 112.126.74.68
        
        License
        ------------
        
        MIT.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Topic :: System :: Boot
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
