SimpleWhois (version 0.0.4) | index simplewhois.py |
This module implements WHOIS protocol and performs WHOIS requests.
Functions | ||
|
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 |