Metadata-Version: 2.1
Name: whois
Version: 0.99.3
Summary: Python package for retrieving WHOIS information of domains.
Project-URL: Bug Tracker, https://github.com/mboot-github/WhoisDomain/issues
Project-URL: Home Page, https://github.com/mboot-github/WhoisDomain/
Project-URL: Repository, https://github.com/mboot-github/WhoisDomain/
Author: mboot-github
Maintainer-email: Maarten Boot <130295084+mboot-github@users.noreply.github.com>
License-Expression: MIT
Keywords: Python,domain,expiration,registrar,tld,whois
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# github:python-whois
# pypi: whois

  * A Python package for retrieving WHOIS information of DOMAIN'S ONLY.

For all further info:

  * see [WhoisDomain](https://github.com/mboot-github/WhoisDomain)
  * all future development will take place on WhoisDomain

### Notes for Mac users
  * it has been observed that the default cli whois on Mac is showing each forward step in its output, this makes parsing the result very unreliable.
  * using a brew install whois will give in general better results.

## Support
 * Python 2.x IS NOT supported.
 * Python 3.x is supported for x >= 9

## Updates
  * see the Readme at [WhoisDomain](https://github.com/mboot-github/WhoisDomain)
