This module implements WHOIS protocol and performs WHOIS requests.
Project description
SimpleWhois
Description
This module implements WHOIS protocol and performs WHOIS requests.
This module is a pure python implementation and doesn't use
whois
executable.
Requirements
This package require:
- python3
- python3 Standard Library
Installation
python3 -m pip install SimpleWhois
git clone "https://github.com/mauricelambert/SimpleWhois.git"
cd "SimpleWhois"
python3 -m pip install .
Usages
Command line
SimpleWhois # Using CLI package executable
python3 -m SimpleWhois # Using python module
python3 SimpleWhois.pyz # Using python executable
SimpleWhois.exe # Using python Windows executable
SimpleWhois 8.8.8.8
SimpleWhois example.com 2001:1c00::78
Python script
from SimpleWhois import *
whois("8.8.8.8")
whois("example.com")
whois("2001:1c00::78")
Links
License
Licensed under the GPL, version 3.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SimpleWhois-0.0.4.tar.gz
(18.2 kB
view details)
File details
Details for the file SimpleWhois-0.0.4.tar.gz
.
File metadata
- Download URL: SimpleWhois-0.0.4.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a82a9adc1745ebd824f29cc2ccf454b85c41a4bd9d6f933330790f0ca0c89872 |
|
MD5 | b4651d8c93a24543ccfc8fca4b8502d7 |
|
BLAKE2b-256 | 03f87ad72dddec645330435031a28275c4c9b703422bcefc2cef0830e4d9b24e |