{ "info": { "author": "Dusan Klinec (ph4r05)", "author_email": "dusan.klinec@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Whois Python lib\n================\n\nThis project has been forked from the\nhttps://bitbucket.org/richardpenman/pywhois\n\n\nGoal\n====\n\n- Create a simple importable Python module which will produce parsed\n WHOIS data for a given domain.\n- Able to extract data for all the popular TLDs (com, org, net, ...)\n- Query a WHOIS server directly instead of going through an\n intermediate web service like many others do.\n- Works with Python 2 & 3\n\n\n\nExample\n=======\n\n.. sourcecode:: python\n\n >>> import ph4whois\n >>> w = ph4whois.whois('webscraping.com')\n >>> w.expiration_date # dates converted to datetime object\n datetime.datetime(2013, 6, 26, 0, 0)\n >>> w.text # the content downloaded from whois server\n u'\\nWhois Server Version 2.0\\n\\nDomain names in the .com and .net \n ...'\n\n >>> print w # print values of all found attributes\n creation_date: 2004-06-26 00:00:00\n domain_name: [u'WEBSCRAPING.COM', u'WEBSCRAPING.COM']\n emails: [u'WEBSCRAPING.COM@domainsbyproxy.com', u'WEBSCRAPING.COM@domainsbyproxy.com']\n expiration_date: 2013-06-26 00:00:00\n ...\n\n\n\nInstall\n=======\n\nInstall from pypi:\n\n.. sourcecode:: bash\n\n pip install ph4-python-whois\n\nOr checkout latest version from repository:\n\n.. sourcecode:: bash\n\n git clone https://github.com/ph4r05/python-whois.git\n\nOriginal repo of the fork\n\n.. sourcecode:: bash\n hg clone https://bitbucket.org/richardpenman/pywhois\n\nNote that then you will need to manually install the futures module, which allows supporting both Python 2 & 3:\n\n\n.. sourcecode:: bash\n\n pip install futures\n\n\n\n\nChangelog\n=========\n\n0.6 - 2016-03-02:\n\n* support added for python 3\n* updated TLD list\n\n0.5 - 2015-09-05:\n\n* added native client, which now handles whois requests by default\n* added pretty formatting to string representation\n* return None instead of raising KeyError when an attribute does not exist\n* new TLD's: .mobi, .io, .kg, .su, .biz\n\n0.4 - 2015-08-13:\n\n* new TLD's: .de, .nl, .ca, .be\n* migrated to bitbucket\n* added socket timeout\n\n0.3 - 2015-03-31:\n\n* improved datetime parsing with python-dateutil when available\n* base WhoisEntry class inherits from dict\n* fixed TLD's: .org, .info\n\n\n\nContact\n=======\n\nYou can post ideas or patches here:\nhttps://bitbucket.org/richardpenman/pywhois/issues\n\nThanks to the many who have sent patches for additional domains!\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ph4r05/python-whois", "keywords": "whois,python", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ph4-python-whois", "package_url": "https://pypi.org/project/ph4-python-whois/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ph4-python-whois/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ph4r05/python-whois" }, "release_url": "https://pypi.org/project/ph4-python-whois/0.6.8/", "requires_dist": null, "requires_python": null, "summary": "Whois querying and parsing of domain registration information.", "version": "0.6.8" }, "last_serial": 2967345, "releases": { "0.6.5": [ { "comment_text": "", "digests": { "md5": "a0a1dc24a2e61c3ac25780695ca1dd79", "sha256": "bc8a7b0e11f0eb3d45aa3e25d2e8d9e3c3b52d855af28b004228272e2160509f" }, "downloads": -1, "filename": "ph4-python-whois-0.6.5.tar.gz", "has_sig": false, "md5_digest": "a0a1dc24a2e61c3ac25780695ca1dd79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17008, "upload_time": "2017-06-22T07:18:07", "url": "https://files.pythonhosted.org/packages/e5/6f/f64fbb93d7e12779b13f526d94c39f8dbf3e5ffb070cf93d9dc125715014/ph4-python-whois-0.6.5.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "ada21a046f0f7e568575cd9c72a54d26", "sha256": "6cc5f646aaf09f2fe1dd8c62afce4ecb141d7af4797b5bbf232f95551d2d81f1" }, "downloads": -1, "filename": "ph4-python-whois-0.6.6.tar.gz", "has_sig": false, "md5_digest": "ada21a046f0f7e568575cd9c72a54d26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17054, "upload_time": "2017-06-22T07:25:43", "url": "https://files.pythonhosted.org/packages/f6/ea/5cdd2d304bdf9c3c7eb5ff949ce3259cfccfa1788450398be4647367acf2/ph4-python-whois-0.6.6.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "4c41702e11b32c0dce02e97c4d25c55b", "sha256": "f56d24ebce0ed5f82874b2c8d4e81e57320403671243851d4a320427ccf0fbfa" }, "downloads": -1, "filename": "ph4-python-whois-0.6.7.tar.gz", "has_sig": false, "md5_digest": "4c41702e11b32c0dce02e97c4d25c55b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17197, "upload_time": "2017-06-22T08:01:38", "url": "https://files.pythonhosted.org/packages/7e/16/95e09ec2ed3ca4bf861d20120d52363190735fcb525724d03e3f456bee9f/ph4-python-whois-0.6.7.tar.gz" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "a5fddbed183fbe61769586d637d3100e", "sha256": "2eb2d191f831f931432a36ea21be0806ac655452db634048ac7aa3ae09d2ecde" }, "downloads": -1, "filename": "ph4-python-whois-0.6.8.tar.gz", "has_sig": false, "md5_digest": "a5fddbed183fbe61769586d637d3100e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80528, "upload_time": "2017-06-22T08:10:33", "url": "https://files.pythonhosted.org/packages/3a/e8/181cb481795f5755231228275dea7bb6637d5747f24cbf29249c2e3afa97/ph4-python-whois-0.6.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5fddbed183fbe61769586d637d3100e", "sha256": "2eb2d191f831f931432a36ea21be0806ac655452db634048ac7aa3ae09d2ecde" }, "downloads": -1, "filename": "ph4-python-whois-0.6.8.tar.gz", "has_sig": false, "md5_digest": "a5fddbed183fbe61769586d637d3100e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80528, "upload_time": "2017-06-22T08:10:33", "url": "https://files.pythonhosted.org/packages/3a/e8/181cb481795f5755231228275dea7bb6637d5747f24cbf29249c2e3afa97/ph4-python-whois-0.6.8.tar.gz" } ] }