SimpleWhois (version 0.0.4)
index
simplewhois.py

This module implements WHOIS protocol and performs WHOIS requests.

 
Functions
       
whois(target: str) -> str
This function checks target type and call the whois_[type] function.
whois_domain(domain: str, server: str = None) -> str
This function performs WHOIS requests for a domain.
whois_ipv4(ip: str) -> str
This function performs WHOIS requests for a IPv4.
whois_ipv6(ip: str) -> str
This function performs WHOIS requests for a IPv6.

 
Data
        __all__ = ['whois', 'whois_ipv6', 'whois_ipv4', 'whois_domain']
__author_email__ = 'mauricelambert434@gmail.com'
__copyright__ = '\nSimpleWhois Copyright (C) 2024 Maurice Lamber...ome to redistribute it\nunder certain conditions.\n'
__description__ = '\nThis module implements WHOIS protocol and performs WHOIS requests.\n'
__license__ = 'GPL-3.0 License'
__maintainer__ = 'Maurice Lambert'
__maintainer_email__ = 'mauricelambert434@gmail.com'
__url__ = 'https://github.com/mauricelambert/SimpleWhois'

 
Author
        Maurice Lambert