{ "info": { "author": "INWX Developer", "author_email": "developer@inwx.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Software Development" ], "description": "

\n \n \n \n

\n\nINWX Domrobot Python 3 Client\n=========\nYou can access all functions of our frontend via our API, which is available via the XML-RPC or JSON-RPC protocol and thus can be easily consumed with all programming languages.\n\nThere is also an OT&E test system, which you can access via [ote.inwx.com](https://ote.inwx.com/en/). Here you will find the known web interface which is using a test database. On the OT&E system no actions will be charged. So you can test as much as you like there.\n\nDocumentation\n------\nYou can view a detailed description of the API functions in our documentation. You can find the online documentation [by clicking here](https://www.inwx.de/en/help/apidoc).\n\nIf you still experience any kind of problems don't hesitate to contact our [support via email](mailto:support@inwx.de).\n\nInstallation\n-------\nThe recommended way is via pip:\n\n```bash\npip install inwx-domrobot\n```\n\nYou can find more information about the package on [pypi.org](https://pypi.org/project/inwx-domrobot).\n\nExample\n-------\n\n```python\nfrom INWX.Domrobot import ApiClient\n\nusername = ''\npassword = ''\ndomain = 'my-test-domain-which-is-definitely-not-registered6737.com'\n\napi_client = ApiClient(api_url=ApiClient.API_OTE_URL, debug_mode=True)\n\nlogin_result = api_client.login(username, password)\n\nif login_result['code'] == 1000:\n domain_check_result = api_client.call_api(api_method='domain.check', method_params={'domain': domain})\n\n if domain_check_result['code'] == 1000:\n checked_domain = domain_check_result['resData']['domain'][0]\n\n if checked_domain['avail']:\n print(domain + ' is still available!')\n else:\n print('Unfortunately, ' + domain + ' is already registered.')\n\n else:\n raise Exception('Api error while checking domain status. Code: ' + str(domain_check_result['code'])\n + ' Message: ' + domain_check_result['msg'])\n api_client.logout()\nelse:\n raise Exception('Api login error. Code: ' + str(login_result['code']) + ' Message: ' + login_result['msg'])\n```\n\nYou can also have a look at the [example folder](INWX/examples) in the project for even more info.\n\nLicense\n----\n\nMIT\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/inwx/python-client/archive/v3.1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/inwx/python-client", "keywords": "INWX,API,PYTHON,CLIENT,DOMROBOT", "license": "", "maintainer": "", "maintainer_email": "", "name": "inwx-domrobot", "package_url": "https://pypi.org/project/inwx-domrobot/", "platform": "", "project_url": "https://pypi.org/project/inwx-domrobot/", "project_urls": { "Download": "https://github.com/inwx/python-client/archive/v3.1.0.tar.gz", "Homepage": "https://github.com/inwx/python-client" }, "release_url": "https://pypi.org/project/inwx-domrobot/3.1.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "INWX API Python Client", "version": "3.1.0", "yanked": false, "yanked_reason": null }, "last_serial": 7069815, "releases": { "3.0": [ { "comment_text": "", "digests": { "md5": "b80988cf383e441bcadfdc687600d1d0", "sha256": "d522b942435ce20c8784512ff2af8dad0366fcb281e1eac97b82ad241df871fa" }, "downloads": -1, "filename": "inwx_domrobot-3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b80988cf383e441bcadfdc687600d1d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5510, "upload_time": "2019-09-06T11:09:44", "upload_time_iso_8601": "2019-09-06T11:09:44.903699Z", "url": "https://files.pythonhosted.org/packages/ec/08/71d5d566472fcb1a948104ee5ff61a668f34da40885403103ae0af51b103/inwx_domrobot-3.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5436193c27a2ddd57e634a1f0e89e7a8", "sha256": "65aa159f16c15c9f9c6ed95cdfebb89e8f7b3beb71fc6249f56e9e8b1499039b" }, "downloads": -1, "filename": "inwx_domrobot-3.0.tar.gz", "has_sig": false, "md5_digest": "5436193c27a2ddd57e634a1f0e89e7a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4413, "upload_time": "2019-09-06T11:09:46", "upload_time_iso_8601": "2019-09-06T11:09:46.378486Z", "url": "https://files.pythonhosted.org/packages/1d/ba/bdb77bc8457d5cd72aac52a00cae1bfd0366e9c9add6d81c89924efb560f/inwx_domrobot-3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "8efc58f04d1b2bb11e3d0a5e4f4d7fcc", "sha256": "3c5ab152fa76114f7fa58fcbeff75da13d3ad95bd8e605a6ce984f248b9d826a" }, "downloads": -1, "filename": "inwx_domrobot-3.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8efc58f04d1b2bb11e3d0a5e4f4d7fcc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5521, "upload_time": "2019-09-23T12:27:52", "upload_time_iso_8601": "2019-09-23T12:27:52.472482Z", "url": "https://files.pythonhosted.org/packages/0a/11/37401b033a6ef2098081794adc92a4e5364b4540ce448a764adc298191e9/inwx_domrobot-3.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3eb6eec8a5a8789cf15a52715ed150e4", "sha256": "38451d26a29a039d6986df8387d2304b127064f9eac818bca81742830b0adbf9" }, "downloads": -1, "filename": "inwx_domrobot-3.0.1.tar.gz", "has_sig": false, "md5_digest": "3eb6eec8a5a8789cf15a52715ed150e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4398, "upload_time": "2019-09-23T12:27:54", "upload_time_iso_8601": "2019-09-23T12:27:54.289812Z", "url": "https://files.pythonhosted.org/packages/02/19/64a124d254e9371a541dd35919b3948d425347270a1a32d3bdd77b1b9345/inwx_domrobot-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "6a0fc1712e4e804302188b3016da870d", "sha256": "ea626aad221c2bf6af8af5a2892cb798edeb6c7d2b415e886131c56e7e2f9d9e" }, "downloads": -1, "filename": "inwx_domrobot-3.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6a0fc1712e4e804302188b3016da870d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5521, "upload_time": "2019-10-14T12:39:01", "upload_time_iso_8601": "2019-10-14T12:39:01.717375Z", "url": "https://files.pythonhosted.org/packages/eb/d7/a6a2932857ecca8a864b09b671d79398a2fba9eb2d3e405b6ab02d913c4a/inwx_domrobot-3.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "000bab6c599367fadfdf4449f5998f62", "sha256": "af34c38c12604f9775af21b554385164ef3c75f473f499c36175c1958340d27d" }, "downloads": -1, "filename": "inwx_domrobot-3.0.2.tar.gz", "has_sig": false, "md5_digest": "000bab6c599367fadfdf4449f5998f62", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4402, "upload_time": "2019-10-14T12:39:03", "upload_time_iso_8601": "2019-10-14T12:39:03.323196Z", "url": "https://files.pythonhosted.org/packages/7b/43/f26ec1d2182d00485668f47f3d220d96c2a52e257a8c8dfac1bc1fa0b6d3/inwx_domrobot-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "f982b2270c77b2236fd0f9f8ac1ad2d3", "sha256": "13cfc3898795d7f08e74616e2f516a31af3a58ca711ca4d5e5ffdd8cfaa20ff9" }, "downloads": -1, "filename": "inwx_domrobot-3.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "f982b2270c77b2236fd0f9f8ac1ad2d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5536, "upload_time": "2020-01-13T07:06:42", "upload_time_iso_8601": "2020-01-13T07:06:42.149298Z", "url": "https://files.pythonhosted.org/packages/e9/6c/007ce0f74413879f7d5e02e7b03c5da0d5a1d5d592d5cb9b439b2d5fede3/inwx_domrobot-3.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a330d39c20b7d51bc1f0b665b310556", "sha256": "599ac577354aee18fd02770e273f6951c52d77fa262e91f0aa8fa3738ae45f15" }, "downloads": -1, "filename": "inwx_domrobot-3.0.3.tar.gz", "has_sig": false, "md5_digest": "2a330d39c20b7d51bc1f0b665b310556", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4449, "upload_time": "2019-10-28T07:41:25", "upload_time_iso_8601": "2019-10-28T07:41:25.281748Z", "url": "https://files.pythonhosted.org/packages/2e/91/2f1424ab8f91c138cac24009141a6cdfbde786722fa45e90c403c7b98de0/inwx_domrobot-3.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "1950b3f058c4b7cedf2359192ae4064d", "sha256": "fa912eee777a92186f2870249593a5c5dc3534e002b05d9890e8842a9c044adf" }, "downloads": -1, "filename": "inwx_domrobot-3.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1950b3f058c4b7cedf2359192ae4064d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5533, "upload_time": "2020-01-03T10:13:59", "upload_time_iso_8601": "2020-01-03T10:13:59.065658Z", "url": "https://files.pythonhosted.org/packages/dc/21/af9aa390e2b5dd05407ae155e2ada00d313afdf3fe761a1b04e52b59f80c/inwx_domrobot-3.0.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "92eb562f99fa0d00dab661f6b3ce2e4b", "sha256": "e4540b94445462e2276e16a3429eefc807a05399eb268d38a1f3b699e4c15207" }, "downloads": -1, "filename": "inwx_domrobot-3.0.4.tar.gz", "has_sig": false, "md5_digest": "92eb562f99fa0d00dab661f6b3ce2e4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4453, "upload_time": "2020-01-03T10:14:00", "upload_time_iso_8601": "2020-01-03T10:14:00.725199Z", "url": "https://files.pythonhosted.org/packages/9e/1d/1db53bb464a0a4d7e96a823c81d0afad92306ea8d431f432a75ac5e8c45e/inwx_domrobot-3.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "835e711a918d46a75721d917245b22f2", "sha256": "57b34c99316cb89227e254a09393e83db92e17e425a889d546f9cc9a54fae1e7" }, "downloads": -1, "filename": "inwx_domrobot-3.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "835e711a918d46a75721d917245b22f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5542, "upload_time": "2020-01-13T07:01:32", "upload_time_iso_8601": "2020-01-13T07:01:32.305070Z", "url": "https://files.pythonhosted.org/packages/8f/6b/5c5e3487a7d363bcb35802e2226a3c0e74c47eac9a42bce29012ed08f4d8/inwx_domrobot-3.0.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9482bbb8fc65b981afe3ba0f4b5caa80", "sha256": "8f25a26ed14fa1ac82b56006c1e018343d4fd534e481087a399cae0dd173a537" }, "downloads": -1, "filename": "inwx-domrobot-3.0.5.tar.gz", "has_sig": false, "md5_digest": "9482bbb8fc65b981afe3ba0f4b5caa80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4476, "upload_time": "2020-01-13T07:01:33", "upload_time_iso_8601": "2020-01-13T07:01:33.383518Z", "url": "https://files.pythonhosted.org/packages/24/b4/32cdd419123531191def7e36693efda8346d36e335aa259245ec861025d2/inwx-domrobot-3.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.6": [ { "comment_text": "", "digests": { "md5": "718971a74eebcd3cf5dc96a3e7499130", "sha256": "e2d799880328e322b7435ad7d67a8e6459bd220a81e8f9aa54221291b8a20db4" }, "downloads": -1, "filename": "inwx_domrobot-3.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "718971a74eebcd3cf5dc96a3e7499130", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5554, "upload_time": "2020-04-21T17:23:07", "upload_time_iso_8601": "2020-04-21T17:23:07.175449Z", "url": "https://files.pythonhosted.org/packages/2b/ec/594ff1ee11d87d0eedb8053b6fa57cd092850a4b72abc1bae1ee259a165a/inwx_domrobot-3.0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5a6bf2281fcef0cfb9f6331aa6579ae7", "sha256": "60a9da31e087e3c88adef38ea24d34f86d0bfa9f5032d0e85f3cc11732d3cb17" }, "downloads": -1, "filename": "inwx-domrobot-3.0.6.tar.gz", "has_sig": false, "md5_digest": "5a6bf2281fcef0cfb9f6331aa6579ae7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4432, "upload_time": "2020-04-21T17:23:08", "upload_time_iso_8601": "2020-04-21T17:23:08.742481Z", "url": "https://files.pythonhosted.org/packages/27/6b/355b807be62adf1a2620d5f2bbb0b16bdf77f765f720868256a9a6b0fb22/inwx-domrobot-3.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "0d04294d994230ef4836f401c825c189", "sha256": "2fd766fbe38e10062dcdd0be2a2323fc954679798a321a2bcf6afe87c5f2e7a7" }, "downloads": -1, "filename": "inwx_domrobot-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0d04294d994230ef4836f401c825c189", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5603, "upload_time": "2020-04-21T18:09:50", "upload_time_iso_8601": "2020-04-21T18:09:50.956049Z", "url": "https://files.pythonhosted.org/packages/ad/8f/ceda033f32e0c50285cbee1ef202c2a8c48d05126f773bb75ffa845d8905/inwx_domrobot-3.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "027f50b6e64e663cd66baed62248e262", "sha256": "22457fb5e1f57e91ca46c32b7f0c2145dd09870fcfd4bc793c172d9ffa9b4a24" }, "downloads": -1, "filename": "inwx-domrobot-3.1.0.tar.gz", "has_sig": false, "md5_digest": "027f50b6e64e663cd66baed62248e262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4474, "upload_time": "2020-04-21T18:09:52", "upload_time_iso_8601": "2020-04-21T18:09:52.102034Z", "url": "https://files.pythonhosted.org/packages/0e/99/b7e28311d5336ea0326ae3cc1d858e11092be202657277d5a6b70db9492a/inwx-domrobot-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0d04294d994230ef4836f401c825c189", "sha256": "2fd766fbe38e10062dcdd0be2a2323fc954679798a321a2bcf6afe87c5f2e7a7" }, "downloads": -1, "filename": "inwx_domrobot-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0d04294d994230ef4836f401c825c189", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5603, "upload_time": "2020-04-21T18:09:50", "upload_time_iso_8601": "2020-04-21T18:09:50.956049Z", "url": "https://files.pythonhosted.org/packages/ad/8f/ceda033f32e0c50285cbee1ef202c2a8c48d05126f773bb75ffa845d8905/inwx_domrobot-3.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "027f50b6e64e663cd66baed62248e262", "sha256": "22457fb5e1f57e91ca46c32b7f0c2145dd09870fcfd4bc793c172d9ffa9b4a24" }, "downloads": -1, "filename": "inwx-domrobot-3.1.0.tar.gz", "has_sig": false, "md5_digest": "027f50b6e64e663cd66baed62248e262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4474, "upload_time": "2020-04-21T18:09:52", "upload_time_iso_8601": "2020-04-21T18:09:52.102034Z", "url": "https://files.pythonhosted.org/packages/0e/99/b7e28311d5336ea0326ae3cc1d858e11092be202657277d5a6b70db9492a/inwx-domrobot-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }