You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Below are the methods supported in this library.
16
16
|---|---|
17
17
|open|Open the IP2Proxy BIN data with **File I/O** mode for lookup.|
18
18
|close|Close and clean up the file pointer.|
19
-
|get_package_version|Get the package version (1 to 10 for PX1 to PX10 respectively).|
19
+
|get_package_version|Get the package version (1 to 11 for PX1 to PX11 respectively).|
20
20
|get_module_version|Get the module version.|
21
21
|get_database_version|Get the database version.|
22
22
|is_proxy|Check whether if an IP address was a proxy. Returned value:<ul><li>-1 : errors</li><li>0 : not a proxy</li><li>1 : a proxy</li><li>2 : a data center IP address</li></ul>|
@@ -33,6 +33,7 @@ Below are the methods supported in this library.
33
33
|get_as_name|Return the autonomous system (AS) name of proxy's IP address or domain name.|
34
34
|get_last_seen|Return the last seen days ago value of proxy's IP address or domain name.|
35
35
|get_threat|Return the threat types reported to proxy's IP address or domain name.|
36
+
|get_provider|Returns the VPN service provider name if available.|
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
setuptools.setup(
7
7
name="IP2Proxy",
8
-
version="3.1.2",
8
+
version="3.2.0",
9
9
author="IP2Location",
10
10
author_email="support@ip2location.com",
11
11
description="Python API for IP2Proxy database. It can be used to query an IP address if it was being used as open proxy, web proxy, VPN anonymizer and TOR exits.",
0 commit comments