Parse whois data into program-readable formats (like JSON, XML, TOML, etc.)
Project description
Whois Grep
Gather whois information of a website into a file format that can be parsed into pretty much any programming language.
Installation
Simply install this package using pip
:
$ pip install wgrep
Usage
This package is pretty easy to use, simply import wgrep
and call the converter function
(it has the format as_{choosen format}
) passing the link of the website to get the whois
information as an argument. Like this:
import wgrep
data_json = wgrep.as_json('www.somewebsite.com')
data_xml = wgrep.as_xml('www.somewebsite.com')
data_toml = wgrep.as_toml('www.somewebsite.com')
Currently supported output formats
- json
- csv
- toml
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
wgrep-1.0.0.tar.gz
(3.1 kB
view details)
Built Distribution
wgrep-1.0.0-py3-none-any.whl
(5.3 kB
view details)
File details
Details for the file wgrep-1.0.0.tar.gz
.
File metadata
- Download URL: wgrep-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb4d112a563a5eba14c7a026a07a69c537cbda5e75ded5a0849427f0969caea2 |
|
MD5 | 60281eff98a95cbaea83ea72a858a222 |
|
BLAKE2b-256 | f6f6e15679191fc937ca137c91e4df157d33a0b80147c09428ce3c17bc6005c3 |
File details
Details for the file wgrep-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: wgrep-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c3646a0785576b980fc83282665fd716e3dae5ed88c749d7c602a0120ce5695 |
|
MD5 | 9a16d1c9cd202dc8f9b6e86d98006cad |
|
BLAKE2b-256 | ffb2e46c20fc773f798b4dfb6170a425137d30161c4993f03d13b2d2b717c900 |