{ "info": { "author": "Wil Clouser", "author_email": "wclouser@mozilla.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Environment :: Web Environment :: Mozilla", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Hera\n====\n\nIn mythology Hera was Zeus's wife (and sister!). In this directory, Hera is an\ninterface to interact with a `Zeus Traffic Manager`_ (formerly ZXTM) via it's\nSOAP interface. This library was written for Traffic Manager version 6.\n\nYou can do pretty much anything you want to from the API, however, this\nparticular library currently only interacts with the ``System.Cache.wsdl`` since\nthat's the only part I'm interested in.\n\nZeus manuals and the complete set of WSDL files are available on each Traffic\nManager through a maze of clicking:\n\n 1) Log in\n 2) Click \"Diagnose\"\n 3) Click \"Technical Support\"\n 4) The manuals are all on this page as well as a link to \"Control API WSDL Files\"\n\n\nBasic Use\n---------\nA simple example::\n\n >>> from hera import Hera\n\n >>> h = Hera(username, password, location)\n\n # Empties the entire cache\n >>> h.flushAll()\n\n\nTests\n-----\n\nCopy ``test_settings.py-dist`` to ``test_settings.py`` and fill in all the\nvalues. Then run ``fab test``.\n\n\n.. _Zeus Traffic Manager: http://www.zeus.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/clouserw/hera", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hera", "package_url": "https://pypi.org/project/hera/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hera/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/clouserw/hera" }, "release_url": "https://pypi.org/project/hera/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "An interface to interact with a Zeus Traffic Manager.", "version": "0.1.2" }, "last_serial": 792878, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "c394eebfb49dae73e0faaf7226813a63", "sha256": "d1f5039e6d25d2e214551cb9a8c4d8c34751446d301d1e0bec42eec3e33a2af7" }, "downloads": -1, "filename": "hera-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c394eebfb49dae73e0faaf7226813a63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2966, "upload_time": "2012-10-10T21:41:02", "url": "https://files.pythonhosted.org/packages/a6/e4/11389fb6fd3371a69197dc1ba821db1820573427101348a7e7ee456c0883/hera-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "7b56b89c152aec7a979b440fb93caa33", "sha256": "37915cfb738fecd51b8c52c78429bcdb309544cf42104c5ee3a349fd493afdae" }, "downloads": -1, "filename": "hera-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7b56b89c152aec7a979b440fb93caa33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6620, "upload_time": "2012-10-10T23:24:44", "url": "https://files.pythonhosted.org/packages/f6/a4/0cbe77bcf4f484816746c323c56c7281480a10ecf83de20c71efaba284e9/hera-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b56b89c152aec7a979b440fb93caa33", "sha256": "37915cfb738fecd51b8c52c78429bcdb309544cf42104c5ee3a349fd493afdae" }, "downloads": -1, "filename": "hera-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7b56b89c152aec7a979b440fb93caa33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6620, "upload_time": "2012-10-10T23:24:44", "url": "https://files.pythonhosted.org/packages/f6/a4/0cbe77bcf4f484816746c323c56c7281480a10ecf83de20c71efaba284e9/hera-0.1.2.tar.gz" } ] }