{ "info": { "author": "Theo van der Sluijs", "author_email": "theo@vandersluijs.nl", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "README\n======\n\nDomain Availability API helps you check whether a domain name is\navailable for registration quickly and accurately.\n\nTo get started you need a developer's account with WhoisXmlApi.com.\nAuthentication is required each time in order to use the API. The first\n500 domain name availability lookups are complimentary when you register\nfor a free developer account.\n\nThe maximum number of requests per second is 30. In case that the limit\nis breached, your subsequent requests will be rejected until the next\nsecond.\n\nHow do I get set up?\n--------------------\n\n- Install this script with:\n\n - pip3 py\\_whoisxmlapi --upgrade (or pip py\\_whoisxmlapi --upgrade )\n\n- ready to use it!\n\nHow do I use it\n---------------\n\n::\n\n from py_whoisxmlapi import domainAvailability\n\n usr = \"user name\"\n pwd = \"your Password\"\n\n domain = \"google.com\"\n\n d = domainAvailability(usr, pwd)\n\n data = d.getData(domain)\n\n**Output :**\n\n::\n\n {\"DomainInfo\": {\n \"domainAvailability\": \"UNAVAILABLE\",\n \"domainName\": \"google.com\"\n }}\n\nThats all!!\n\nWho do I talk to?\n-----------------\n\n- Theodorus van der Sluijs (friends call me Theo)\n- theodorus@vandersluijs.nl\n\nLicense\n-------\n\nAttribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)\n\nYou are free to:\n~~~~~~~~~~~~~~~~\n\n- Share \u2014 copy and redistribute the material in any medium or format\n- Adapt \u2014 remix, transform, and build upon the material\n\n-The licensor cannot revoke these freedoms as long as you follow the\nlicense terms.-\n\nUnder the following terms:\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Attribution \u2014 You must give appropriate credit, provide a link to the\n license, and indicate if changes were made. You may do so in any\n reasonable manner, but not in any way that suggests the licensor\n endorses you or your use.\n- NonCommercial \u2014 You may not use the material for commercial purposes.\n- ShareAlike \u2014 If you remix, transform, or build upon the material, you\n must distribute your contributions under the same license as the\n original.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/tvdsluijs/py_whoisxmlapi", "keywords": "whois domains", "license": "CC BY-NC-SA 4.0", "maintainer": "", "maintainer_email": "", "name": "py-whoisxmlapi", "package_url": "https://pypi.org/project/py-whoisxmlapi/", "platform": "", "project_url": "https://pypi.org/project/py-whoisxmlapi/", "project_urls": { "Homepage": "https://bitbucket.org/tvdsluijs/py_whoisxmlapi" }, "release_url": "https://pypi.org/project/py-whoisxmlapi/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Python3 WhoisService data parser", "version": "0.1.4" }, "last_serial": 3612062, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "883d3f63023665d1390c3edaebfaf78c", "sha256": "a08a0e60538442bbe0eacd4dd0237f630defbf8e0a830b6ec58abfcf0514a072" }, "downloads": -1, "filename": "py_whoisxmlapi-0.1.3.tar.gz", "has_sig": false, "md5_digest": "883d3f63023665d1390c3edaebfaf78c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3000, "upload_time": "2018-02-23T09:58:08", "url": "https://files.pythonhosted.org/packages/a0/08/2e9f52fc6547baca7f913b5a01e88cf7921c554b3819cd7f370977c96641/py_whoisxmlapi-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "3a8e2103451c0553967583d690df2251", "sha256": "35e97fb25eb35ac0cff909abce1d738c9c48c9fd80968a7f84654e2d767e41db" }, "downloads": -1, "filename": "py_whoisxmlapi-0.1.4.tar.gz", "has_sig": false, "md5_digest": "3a8e2103451c0553967583d690df2251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3029, "upload_time": "2018-02-24T13:02:56", "url": "https://files.pythonhosted.org/packages/47/26/4f7e0698ed87cd1c2ec6f665889e7121ccffee1ab7c8305f8fb8fa1b832e/py_whoisxmlapi-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a8e2103451c0553967583d690df2251", "sha256": "35e97fb25eb35ac0cff909abce1d738c9c48c9fd80968a7f84654e2d767e41db" }, "downloads": -1, "filename": "py_whoisxmlapi-0.1.4.tar.gz", "has_sig": false, "md5_digest": "3a8e2103451c0553967583d690df2251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3029, "upload_time": "2018-02-24T13:02:56", "url": "https://files.pythonhosted.org/packages/47/26/4f7e0698ed87cd1c2ec6f665889e7121ccffee1ab7c8305f8fb8fa1b832e/py_whoisxmlapi-0.1.4.tar.gz" } ] }