A simple and efficient WHOIS lookup library for Python
Project description
WhoisQuery
A simple and efficient WHOIS lookup library for Python.
Installation
pip install whoisquery
Usage
As a Library
from whoisquery import WhoisQuery
# Create a WHOIS lookup instance
whois = WhoisQuery("example.com")
#Get WHOIS data
data = whois.execute_whois()
print(data)
As a Command Line Tool
whoisquery -d example.com
Features
- Performs WHOIS lookups for domain names
- Parses WHOIS output into structured data
- Extracts key information such as:
- Registration dates
- Domain status
- Nameservers
- Registrar information
- DNSSEC status
Requirements
- Python 3.7 or higher
whoiscommand-line tool installed on the system
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a pull request.
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
whoisquery-0.1.4.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file whoisquery-0.1.4.tar.gz.
File metadata
- Download URL: whoisquery-0.1.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87a66c3bbf5ca49433b344164b0ca471a0291ca036579ddb2e29cf10c0bb2d72
|
|
| MD5 |
a144296951efdd726b3499e33ade7570
|
|
| BLAKE2b-256 |
eb8efc5f5f1e69f84e0de52d0c3240a65eab5be16f0edc3e34a4e8bb129ce98c
|
File details
Details for the file WhoisQuery-0.1.4-py3-none-any.whl.
File metadata
- Download URL: WhoisQuery-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
355ba645bf095f13776b30dc9aeb1a0005f93095b550948e9e2910af9ed3205a
|
|
| MD5 |
4be7287db5aaf2ebc649e557e12b824f
|
|
| BLAKE2b-256 |
8c562e36ceba144b9e2137e385eb4a9f8cc992ef1db0593308db1691012a4fcf
|