whois11


Namewhois11 JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryWHOIS client
upload_time2024-06-22 09:38:32
maintainerwhois11
docs_urlNone
authorwhois11
requires_python>=3.5
licenseGPLv3
keywords whois whois11
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Whois11
"Whois11" is a whois client tool. --- made with Python.

# Requirement
* Python 3.5 --- Tested under [Anaconda](https://www.anaconda.com/distribution/) distribution.
  Compatible with Python3.12

# Installation
Install Whois11 with pip command.
```bash
pip install whois11
```

# Usage
```python
import whois11

print(whois11.whois('example.com'))
```

# License

* 	GNU General Public License v3.0

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "whois11",
    "maintainer": "whois11",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "whois11@sent.at",
    "keywords": "whois, whois11",
    "author": "whois11",
    "author_email": "whois11@sent.at",
    "download_url": null,
    "platform": null,
    "description": "# Whois11\n\"Whois11\" is a whois client tool. --- made with Python.\n\n# Requirement\n* Python 3.5 --- Tested under [Anaconda](https://www.anaconda.com/distribution/) distribution.\n\u3000 Compatible with Python3.12\n\n# Installation\nInstall Whois11 with pip command.\n```bash\npip install whois11\n```\n\n# Usage\n```python\nimport whois11\n\nprint(whois11.whois('example.com'))\n```\n\n# License\n\n* \tGNU General Public License v3.0\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "WHOIS client",
    "version": "0.0.9",
    "project_urls": null,
    "split_keywords": [
        "whois",
        " whois11"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60c7b888fe87beacef16a4850ef61a80f1f7b152c10dfd4cc7116959bb7581e1",
                "md5": "d9dacf724ac5b6571fcca46122ca10cb",
                "sha256": "c96f8d26fe0432e01146c64e02ce4f6573fa78e0fa6f912b783d09396842e7df"
            },
            "downloads": -1,
            "filename": "whois11-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9dacf724ac5b6571fcca46122ca10cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 16568,
            "upload_time": "2024-06-22T09:38:32",
            "upload_time_iso_8601": "2024-06-22T09:38:32.605803Z",
            "url": "https://files.pythonhosted.org/packages/60/c7/b888fe87beacef16a4850ef61a80f1f7b152c10dfd4cc7116959bb7581e1/whois11-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-22 09:38:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "whois11"
}
        
Elapsed time: 0.99001s