Metadata-Version: 2.1
Name: whoisxml
Version: 0.0.1
Summary: a wrapper for whoisxml
Author-email: Nguyen Khanh Thuan <khanhthuan1995@gmail.com>
Project-URL: Homepage, https://github.com/khanhthuan1995/whois
Project-URL: Bug Tracker, https://github.com/khanhthuan1995/whois/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# whois
a wrapper for whoisxml

## Usage

### From Shell

``` sh
python whoisxml.py --api <YOUR_WHOISXML_KEY> --ip <IP>

```
### Python Module

``` python
from whoisxml import whoisxmlapi

```

## Installation

``` sh
pip install -r requirements.txt

```
