Metadata-Version: 2.1
Name: external-ip
Version: 0.1.0
Summary: Query the IP address of the external network.
Home-page: https://github.com/fjwCode/external-ip
Author: White Turing
Author-email: fujiawei@stu.hznu.edu.cn
License: BSD
Keywords: ip,tool,internet
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: requests

# Query external IP address
[![PyPI version](https://img.shields.io/pypi/v/external-ip.svg)](https://pypi.org/project/external-ip/)
[![Wheel](https://img.shields.io/pypi/wheel/external-ip.svg)](https://pypi.org/project/external-ip/)
[![Python version](https://img.shields.io/pypi/pyversions/external-ip.svg)](https://pypi.org/project/external-ip/)
[![license](https://img.shields.io/github/license/fjwCode/external-ip.svg)](https://github.com/fjwCode/external-ip/LICENSE)


External_ip is a simple script that shows your external IP address.  
It queries well known online IP-detection web services for that information.


## Installation

    python -m pip install -U whatip


## Command Line Usage

```shell
$ ip
182.110.236.67 中国 江西
```


## Feedback

Email: fujiawei@stu.hznu.edu.cn


