Metadata-Version: 2.1
Name: whatip
Version: 0.0.4
Summary: Console script to find your external IP address
Home-page: https://github.com/lorien/whatip
Author: Gregory Petukhov
Author-email: lorien@lorien.name
Maintainer: Gregory Petukhov
Maintainer-email: lorien@lorien.name
License: MIT License
Download-URL: http://pypi.python.org/pypi/whatip
Description: ## Whatip
        
        Whatip is a simple script that shows your IP. It queries well known online
        IP-detection web services for that information.
        
        
        ## Installation
        
        ```pip3 install whatip```
        
        Also you can copy whatip.py file and place it into $PATH. Do not forget to
        set executable flag.
        
        
        ## Feedback
        
        Email: lorien@lorien.name
        
Keywords: ip internet
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
