Provide some useful util functions and a tool (ip2region) for ip processing
Project description
iputil
Provide some useful util functions and a tool (ip2region) for ip processing.
Install
pip3 install iputil
Python usage
import iputil
# Get Region by IP
iputil.get_region("60.30.1.1")
# return string '中国|0|天津|天津|联通'
Although region data in this program will update with the @ip2region repo, or your can specify your own data source:
import iputil
# Set Region source
iputil.set_region_source(data_file="ip2region.db")
# Get Region by IP
iputil.get_region("60.30.1.1")
# return string '中国|0|天津|天津|联通'
Tools
An independent tool named ip2region will be install in your path.
Typing ip2region will start a prompt:
$ ip2region
ip> 192.168.0.1
[192.168.0.1] 0|0|0|内网IP|内网IP
ip> 60.30.1.1
[60.30.1.1] 中国|0|天津|天津|联通
ip> 120.100.0.1
[120.100.0.1] 中国|0|台湾|台北|0
ip> 8.8.8.8
[8.8.8.8] 美国|0|0|0|谷歌
ip>
$ ip2region -h
usage: ip2region [-h] [-ip IP]
IP to Region
optional arguments:
-h, --help show this help message and exit
-ip IP, --ip IP Search specify IP
Reflink
Thanks to @ip2region.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iputil-0.3.2.tar.gz.
File metadata
- Download URL: iputil-0.3.2.tar.gz
- Upload date:
- Size: 4.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d612fff35a225faaf4cf2b6f9ff87bb5dd7f082f24474fcc0ed5553f84adf0d5
|
|
| MD5 |
9408cc4b206705fb5967608919806404
|
|
| BLAKE2b-256 |
abec9ed91900c77af0a4ebf9f182bdfe5cd2fa27877e6bd386a7b9d1b9f2922f
|
File details
Details for the file iputil-0.3.2-py3-none-any.whl.
File metadata
- Download URL: iputil-0.3.2-py3-none-any.whl
- Upload date:
- Size: 4.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8c4d43bbcd77e8145c77931a0f7363cc6bfe6cf12bbdf01d4606973ae05e8a9
|
|
| MD5 |
13c7fe0536cbf6e0912feff6a64fee79
|
|
| BLAKE2b-256 |
e8fb5b08452b879c149e7cfa4d38403f24b64a51b71f2a3f544f2c98e8c6bb0a
|