![SimpleWhois logo](https://mauricelambert.github.io/info/python/code/SimpleWhois_small.png "SimpleWhois logo")
# SimpleWhois
## Description
This module implements WHOIS protocol and performs WHOIS requests.
> This module is a pure python implementation and doesn't use `whois` executable.
## Requirements
This package require:
- python3
- python3 Standard Library
## Installation
```bash
python3 -m pip install SimpleWhois
```
```bash
git clone "https://github.com/mauricelambert/SimpleWhois.git"
cd "SimpleWhois"
python3 -m pip install .
```
## Usages
### Command line
```bash
SimpleWhois # Using CLI package executable
python3 -m SimpleWhois # Using python module
python3 SimpleWhois.pyz # Using python executable
SimpleWhois.exe # Using python Windows executable
SimpleWhois 8.8.8.8
SimpleWhois example.com 2001:1c00::78
```
### Python script
```python
from SimpleWhois import *
whois("8.8.8.8")
whois("example.com")
whois("2001:1c00::78")
```
## Links
- [Pypi](https://pypi.org/project/SimpleWhois)
- [Github](https://github.com/mauricelambert/SimpleWhois)
- [Documentation](https://mauricelambert.github.io/info/python/code/SimpleWhois.html)
- [Python executable](https://mauricelambert.github.io/info/python/code/SimpleWhois.pyz)
- [Python Windows executable](https://mauricelambert.github.io/info/python/code/SimpleWhois.exe)
## License
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
Raw data
{
"_id": null,
"home_page": "https://github.com/mauricelambert/SimpleWhois",
"name": "SimpleWhois",
"maintainer": "Maurice Lambert",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Maurice Lambert <mauricelambert434@gmail.com>",
"keywords": "WHOIS,RFC,Network,Domain,Registar",
"author": "Maurice Lambert",
"author_email": "Maurice Lambert <mauricelambert434@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/9e/de/9e4a805ae3ffebb6f3fcd016339b131fd35a5889d4f6f8096a677fd65cea/SimpleWhois-0.0.3.tar.gz",
"platform": "Windows",
"description": "![SimpleWhois logo](https://mauricelambert.github.io/info/python/code/SimpleWhois_small.png \"SimpleWhois logo\")\n\n# SimpleWhois\n\n## Description\n\nThis module implements WHOIS protocol and performs WHOIS requests.\n\n> This module is a pure python implementation and doesn't use `whois` executable.\n\n## Requirements\n\nThis package require:\n - python3\n - python3 Standard Library\n\n## Installation\n\n```bash\npython3 -m pip install SimpleWhois\n```\n\n```bash\ngit clone \"https://github.com/mauricelambert/SimpleWhois.git\"\ncd \"SimpleWhois\"\npython3 -m pip install .\n```\n\n## Usages\n\n### Command line\n\n```bash\nSimpleWhois # Using CLI package executable\npython3 -m SimpleWhois # Using python module\npython3 SimpleWhois.pyz # Using python executable\nSimpleWhois.exe # Using python Windows executable\n\nSimpleWhois 8.8.8.8\nSimpleWhois example.com 2001:1c00::78\n```\n\n### Python script\n\n```python\nfrom SimpleWhois import *\nwhois(\"8.8.8.8\")\nwhois(\"example.com\")\nwhois(\"2001:1c00::78\")\n```\n\n## Links\n\n - [Pypi](https://pypi.org/project/SimpleWhois)\n - [Github](https://github.com/mauricelambert/SimpleWhois)\n - [Documentation](https://mauricelambert.github.io/info/python/code/SimpleWhois.html)\n - [Python executable](https://mauricelambert.github.io/info/python/code/SimpleWhois.pyz)\n - [Python Windows executable](https://mauricelambert.github.io/info/python/code/SimpleWhois.exe)\n\n## License\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n",
"bugtrack_url": null,
"license": "GPL-3.0 License",
"summary": "This module implements WHOIS protocol and performs WHOIS requests.",
"version": "0.0.3",
"project_urls": {
"Documentation": "https://mauricelambert.github.io/info/python/code/SimpleWhois.html",
"Download": "https://mauricelambert.github.io/info/python/code/SimpleWhois.pyz",
"Github": "https://github.com/mauricelambert/SimpleWhois",
"Homepage": "https://github.com/mauricelambert/SimpleWhois",
"Python Executable": "https://mauricelambert.github.io/info/python/code/SimpleWhois.pyz",
"Windows Executable": "https://mauricelambert.github.io/info/python/code/SimpleWhois.exe"
},
"split_keywords": [
"whois",
"rfc",
"network",
"domain",
"registar"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9ede9e4a805ae3ffebb6f3fcd016339b131fd35a5889d4f6f8096a677fd65cea",
"md5": "fbbf5dd35b6c940fcb148024149f6941",
"sha256": "1dc7195d478521dcf7098349163724d2bdcb401bc2e2d96994cc61a886aa0f9b"
},
"downloads": -1,
"filename": "SimpleWhois-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "fbbf5dd35b6c940fcb148024149f6941",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 17990,
"upload_time": "2024-01-19T18:19:27",
"upload_time_iso_8601": "2024-01-19T18:19:27.314037Z",
"url": "https://files.pythonhosted.org/packages/9e/de/9e4a805ae3ffebb6f3fcd016339b131fd35a5889d4f6f8096a677fd65cea/SimpleWhois-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-19 18:19:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mauricelambert",
"github_project": "SimpleWhois",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "simplewhois"
}