Created attachment 219306 [details] py-pywhois Python module/library for retrieving WHOIS information of domains Tested on: FreeBSD CURRENT amd64, i386 FreeBSD 12.1 amd64, i386 FreeBSD 11.4 amd64, i386 Portlint: not errors
A commit references this bug: Author: dbaio Date: Tue Nov 3 00:40:59 UTC 2020 New revision: 553936 URL: https://svnweb.freebsd.org/changeset/ports/553936 Log: Add net/py-whois Python package for retrieving WHOIS information of domains Features - Python wrapper for Linux "whois" command - simple interface to access parsed WHOIS data for a given domain - able to extract data for all the popular TLDs (com, org, net, biz, info, pl, jp, uk, nz, ...) - query a WHOIS server directly instead of going through an intermediate web service like many others do - works with Python 2.4+ and Python 3.x - all dates as datetime objects - possibility to cache results WWW: https://pypi.org/project/whois/ PR: 250810 Submitted by: Gabriel Dutra <0xdutra@gmail.com> Changes: head/net/Makefile head/net/py-whois/ head/net/py-whois/Makefile head/net/py-whois/distinfo head/net/py-whois/pkg-descr
Committed, thanks!