{ "info": { "author": "Paul Kremer", "author_email": "paul@spurious.biz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: DFSG approved", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: BSD", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet", "Topic :: Internet :: Name Service (DNS)", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Systems Administration" ], "description": "Dyndnsc - dynamic dns update client\n===================================\n\n.. image:: https://img.shields.io/pypi/v/dyndnsc.svg\n :target: https://pypi.python.org/pypi/dyndnsc\n\n.. image:: https://img.shields.io/pypi/l/dyndnsc.svg\n :target: https://pypi.python.org/pypi/dyndnsc\n\n.. image:: https://img.shields.io/pypi/pyversions/dyndnsc.svg\n :target: https://pypi.python.org/pypi/dyndnsc\n\n.. image:: https://travis-ci.org/infothrill/python-dyndnsc.svg?branch=master\n :target: https://travis-ci.org/infothrill/python-dyndnsc\n\n.. image:: https://img.shields.io/coveralls/infothrill/python-dyndnsc/master.svg\n :target: https://coveralls.io/r/infothrill/python-dyndnsc?branch=master\n :alt: Code coverage\n\n*Dyndnsc* is a command line client for sending updates to dynamic\ndns (ddns, dyndns) services. It supports multiple protocols and services,\nand it has native support for ipv6. The configuration file allows\nusing foreign, but compatible services. *Dyndnsc* ships many different IP\ndetection mechanisms, support for configuring multiple services in one place\nand it has a daemon mode for running unattended. It has a plugin system\nto provide external notification services.\n\n\nQuickstart / Documentation\n==========================\nSee the Quickstart section of the https://dyndnsc.readthedocs.io/\n\n\nInstallation\n============\n\n.. code-block:: bash\n\n # from pypi:\n pip install dyndnsc\n\n # using docker:\n docker pull infothrill/dyndnsc-x86-alpine\n\n # from downloaded source:\n python setup.py install\n\n # directly from github:\n pip install https://github.com/infothrill/python-dyndnsc/zipball/develop\n\n\nRequirements\n============\n* Python 2.7 or 3.4+\n\n\nStatus\n======\n*Dyndnsc* is still in alpha stage, which means that any interface can still\nchange at any time. For this to change, it shall be sufficient to have\ndocumented use of this package which will necessitate stability (i.e.\ncommunity process).\n\n\n.. :changelog:\n\nRelease history\n---------------\n0.5.1 (July 7th 2019)\n++++++++++++++++++++++\n- improved: pin pytest version to `version smaller than 5.0.0 `_\n\n0.5.0 (June 25th 2019)\n++++++++++++++++++++++\n- improved: simplified notification plugin and externalized them using entry_points\n- added: WAN IP detection through DNS (detector 'dnswanip')\n- improved: replaced built-in daemon code with `daemonocle `_\n- switched to `pytest `_ for running tests\n- changed (**INCOMPATIBLE**): dropped support for python 2.6 and python 3.3\n- added: new command line option -v to control verbosity\n- improved: infinite loop and daemon stability, diagnostics #57\n- improved: updated list of external urls for IP discovery\n- improved: install documentation updated\n- improved: add many missing docstrings and fixed many code smells\n- improved: run `flake8 `_ code quality checks in CI\n- improved: run `check-manifest `_ in CI\n- improved: run `safety `_ in CI\n\n0.4.4 (December 27th 2017)\n++++++++++++++++++++++++++\n- fixed: fixed wheel dependency on python 2.6 and 3.3\n- fixed: pep8 related changes, doc fixes\n\n0.4.3 (June 26th 2017)\n++++++++++++++++++++++\n- fixed: nsupdate URLs\n- fixed: several minor cosmetic issues, mostly testing related\n\n0.4.2 (March 8th 2015)\n++++++++++++++++++++++\n- added: support for https://www.duckdns.org\n- fixed: user configuration keys now override built-in presets\n\n0.4.1 (February 16th 2015)\n++++++++++++++++++++++++++\n- bugfixes\n\n0.4.0 (February 15th 2015)\n++++++++++++++++++++++++++\n\n- changed (**INCOMPATIBLE**): command line arguments have been drastically adapted\n to fit different update protocols and detectors\n- added: config file support\n- added: running against multiple update services in one go using config file\n- improved: for python < 3.2, install more dependencies to get SNI support\n- improved: the DNS resolution automatically resolves using the same address\n family (ipv4/A or ipv6/AAAA or any) as the detector configured\n- improved: it is now possible to specify arbitrary service URLs for the\n different updater protocols.\n- fixed: naming conventions\n- fixed: http connection robustness (i.e. catch more errors and handle them as\n being transient)\n- changed: dependency on netifaces was removed, but if installed, the\n functionality remains in place\n- a bunch of pep8, docstring and documntation updates\n\n0.3.4 (January 3rd 2014)\n++++++++++++++++++++++++\n- added: initial support for dnsimple.com through\n `dnsimple-dyndns `_\n- added: plugin based desktop notification (growl and OS X notification center)\n- changed: for python3.3+, use stdlib 'ipaddress' instead of 'IPy'\n- improved: dyndns2 update is now allowed to timeout\n- improved: freedns.afraid.org robustness\n- improved: webcheck now has an http timeout\n- improved: naming conventions in code\n- added: initial documentation using sphinx\n\n0.3.3 (December 2nd 2013)\n+++++++++++++++++++++++++\n- added: experimental support for http://freedns.afraid.org\n- added: detecting ipv6 addresses using 'webcheck6' or 'webcheck46'\n- fixed: long outstanding state bugs in detector base class\n- improved: input validation in Iface detection\n- improved: support pytest conventions\n\n0.3.2 (November 16th 2013)\n++++++++++++++++++++++++++\n- added: command line option --debug to explicitly increase loglevel\n- fixed potential race issues in detector base class\n- fixed: several typos, test structure, naming conventions, default loglevel\n- changed: dynamic importing of detector code\n\n0.3.1 (November 2013)\n+++++++++++++++++++++\n- added: support for https://nsupdate.info\n- fixed: automatic installation of 'requests' with setuptools dependencies\n- added: more URL sources for 'webcheck' IP detection\n- improved: switched optparse to argparse for future-proofing\n- fixed: logging initialization warnings\n- improved: ship tests with source tarball\n- improved: use reStructuredText rather than markdown\n\n0.3 (October 2013)\n+++++++++++++++++++\n- moved project to https://github.com/infothrill/python-dyndnsc\n- added continuous integration tests using http://travis-ci.org\n- added unittests\n- dyndnsc is now a package rather than a single file module\n- added more generic observer/subject pattern that can be used for\n desktop notifications\n- removed growl notification\n- switched all http related code to the \"requests\" library\n- added http://www.noip.com\n- removed dyndns.majimoto.net\n- dropped support for python <= 2.5 and added support for python 3.2+\n\n0.2.1 (February 2013)\n+++++++++++++++++++++\n- moved code to git\n- minimal PEP8 changes and code restructuring\n- provide a makefile to get dependencies using buildout\n\n0.2.0 (February 2010)\n+++++++++++++++++++++\n- updated IANA reserved IP address space\n- Added new IP Detector: running an external command\n- Minimal syntax changes based on the 2to3 tool, but remaining compatible\n with python 2.x\n\n0.1.2 (July 2009)\n+++++++++++++++++\n- Added a couple of documentation files to the source distribution\n\n0.1.1 (September 2008)\n++++++++++++++++++++++\n- Focus: initial public release\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/infothrill/python-dyndnsc", "keywords": "dynamic dns dyndns", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "dyndnsc", "package_url": "https://pypi.org/project/dyndnsc/", "platform": "", "project_url": "https://pypi.org/project/dyndnsc/", "project_urls": { "Homepage": "https://github.com/infothrill/python-dyndnsc" }, "release_url": "https://pypi.org/project/dyndnsc/0.5.1/", "requires_dist": [ "daemonocle (>=1.0.1)", "dnspython (>=1.15.0)", "netifaces (>=0.10.5)", "requests (>=2.0.1)", "setuptools", "IPy (>=0.56) ; python_version<'3.0'", "argparse ; python_version<'3.0'", "pyOpenSSL ; python_version<'3.0'", "ndg-httpsclient ; python_version<'3.0'", "pyasn1 ; python_version<'3.0'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "dynamic dns (dyndns) update client with support for multiple protocols", "version": "0.5.1" }, "last_serial": 5497556, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "e45304e7e43934a7f77e1b6cb8c8a760", "sha256": "2c8ed5b028592b16ad7fedaca907fed5664c5fc5ed33252475f46a274881b85d" }, "downloads": -1, "filename": "dyndnsc-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e45304e7e43934a7f77e1b6cb8c8a760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13946, "upload_time": "2012-08-04T14:41:26", "url": "https://files.pythonhosted.org/packages/d4/3f/4e1ff2606e00b1c5f76f9b74e841e4f5f5782e395346060f33c1d922a59f/dyndnsc-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "efb647062cfbc8f85c668fa357bd058e", "sha256": "b14ddca60194250b5aa4b038d4d5c78fd5a3599858f215f95eb1ad8e3f5464c5" }, "downloads": -1, "filename": "dyndnsc-0.2.1.tar.gz", "has_sig": false, "md5_digest": "efb647062cfbc8f85c668fa357bd058e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13482, "upload_time": "2013-02-11T21:21:17", "url": "https://files.pythonhosted.org/packages/8e/45/1d981e5724eb69dcca64b5eaa420384eb9661b53f61485d4531f9e3c36af/dyndnsc-0.2.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "ed48f1671f4e927b3fc2fa7f57d00383", "sha256": "b2ce79e117101a8ecd9195fab3ddb4896b170c3f168e9a575b32ec3c72bbd44f" }, "downloads": -1, "filename": "dyndnsc-0.3.tar.gz", "has_sig": false, "md5_digest": "ed48f1671f4e927b3fc2fa7f57d00383", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12383, "upload_time": "2013-10-26T22:33:56", "url": "https://files.pythonhosted.org/packages/d3/e6/8ed50f62c5ec61ffddde314a9c795df2c99422e49181b290aec99c8e6710/dyndnsc-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "87cbdacf3fe46500118179b60b5691f8", "sha256": "71edfa929e6439ad77af8073a41981966963f6e1a9c3c73082a188be7f2e5d16" }, "downloads": -1, "filename": "dyndnsc-0.3.1.tar.gz", "has_sig": false, "md5_digest": "87cbdacf3fe46500118179b60b5691f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15786, "upload_time": "2013-11-09T15:35:20", "url": "https://files.pythonhosted.org/packages/70/73/009577ef3d44762596b461b6ee4af6f79f5fcab6769d01445c9971d67ef2/dyndnsc-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "8c42f804c7486c87f01a2d1623777d3e", "sha256": "01403499ee826a81e6b1db364c291abaf5dc387da6924116fe4962414317dc5b" }, "downloads": -1, "filename": "dyndnsc-0.3.2-py27-none-any.whl", "has_sig": false, "md5_digest": "8c42f804c7486c87f01a2d1623777d3e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 25317, "upload_time": "2013-11-16T14:08:21", "url": "https://files.pythonhosted.org/packages/19/d6/3ed407c8632e55891307b9496e9895d94082ed6cdfd2f0e7a5bab0834cab/dyndnsc-0.3.2-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37cafb88e17a65b609d0d28a3fff89cd", "sha256": "5e90095ebcf3a4fb17383813fb36e90736855b74725d5e068e9137357ce8cdb7" }, "downloads": -1, "filename": "dyndnsc-0.3.2-py33-none-any.whl", "has_sig": false, "md5_digest": "37cafb88e17a65b609d0d28a3fff89cd", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 25312, "upload_time": "2013-11-16T14:08:11", "url": "https://files.pythonhosted.org/packages/29/47/6940bcd4bfa970507141c0d11005f02a84ce6d2cbb313fb7a3e7fbe2c171/dyndnsc-0.3.2-py33-none-any.whl" }, { "comment_text": "", "digests": { "md5": "405634cf8319f651fe03e2a4cd59e9b3", "sha256": "904a7eefe45fafa7dfca7f497d59b052f4ae50d2761f3f6d1ab6767bfd1dda65" }, "downloads": -1, "filename": "dyndnsc-0.3.2.tar.gz", "has_sig": false, "md5_digest": "405634cf8319f651fe03e2a4cd59e9b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16603, "upload_time": "2013-11-16T14:07:58", "url": "https://files.pythonhosted.org/packages/db/fb/c7fe23f406a3c8d4e4bd82db62d99c10d5731f3bc35eec4de7704d2f1be5/dyndnsc-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "f7178e08892b37be6c1bec6ae61ecf7a", "sha256": "b9629fbfe1cbee4ec050e4d916a20f3b89c34e19974fb51a8b6d70154d5ae5ab" }, "downloads": -1, "filename": "dyndnsc-0.3.3-py27-none-any.whl", "has_sig": false, "md5_digest": "f7178e08892b37be6c1bec6ae61ecf7a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 28266, "upload_time": "2013-12-01T23:26:33", "url": "https://files.pythonhosted.org/packages/1a/2f/e98b846ea2ab570f7a1667f258de6a54c5499cca87a94249117e9c10b7fa/dyndnsc-0.3.3-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c52f90f0b5c9d5135067f2916ddb7ab3", "sha256": "b995fb841da5028a2c1e8edbf341db54c0e18609bda22b579b5cc3f4a927b3ed" }, "downloads": -1, "filename": "dyndnsc-0.3.3-py32-none-any.whl", "has_sig": false, "md5_digest": "c52f90f0b5c9d5135067f2916ddb7ab3", "packagetype": "bdist_wheel", "python_version": "3.2", "requires_python": null, "size": 30465, "upload_time": "2013-12-01T23:27:47", "url": "https://files.pythonhosted.org/packages/dc/9f/d51bd77b28522ede93f3f8e45937856a97c60b542635f916394dc7e125d6/dyndnsc-0.3.3-py32-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3f64598616c5cb69b800f112b5fdf34", "sha256": "0fc181467607969007bcc0b4371cb215b6644e20cdc953c564557693c5cc6978" }, "downloads": -1, "filename": "dyndnsc-0.3.3-py33-none-any.whl", "has_sig": false, "md5_digest": "e3f64598616c5cb69b800f112b5fdf34", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 28290, "upload_time": "2013-12-01T23:27:33", "url": "https://files.pythonhosted.org/packages/58/71/e1abe04d17372eab34012822261ebc4d0685f3e2d8980aaa9dfdc0067bed/dyndnsc-0.3.3-py33-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6cddb09e9b6ca681c47e07a0529383d2", "sha256": "bd0ac79a558b1540086967428088a5807b65967f1dc613717a0f53a9e2c5f71e" }, "downloads": -1, "filename": "dyndnsc-0.3.3.tar.gz", "has_sig": false, "md5_digest": "6cddb09e9b6ca681c47e07a0529383d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18682, "upload_time": "2013-12-01T23:26:18", "url": "https://files.pythonhosted.org/packages/0a/00/1724b5b431b22e54ec31cc8dcbcaae9e1e635f002766af475cdb604de607/dyndnsc-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "2e088d24c42e1057fbb8a5827064eff7", "sha256": "ad5b5e250e21f7079aaa65ca3e2bf49bc360c87afd708aef67e0397c916d4d08" }, "downloads": -1, "filename": "dyndnsc-0.3.4-py27-none-any.whl", "has_sig": false, "md5_digest": "2e088d24c42e1057fbb8a5827064eff7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 35584, "upload_time": "2014-01-03T12:58:02", "url": "https://files.pythonhosted.org/packages/89/45/d5e284ac6f02f0353f948a71fc00dfc451daf96c08f29f49715c67cccd23/dyndnsc-0.3.4-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "932443531bb0c209acded3a245a3ef69", "sha256": "60b23e5923b637d35c221bd6626f4d9318fd524ab487a2669158b7c50224ff92" }, "downloads": -1, "filename": "dyndnsc-0.3.4-py33-none-any.whl", "has_sig": false, "md5_digest": "932443531bb0c209acded3a245a3ef69", "packagetype": "bdist_wheel", "python_version": "3.3", "requires_python": null, "size": 35567, "upload_time": "2014-01-03T12:57:57", "url": "https://files.pythonhosted.org/packages/a3/60/64c146b4599b2b3aa8d29c11d80d30d5733e637b198aa71228637a897a00/dyndnsc-0.3.4-py33-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe42fdc31cb42b8138321ee3cfe165d6", "sha256": "95bb7f51143a0debcddb73dc2ced655229e7a8ba6280874ddcd553b0536274a4" }, "downloads": -1, "filename": "dyndnsc-0.3.4.tar.gz", "has_sig": false, "md5_digest": "fe42fdc31cb42b8138321ee3cfe165d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22946, "upload_time": "2014-01-03T12:57:52", "url": "https://files.pythonhosted.org/packages/c2/a4/2a359894812739ac65cc7874400600666c2a01a51d63f81f4f175245016d/dyndnsc-0.3.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "a6f684ef4b4a35471a5ff39a27cd2da1", "sha256": "8e564544693355f4607ff1a7c70297711c7e53f60236bbdd6424b14977914295" }, "downloads": -1, "filename": "dyndnsc-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a6f684ef4b4a35471a5ff39a27cd2da1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 44944, "upload_time": "2015-02-16T19:53:56", "url": "https://files.pythonhosted.org/packages/63/39/7169ba3477a59d94bb102852dfea00508da11214c26301e6d19637916949/dyndnsc-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f7ac6336b09db2f9fe426a2f7c27e48", "sha256": "c16e63e1287ac3cf5133f2f52d5124db5d8b4eb9f1c247d648c7d8c53ab1eb73" }, "downloads": -1, "filename": "dyndnsc-0.4.1.tar.gz", "has_sig": false, "md5_digest": "5f7ac6336b09db2f9fe426a2f7c27e48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40541, "upload_time": "2015-02-16T19:53:44", "url": "https://files.pythonhosted.org/packages/b3/bd/c441f5d974a559e2724ea4d67aabc7758e03e420a3a46ecf9a96af489011/dyndnsc-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "8649cb0957ca20a59a2f644354f4b6be", "sha256": "6978a9142ba4940843b9195783f8d0fa9f7722a68b0ea415736964dcee317692" }, "downloads": -1, "filename": "dyndnsc-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8649cb0957ca20a59a2f644354f4b6be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46591, "upload_time": "2015-03-08T11:50:29", "url": "https://files.pythonhosted.org/packages/e6/4f/ca2d15d8e51f57fb547fd3b26a6e1629439a7028998371c1a81956b5b3f6/dyndnsc-0.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a0c9aa48deb0e65f01e81d95e76f60c", "sha256": "7c916822a5135d409e9aff582d1747b5ed8c1f129c1b6bcd533bf547988b234d" }, "downloads": -1, "filename": "dyndnsc-0.4.2.tar.gz", "has_sig": false, "md5_digest": "1a0c9aa48deb0e65f01e81d95e76f60c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41808, "upload_time": "2015-03-08T11:50:33", "url": "https://files.pythonhosted.org/packages/42/e8/f603b2288b885869955474a37506fb1586a8f616e4774e2213b485229330/dyndnsc-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "2ea3c00fd1013cfdd614da73abbdbdc1", "sha256": "55f3373ccc414bc98c19ff57a41dcd310e29d75973c832b44519c0e0f412edb3" }, "downloads": -1, "filename": "dyndnsc-0.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2ea3c00fd1013cfdd614da73abbdbdc1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 48211, "upload_time": "2017-06-26T21:33:58", "url": "https://files.pythonhosted.org/packages/7a/18/df6cb03b2a57a2eb553123550675c0388b9f7fa487fdfbb15c0075af6c81/dyndnsc-0.4.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81cdcc2e297c5a6bf632ab8f394cfd33", "sha256": "4e02f6cb6b62cd1486407fd984e8920d8c09c5f346e58759bc7beab8fe4800ea" }, "downloads": -1, "filename": "dyndnsc-0.4.3.tar.gz", "has_sig": false, "md5_digest": "81cdcc2e297c5a6bf632ab8f394cfd33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43021, "upload_time": "2017-06-26T21:33:59", "url": "https://files.pythonhosted.org/packages/92/c7/1ffe9c332fc346a45780329e5e68ed37f875ea7e9cd4300432416d0393ac/dyndnsc-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "7be9c2f10761b0b887ea22fefd2cef15", "sha256": "722d9ba473da0849b0c8232c348123f47a09fcb64c7d40f8f29cbf70c85b6379" }, "downloads": -1, "filename": "dyndnsc-0.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7be9c2f10761b0b887ea22fefd2cef15", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 46791, "upload_time": "2017-12-27T10:05:42", "url": "https://files.pythonhosted.org/packages/e2/c6/542202d2f9b434f7d2a8c3015b6398e66fd0564d6c9970c78e902a219ecc/dyndnsc-0.4.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba950b33e8869bd40db30605ce701a5c", "sha256": "cb428f4cc5e2487d36a5e37e9914e1548957b06ac4cec02dc19c0f897ae55650" }, "downloads": -1, "filename": "dyndnsc-0.4.4.tar.gz", "has_sig": false, "md5_digest": "ba950b33e8869bd40db30605ce701a5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42358, "upload_time": "2017-12-27T10:05:44", "url": "https://files.pythonhosted.org/packages/92/81/b58fe6cdb02aacc78ecb2e4ce619cc88b01ed861cc8c0904f8e1186aa8fa/dyndnsc-0.4.4.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "422108ad874717ea0ea6a4ae68617f56", "sha256": "2fd4815e7164fad4a9fd7cfa832a67574f54b7c890ddfb75853bf9596c11b648" }, "downloads": -1, "filename": "dyndnsc-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "422108ad874717ea0ea6a4ae68617f56", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 62934, "upload_time": "2019-06-25T20:48:00", "url": "https://files.pythonhosted.org/packages/d5/58/1ecb2ce7c405e6a68fe429b9cff9fde1b90ed08fca48ceae1406e38bbb9c/dyndnsc-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2bfb8d2af907c5d8043a5865c001cf46", "sha256": "9be5119d468d6508b5fb6a08369cd1c81f95b0c334b7197494b21033d53b969c" }, "downloads": -1, "filename": "dyndnsc-0.5.0.tar.gz", "has_sig": false, "md5_digest": "2bfb8d2af907c5d8043a5865c001cf46", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 52988, "upload_time": "2019-06-25T20:48:01", "url": "https://files.pythonhosted.org/packages/f3/2e/e4b3ebd6d26b77de4e080ad95634531f63ea4d5f2e7991865e12d6a06929/dyndnsc-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "d5d64c31b137f6aea59995625e99e487", "sha256": "057111136f7f4b7676be8a068a060857612529da8f7edf780eb3d836852d039a" }, "downloads": -1, "filename": "dyndnsc-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5d64c31b137f6aea59995625e99e487", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 62998, "upload_time": "2019-07-07T16:54:36", "url": "https://files.pythonhosted.org/packages/b6/25/8d3470ffc06e90ab764d8cdf7cd6a0489a2e89863da9cc94c29dc9525f04/dyndnsc-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "55bc511dbc6d9a9d46f89bcfaa70f37c", "sha256": "4b2e94d1784843d98f9b39e658aaa8caa137e2f684f387f0962be8b9a17b0ddd" }, "downloads": -1, "filename": "dyndnsc-0.5.1.tar.gz", "has_sig": false, "md5_digest": "55bc511dbc6d9a9d46f89bcfaa70f37c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 53227, "upload_time": "2019-07-07T16:54:38", "url": "https://files.pythonhosted.org/packages/d2/39/c92cb0f85d9a14b801360b8e334020ae6f98f706865445a5af8a59b02d2a/dyndnsc-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5d64c31b137f6aea59995625e99e487", "sha256": "057111136f7f4b7676be8a068a060857612529da8f7edf780eb3d836852d039a" }, "downloads": -1, "filename": "dyndnsc-0.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d5d64c31b137f6aea59995625e99e487", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 62998, "upload_time": "2019-07-07T16:54:36", "url": "https://files.pythonhosted.org/packages/b6/25/8d3470ffc06e90ab764d8cdf7cd6a0489a2e89863da9cc94c29dc9525f04/dyndnsc-0.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "55bc511dbc6d9a9d46f89bcfaa70f37c", "sha256": "4b2e94d1784843d98f9b39e658aaa8caa137e2f684f387f0962be8b9a17b0ddd" }, "downloads": -1, "filename": "dyndnsc-0.5.1.tar.gz", "has_sig": false, "md5_digest": "55bc511dbc6d9a9d46f89bcfaa70f37c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 53227, "upload_time": "2019-07-07T16:54:38", "url": "https://files.pythonhosted.org/packages/d2/39/c92cb0f85d9a14b801360b8e334020ae6f98f706865445a5af8a59b02d2a/dyndnsc-0.5.1.tar.gz" } ] }