{ "info": { "author": "Ryan Campbell", "author_email": "campbellr@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "============================================\n pyafraid, command-line afraid.org DDNS tool\n============================================\n\npyafraid is a command-line tool for updating IP addresses for the afraid.org DDNS service.\n\nInstallation\n============\n\npyafraid can be installed using the standard ``python setup.py install`` command::\n \n $ [sudo] python setup.py install\n\nUsage\n=====\n\nOnce installed, simply run::\n\n $ pyafraid update|query -p -n \n\n\nOr, if you'd like to use the SHA-1 hash instead of the\nusername/password combo::\n\n $ pyafraid update|query -s -n \n\n\nFor a more detailed usage description, use the ``--help/-h`` option::\n\n $ pyafraid -h\n Usage: pyafraid.py update|query [-h] [-u ] [-p ] [-n\n ]\n\n\n Options:\n -h, --help show this help message and exit\n -u USERNAME, --username=USERNAME\n The freedns.afraid.org username\n -p PASSWORD, --password=PASSWORD\n The associated password\n -n HOSTNAME, --hostname=HOSTNAME\n The name of the host to update or query\n -s SHA_HASH, --sha-hash=SHA_HASH\n The SHA-1 hash from the API interface\n URL. Don't use this with the -u and -p options.\n\nFor example, to update freedns.afraid.org to point to the current IP address,\nuse the ``update`` argument::\n\n $ pyafraid update -u myuser -p mypass -n mythbox.example.org\n Attempting to update mythbox.example.org...\n response from server:\n ERROR: Address 1.1.1.1 has not changed. \n\n\nTo query freedns.afraid.org for information about an account, you can use the ``query`` argument::\n\n $ pyafraid query -u myuser -p mypass\n\n url: http://freedns.afraid.org/dynamic/update.php?\n ip: 1.1.1.1\n desc: example.org\n \n url: http://freedns.afraid.org/dynamic/update.php?\n ip: 2.2.2.2\n desc: deathstar.example.org\n\n\nNote that specifying ``-n/--hostname`` will restrict the output to the given host.\n\n\nUsage Requirements\n==================\n\npyafraid has only been actively tested on python 2.6, but should work with minor changes on python 2.2+.\nPatches are welcomed :)\n\n\nDevelopment Requirements\n=========================\n\nIn order to execute unit tests (using 'make test') the following modules are required:\n * unittest2\n * discover\n * mock\n\nAll of these modules can be installed with ``easy_install``::\n\n $ [sudo] easy_install mock unittest2 discover\n\n\nReporting Bugs\n==============\n\nAny bugs can be reported on github (https://github.com/campbellr/pyafraid/issues/new)\nor emailed to campbellr@gmail.com.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/campbellr/pyafraid", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyafraid", "package_url": "https://pypi.org/project/pyafraid/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyafraid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/campbellr/pyafraid" }, "release_url": "https://pypi.org/project/pyafraid/0.1/", "requires_dist": null, "requires_python": null, "summary": "Command-line tool for manipulating afraid.org DDNS", "version": "0.1" }, "last_serial": 796959, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2a5dd02884a0185a26a2ce676dc8b579", "sha256": "288a77f4d98f34a860e2800d3246bcaf5a39481638e23a1f0ec00c7a215ea2c6" }, "downloads": -1, "filename": "pyafraid-0.1.tar.gz", "has_sig": false, "md5_digest": "2a5dd02884a0185a26a2ce676dc8b579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3583, "upload_time": "2011-12-10T08:06:58", "url": "https://files.pythonhosted.org/packages/1c/7b/026b472ca8f4e6ba5f4cd4991def2b027c60794bae89688f2821802fb59b/pyafraid-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a5dd02884a0185a26a2ce676dc8b579", "sha256": "288a77f4d98f34a860e2800d3246bcaf5a39481638e23a1f0ec00c7a215ea2c6" }, "downloads": -1, "filename": "pyafraid-0.1.tar.gz", "has_sig": false, "md5_digest": "2a5dd02884a0185a26a2ce676dc8b579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3583, "upload_time": "2011-12-10T08:06:58", "url": "https://files.pythonhosted.org/packages/1c/7b/026b472ca8f4e6ba5f4cd4991def2b027c60794bae89688f2821802fb59b/pyafraid-0.1.tar.gz" } ] }