{ "info": { "author": "Jingchao Hu(observerss)", "author_email": "jingchaohu@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pygodaddy\n==========\n\n.. image:: https://travis-ci.org/observerss/pygodaddy.png?branch=master\n :target: https://travis-ci.org/observerss/pygodaddy\n\n\nPyGoDaddy is a 3rd-party client library, written in Python, for site admins(devs), to make GoDaddy suck less. \n\nCurrently, Only A-Record manipulation is supported\n\nFeatures\n--------\n\n- Login with a USERNAME and a PASSWORD\n- CREATE, READ, UPDATE, DELETE your domain's DNS Records (A-Record only for now)\n\nINSTALL\n-------\n\nTo install pygodaddy, simply:\n\n.. code-block:: bash\n \n pip install pygodaddy\n\n\nQUICKSTART\n----------\n\n.. code-block:: python\n\n from pygodaddy import GoDaddyClient\n client = GoDaddyClient()\n if client.login(username, password):\n print client.find_domains()\n client.update_dns_record('sub.example.com', '1.2.3.4')\n\nDOCS\n----\n\nhttps://pygodaddy.readthedocs.org/\n\nOr you can always refer to ``docstrings`` and ``tests``\n\n\nTESTING\n-------\n\nCreate a file in `tests/accounts.py`\n\nPut settings in this file::\n \n accounts = [\n {\n 'username': 'USERNAME',\n 'password': 'PASSWORD',\n 'test_domain': 'DOMAIN.NAME',\n },\n ]\n\nrun `nosetests tests` in root directory\n\n\n0.2.0 (2015-03-11)\n++++++++++++++++++\n\n* Added logging messages to add, delete, edit, save, and update methods\n\n0.1.9 (2015-03-11)\n++++++++++++++++++\n\n* Fix _split_hostname() method (thanks to @artoleus and @sjpengelly)\n\n0.1.8 (2015-02-28)\n++++++++++++++++++\n\n* Fix \".co.uk\" type of domain (thanks to @sjpengelly)\n\n0.1.7 (2015-02-02)\n++++++++++++++++++\n\n* Fix CSRF (thanks to @DanChianucci)\n\n0.1.1-0.1.6 (2013-07-12)\n++++++++++++++++++++++++\n\n* Fix a lot pypi stuff\n\n0.1.0 (2013-07-12)\n++++++++++++++++++\n\n* Birth!\n\n\n0.0.1 (2011-07-12)\n++++++++++++++++++\n\n* Frustration\n* Conception", "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/observerss/pygodaddy", "keywords": null, "license": "Apache License, Version 2.0\nApache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/", "maintainer": null, "maintainer_email": null, "name": "pygodaddy", "package_url": "https://pypi.org/project/pygodaddy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygodaddy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/observerss/pygodaddy" }, "release_url": "https://pypi.org/project/pygodaddy/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "3rd Party Client Library for Manipulating Go Daddy DNS Records.", "version": "0.2.2" }, "last_serial": 1530075, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "834cd9677428764640fb0bf03cfa2446", "sha256": "db769568fe6a43ac6f2f90de897f44ca4eac59cbab44aba95b7dfaae3b611852" }, "downloads": -1, "filename": "pygodaddy-0.1.tar.gz", "has_sig": false, "md5_digest": "834cd9677428764640fb0bf03cfa2446", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7213, "upload_time": "2013-07-12T08:23:14", "url": "https://files.pythonhosted.org/packages/4e/87/28d511c9742ea0689c6708db25ecfa5f1754a95fe599de4882826989ca95/pygodaddy-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "88e3142de30117ef5f8e6e83368a778a", "sha256": "a8b26866db8dfa293693f0294659012692d975dcbccf4c39089219e5ac58d5dd" }, "downloads": -1, "filename": "pygodaddy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "88e3142de30117ef5f8e6e83368a778a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7948, "upload_time": "2013-07-12T08:43:50", "url": "https://files.pythonhosted.org/packages/c4/07/a2655d4122bfe064103ebbfbcd3c089b5c050bf15b4720a8de52edfeeaaa/pygodaddy-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "1f75279314ca56f6c36ae37e51324046", "sha256": "5d7da0c23fe0465d9f7572a41c96c0b7665b4445cba660cc0c90f113638b4e61" }, "downloads": -1, "filename": "pygodaddy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "1f75279314ca56f6c36ae37e51324046", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7973, "upload_time": "2013-07-12T08:46:56", "url": "https://files.pythonhosted.org/packages/29/d2/752bd01eb310a235e8c9d851908da298226aebcdcea2d1fe6779c3c93e65/pygodaddy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "090e38472b9a2f126c307c36d5603544", "sha256": "7c8a5581e86cda35e98d2eed221971ced0ff3d6d6c4df018ad4b87aec637d1e7" }, "downloads": -1, "filename": "pygodaddy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "090e38472b9a2f126c307c36d5603544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4501, "upload_time": "2013-07-12T08:56:14", "url": "https://files.pythonhosted.org/packages/8e/8a/b38b6bca58fc1687ae4cf916fc2c2db320752f6341e6f28c1cc4cf066339/pygodaddy-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "34fc4e931d30869066606fd13d217bfc", "sha256": "50dda3d2b385c04a265183b81f848a95fe0d7a331e7d97c6032b622133245a62" }, "downloads": -1, "filename": "pygodaddy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "34fc4e931d30869066606fd13d217bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4886, "upload_time": "2013-07-12T08:59:42", "url": "https://files.pythonhosted.org/packages/91/bf/8c4e0839c575c87d3965d58da0fb2a8a31bf338d2827e9275942c244c4f1/pygodaddy-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "1d7e5a289cd86e1c1bfbee317edfce54", "sha256": "fb6a5ed2659a73f8d4c8aaf795c7d0e8cabdea377c5f6c5ce6266d9c9c999e15" }, "downloads": -1, "filename": "pygodaddy-0.1.5.tar.gz", "has_sig": false, "md5_digest": "1d7e5a289cd86e1c1bfbee317edfce54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4881, "upload_time": "2013-07-12T09:01:07", "url": "https://files.pythonhosted.org/packages/fa/c3/3bfcb6c4bc723ab5e249b33930dcad3a2cb49849940bbbe4ed3da15bee65/pygodaddy-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "1719424a6636a82e3f6664d0ef0b51a8", "sha256": "4955824ea565f9973d32d5bb6dfde70b32ba6674c890d08132c78c6ced034eae" }, "downloads": -1, "filename": "pygodaddy-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1719424a6636a82e3f6664d0ef0b51a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4914, "upload_time": "2013-07-12T09:12:40", "url": "https://files.pythonhosted.org/packages/9c/fb/2c6734b2794e120141998feddddb5aaa95c7580c8a2ea30b8ae9db5ea725/pygodaddy-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "8587883cb0f3405ed4b307789716e68c", "sha256": "bc93716c900b4fcdc7c086f55830f648536f4461be0658e408af43ebf9c9bdfc" }, "downloads": -1, "filename": "pygodaddy-0.1.7.tar.gz", "has_sig": false, "md5_digest": "8587883cb0f3405ed4b307789716e68c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5190, "upload_time": "2015-02-03T01:58:05", "url": "https://files.pythonhosted.org/packages/26/29/9ea0a3614257bcb3c6ca2c6d916abbc67ab3e60c7ec290662975a65cd95f/pygodaddy-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "a97787168b6f607b35546930c15be20e", "sha256": "c940de9ac8458d6e3df91bb684af4d1789dc7b0e667e91ba89bd71fa6e9d1cd4" }, "downloads": -1, "filename": "pygodaddy-0.1.8.tar.gz", "has_sig": false, "md5_digest": "a97787168b6f607b35546930c15be20e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5302, "upload_time": "2015-02-28T09:42:22", "url": "https://files.pythonhosted.org/packages/e3/1a/0e7ded1edf9d1a6dd789d2acbf4cb4713407edad0aa19c38259ee5aa6c15/pygodaddy-0.1.8.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5fe295b71d20667f13b28e58d059618f", "sha256": "4496669f8496fa7b88ce6eb4e4479bf7f01bde6426f34d02c36b07be98526a9d" }, "downloads": -1, "filename": "pygodaddy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5fe295b71d20667f13b28e58d059618f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5424, "upload_time": "2015-03-12T08:20:38", "url": "https://files.pythonhosted.org/packages/7d/ca/f66a87b8e9d6ec7b64eb0d2700c33f017d1610734010997074f2b4c41a23/pygodaddy-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "088257cb0b10a8e3bb76b6416e4b0e3a", "sha256": "78135aa80dd99c8f63310c1aabcd910566a02b4ff8d14ed731cf5cd289db8e96" }, "downloads": -1, "filename": "pygodaddy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "088257cb0b10a8e3bb76b6416e4b0e3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5446, "upload_time": "2015-03-23T05:47:35", "url": "https://files.pythonhosted.org/packages/13/95/cd3431e32488ba8b0e3d76eb55386b0e025f14064cd6fb82b579756e62eb/pygodaddy-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e99157dd67fc36a7a381cce7f2457f83", "sha256": "de48ec307ddecee00a366b04fe721137a62bd1e4513cf85949205bbbc793ed62" }, "downloads": -1, "filename": "pygodaddy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e99157dd67fc36a7a381cce7f2457f83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5446, "upload_time": "2015-03-27T11:00:00", "url": "https://files.pythonhosted.org/packages/0c/47/fb9827bef41d19bf6d3cba5efb66dd8d186cc9793fef586d624ea6b7068b/pygodaddy-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e99157dd67fc36a7a381cce7f2457f83", "sha256": "de48ec307ddecee00a366b04fe721137a62bd1e4513cf85949205bbbc793ed62" }, "downloads": -1, "filename": "pygodaddy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e99157dd67fc36a7a381cce7f2457f83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5446, "upload_time": "2015-03-27T11:00:00", "url": "https://files.pythonhosted.org/packages/0c/47/fb9827bef41d19bf6d3cba5efb66dd8d186cc9793fef586d624ea6b7068b/pygodaddy-0.2.2.tar.gz" } ] }