{ "info": { "author": "Rustem Sayargaliev", "author_email": "r.sayargaliev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "# whoisp\n\n[![Travis](https://api.travis-ci.org/amureki/whoisp.svg?branch=master)](https://travis-ci.org/amureki/whoisp)\n[![Version](https://img.shields.io/pypi/v/whoisp.svg)](https://pypi.python.org/pypi/whoisp/)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/amureki/whoisp/master/LICENSE)\n\n\nPython wrapper for bash `whois` command.\nSupports Python 3.5, 3.6\n\n### Installation\n\n\tpip install whoisp\n\n\n### Usage\n\n from whoisp import whois\n\n whois_data = whois('yandex.ru').parsed\n whois_data.get('domain_name')\n > ['YANDEX.RU']\n whois_data.get('expiration_date')\n > ['2017-09-30T21:00:00Z']\n\n### Testing\n\n pip install -r requirements_test.txt\n pytest\n\nor\n\n pip install tox\n tox\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amureki/whoisp.git", "keywords": "domain", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "whoisp", "package_url": "https://pypi.org/project/whoisp/", "platform": "", "project_url": "https://pypi.org/project/whoisp/", "project_urls": { "Homepage": "https://github.com/amureki/whoisp.git" }, "release_url": "https://pypi.org/project/whoisp/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "simple whois parser", "version": "0.0.2" }, "last_serial": 2803515, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "356ec0bd14ebe4c2291b6509aa727045", "sha256": "5fdb5b9731a71770b6ca4c4d8aefe1757f3ce28551042203905e12c5ec739370" }, "downloads": -1, "filename": "whoisp-0.0.1.tar.gz", "has_sig": false, "md5_digest": "356ec0bd14ebe4c2291b6509aa727045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4141, "upload_time": "2017-03-31T21:52:38", "url": "https://files.pythonhosted.org/packages/60/33/1e9abf06b59369e93ffa85850f73a88dec3f76620f072363ac9541fd5e63/whoisp-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "58b4789e97ee4fdc8babafa77fc2cdf6", "sha256": "a3f275e271b2c0369c12f90780d15d2a36e3de6deb82446c7f61075e049f0dc1" }, "downloads": -1, "filename": "whoisp-0.0.2.tar.gz", "has_sig": false, "md5_digest": "58b4789e97ee4fdc8babafa77fc2cdf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4234, "upload_time": "2017-04-14T10:30:30", "url": "https://files.pythonhosted.org/packages/33/4b/c93e487ab8c0221822dc1bfd2828e74a3e41312401b8dcd3d367f78bbe4b/whoisp-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58b4789e97ee4fdc8babafa77fc2cdf6", "sha256": "a3f275e271b2c0369c12f90780d15d2a36e3de6deb82446c7f61075e049f0dc1" }, "downloads": -1, "filename": "whoisp-0.0.2.tar.gz", "has_sig": false, "md5_digest": "58b4789e97ee4fdc8babafa77fc2cdf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4234, "upload_time": "2017-04-14T10:30:30", "url": "https://files.pythonhosted.org/packages/33/4b/c93e487ab8c0221822dc1bfd2828e74a3e41312401b8dcd3d367f78bbe4b/whoisp-0.0.2.tar.gz" } ] }