{ "info": { "author": "Timo Stollenwerk", "author_email": "timo@zmag.de", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\r\n============\r\n\r\nupc.remotecontrol is a tool for managing a set of Plone instances through XML-\r\nRPC calls.\r\n\r\nBuildout Installation\r\n=====================\r\n\r\nTo install upc.remotecontrol, add the following code to your buildout.cfg::\r\n\r\n [instance]\r\n ...\r\n eggs =\r\n ...\r\n upc.remotecontrol\r\n\r\n\r\nUsage\r\n=====\r\n\r\nConnect to a Zope Instance:: \r\n\r\n >>> from xmlrpclib import ServerProxy\r\n >>> client = ServerProxy('http://admin:admin@localhost:8080/')\r\n\r\nList all Plone instances::\r\n\r\n >>> client.listInstances()\r\n ['instance1', 'instance2', 'instance3']\r\n\r\nInstall a product for all instances::\r\n\r\n >>> client.installProduct(\"collective.fancyzoomview\")\r\n 'Successfully installed collective.fancyzoomview on all instances.'\r\n\r\nUninstall a product for all instances::\r\n\r\n >>> client.uninstallProduct(\"collective.fancyzoomview\")\r\n 'Successfully uninstalled collective.fancyzoomview on all instances.'\r\n\r\nReinstall a product for all instances::\r\n\r\n >>> print client.reinstallProduct(\"collective.fancyzoomview\")\r\n 'Successfully reinstalled collective.fancyzoomview on all instances.'\r\n\r\nApply a specific Generic Setup import step for all instances::\r\n\r\n >>> client.applyImportStep(\"collective.fancyzoomview\", \"catalog\")\r\n 'Successfully applied import step catalog to profile collective.fancyzoomview.'\r\n\r\n\r\nChangelog\r\n=========\r\n\r\n1.0a1 (2009-12-04)\r\n------------------\r\n\r\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "upc.remotecontrol", "package_url": "https://pypi.org/project/upc.remotecontrol/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/upc.remotecontrol/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/upc.remotecontrol/1.0a1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.0a1" }, "last_serial": 801256, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "3829330c346e66b8e84b2a589f513b49", "sha256": "ec6eedfab7cf74999182151042d249d42360ad079f0e44923493933927e94654" }, "downloads": -1, "filename": "upc.remotecontrol-1.0a1-py2.4.egg", "has_sig": false, "md5_digest": "3829330c346e66b8e84b2a589f513b49", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 8892, "upload_time": "2009-12-04T13:41:43", "url": "https://files.pythonhosted.org/packages/be/75/ae9e045f156e248bc85ad526937d721a18cd660231a30e70e1a92da674df/upc.remotecontrol-1.0a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d781aace6c3df97eb40578e8353233e8", "sha256": "638666e3dcf5b62314cb9a4d21cd15a00e0952d56b778649088a34e0d8169f4a" }, "downloads": -1, "filename": "upc.remotecontrol-1.0a1.tar.gz", "has_sig": false, "md5_digest": "d781aace6c3df97eb40578e8353233e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11373, "upload_time": "2009-12-04T13:41:43", "url": "https://files.pythonhosted.org/packages/9b/a7/743ecca0fc0e8729d40fc088da51bc15c18bc9c65afb4f276db6ea911e55/upc.remotecontrol-1.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3829330c346e66b8e84b2a589f513b49", "sha256": "ec6eedfab7cf74999182151042d249d42360ad079f0e44923493933927e94654" }, "downloads": -1, "filename": "upc.remotecontrol-1.0a1-py2.4.egg", "has_sig": false, "md5_digest": "3829330c346e66b8e84b2a589f513b49", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 8892, "upload_time": "2009-12-04T13:41:43", "url": "https://files.pythonhosted.org/packages/be/75/ae9e045f156e248bc85ad526937d721a18cd660231a30e70e1a92da674df/upc.remotecontrol-1.0a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d781aace6c3df97eb40578e8353233e8", "sha256": "638666e3dcf5b62314cb9a4d21cd15a00e0952d56b778649088a34e0d8169f4a" }, "downloads": -1, "filename": "upc.remotecontrol-1.0a1.tar.gz", "has_sig": false, "md5_digest": "d781aace6c3df97eb40578e8353233e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11373, "upload_time": "2009-12-04T13:41:43", "url": "https://files.pythonhosted.org/packages/9b/a7/743ecca0fc0e8729d40fc088da51bc15c18bc9c65afb4f276db6ea911e55/upc.remotecontrol-1.0a1.tar.gz" } ] }