Metadata-Version: 2.1
Name: detectvpn
Version: 0.1.3
Summary: Free and fast ip checker and tor, vpn, datacenter, threat detection
Home-page: https://github.com/mishakorzik/detectvpn
Author: MishaKorzhik_He1Zen
Author-email: developer.mishakorzhik@gmail.com
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/mishakorzik/detectvpn/issues
Project-URL: Sponsor, https://www.buymeacoffee.com/mishakorzik
Keywords: ip,iptools,pip,pypi,detect,detecion,ipaddress,ipinfo,vpn,tor,datacenter
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.4
Description-Content-Type: text/markdown


**Free vpn, tor, datacenter, threat detection by IP address**

### Install

```bash
pip indtall detectvpn
```

### How to use

```python
# Detect vpn, tor, datacenter, threat on IP
>>> from detectvpn import detect
>>> detect.ip("8.8.8.8")
normal
>>> 

```

### Detection info

```
vpn        - using vpn
tor        - using tor
datacenter - its datacenter IP
threat     - dangerous IP
normal     - normal IP address
```
