{ "info": { "author": "Bruno Alano Medina", "author_email": "bruno@std.sh", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# aiowhois\n\n[![image](https://img.shields.io/pypi/v/aiowhois.svg)](https://pypi.python.org/pypi/aiowhois)\n[![image](https://img.shields.io/pypi/l/aiowhois.svg)](https://pypi.python.org/pypi/aiowhois)\n[![image](https://img.shields.io/codecov/c/github/brunoalano/aiowhois/master.svg)](https://codecov.io/gh/brunoalano/aiowhois/branch/master)\n[![aiowhois Build status](https://travis-ci.org/brunoalano/aiowhois.svg)](https://travis-ci.org/brunoalano/aiowhois)\n\nAsyncio-based WHOIS supporting **legacy** and **RDAP** protocols.\n\n```python\n>>> import aiowhois\n\n>>> resolv = aiowhois.Whois(timeout=10)\n>>> parsed_whois = await resolv.query(my_domain)\n```\n\n## Why aiowhois?\n\nTODO\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/brunoalano/aiowhois", "keywords": "", "license": "MIT", "maintainer": "Bruno Alano Medina", "maintainer_email": "bruno@std.sh", "name": "aiowhois", "package_url": "https://pypi.org/project/aiowhois/", "platform": "", "project_url": "https://pypi.org/project/aiowhois/", "project_urls": { "Homepage": "https://github.com/brunoalano/aiowhois", "Repository": "https://github.com/brunoalano/aiowhois" }, "release_url": "https://pypi.org/project/aiowhois/0.1.0/", "requires_dist": [ "aiodns (>=1.1,<2.0)", "tldextract (>=2.2,<3.0)", "aiohttp (>=3.4,<4.0)" ], "requires_python": ">=3.6,<4.0", "summary": "Python Asyncio WHOIS Protocol Client", "version": "0.1.0" }, "last_serial": 4581818, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7d7da41e95deaf0c9e6474db6900aa81", "sha256": "f86cc9d935671d717b8ec57ffacdfbb063275bbafe626c51a3b38aa76cab523d" }, "downloads": -1, "filename": "aiowhois-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7d7da41e95deaf0c9e6474db6900aa81", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 8951, "upload_time": "2018-12-10T17:42:28", "url": "https://files.pythonhosted.org/packages/9e/7c/c8e95b123ac8c8f24206fc7a32c2baf8cde29d2d88d07dfb9973c764746d/aiowhois-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d7da41e95deaf0c9e6474db6900aa81", "sha256": "f86cc9d935671d717b8ec57ffacdfbb063275bbafe626c51a3b38aa76cab523d" }, "downloads": -1, "filename": "aiowhois-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7d7da41e95deaf0c9e6474db6900aa81", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 8951, "upload_time": "2018-12-10T17:42:28", "url": "https://files.pythonhosted.org/packages/9e/7c/c8e95b123ac8c8f24206fc7a32c2baf8cde29d2d88d07dfb9973c764746d/aiowhois-0.1.0.tar.gz" } ] }