{ "info": { "author": "Brad P. Crochet", "author_email": "brad@redhat.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Environment :: OpenStack", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "====================\nrdomanager-oscplugin\n====================\n\nOpenStackClient reference plugin module\n\nThe OSC plugin system is designed so that the plugin need only be\nproperly installed for OSC to find and use it. It utilizes the\n``setuptools`` entry points mechanism to advertise to OSC the\nplugin module and supported commands.\n\n**rdomanager-oscplugin** is an OpenStackClient (OSC) plugin implementation that\nimplements commands useful for RDO manager and the install and management of\nboth an undercloud and an overcloud.\n\nDiscovery\n=========\n\nOSC discovers extensions by enumerating the entry points found under\n``openstack.cli.extension`` and initializing the given client module.\n\n::\n\n [entry_points]\n openstack.cli.extension =\n oscplugin = oscplugin.plugin\n\nThe client module must implement the following interface functions:\n\n* ``API_NAME`` - A string containing the plugin API name; this is\n the name of the entry point declaring the plugin client module\n (``oscplugin = ...`` in the example above) and the group name for\n the plugin commands (``openstack.oscplugin.v1 =`` in the example below)\n* ``API_VERSION_OPTION`` (optional) - If set, the name of the API\n version attribute; this must be a valid Python identifier and\n match the destination set in ``build_option_parser()``.\n* ``API_VERSIONS`` - A dict mapping a version string to the client class\n* ``build_option_parser(parser)`` - Hook to add global options to the parser\n* ``make_client(instance)`` - Hook to create the client object\n\nOSC enumerates the loaded plugins and loads commands from the entry points\ndefined for the API version:\n\n::\n\n openstack.oscplugin.v1 =\n plugin_list = oscplugin.v1.plugin:ListPlugin\n plugin_show = oscplugin.v1.plugin:ShowPlugin\n\nNote that OSC defines the group name as ``openstack..v``\nso the version should not contain the leading 'v' character.\n\nThis second step is identical to that performed for all but the Identity\nclient in OSC itself. Identity is special due to the authentication\nrequirements. This limits the ability to add additional auth modules to OSC.\n\nClient\n======\n\nThe current implementation of the ``rdomanager_oscplugin`` Client class is an\nempty placeholder. This client object is not equired but OSC's ClientManager\nwill maintain it as required and is the interface point for other plugins to\naccess anything implemented by this plugin.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/rdo-management/python-rdomanager-oscplugin.git", "keywords": null, "license": "Apache License, Version 2.0", "maintainer": null, "maintainer_email": null, "name": "python-rdomanager-oscplugin", "package_url": "https://pypi.org/project/python-rdomanager-oscplugin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-rdomanager-oscplugin/", "project_urls": { "Homepage": "http://github.com/rdo-management/python-rdomanager-oscplugin.git" }, "release_url": "https://pypi.org/project/python-rdomanager-oscplugin/0.0.10/", "requires_dist": [ "pbr (>=0.6,!=0.7,<1.0)", "Babel (>=1.3)", "cliff (>=1.7.0)", "ipaddress", "ironic-discoverd (==1.1.0)", "os-cloud-config", "python-heatclient (>=0.3.0)", "python-ironicclient (>=0.4.1)", "python-openstackclient (>=1.0.0)", "python-tuskarclient (>=0.1.17)", "six (>=1.9.0)", "tripleo-common" ], "requires_python": null, "summary": "RDO Manager OSC plugin lib", "version": "0.0.10" }, "last_serial": 1706758, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "cca46ec9eafcccb08a2314baac183218", "sha256": "91fc7aa6702dbe07d88bd527a432e9647331d960d0b7cb6e17e8b23d802253b6" }, "downloads": -1, "filename": "python_rdomanager_oscplugin-0.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cca46ec9eafcccb08a2314baac183218", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 78731, "upload_time": "2015-09-03T17:23:14", "url": "https://files.pythonhosted.org/packages/31/27/e321c28e4ae67aa68d0951965b01a1e2447013c9f21e76cd9a7548d66dfb/python_rdomanager_oscplugin-0.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4342e96a2f682ff68f23e59e0a59984e", "sha256": "be73cc12260deb285a18628d5f22dd3fd0068311dc06b7977e0f5d47abbc184f" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.10.tar.gz", "has_sig": false, "md5_digest": "4342e96a2f682ff68f23e59e0a59984e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66307, "upload_time": "2015-09-03T17:23:18", "url": "https://files.pythonhosted.org/packages/da/0d/cb71689b1a0253c2162f1e329e286074a04b442c09f50415f2a46ec4a418/python-rdomanager-oscplugin-0.0.10.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "285349a8c61f53fa146a70411956260e", "sha256": "8542ee7e09f25da20f141bc608bc53900aa38b80f0116efa2f4cbf436ee4cc69" }, "downloads": -1, "filename": "python_rdomanager_oscplugin-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "285349a8c61f53fa146a70411956260e", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 38113, "upload_time": "2015-05-14T12:21:43", "url": "https://files.pythonhosted.org/packages/21/55/ca83f5cb1a551b8c802581c164f5aacaf466d946b9bf96a4dd4f4adee6ae/python_rdomanager_oscplugin-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1722797e58c38183375197c51536a662", "sha256": "fed24baf1cac4b143b51fc24438288b4b213f45e1ea5b9f335326c818426f3a8" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.6.tar.gz", "has_sig": false, "md5_digest": "1722797e58c38183375197c51536a662", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28976, "upload_time": "2015-05-13T16:57:45", "url": "https://files.pythonhosted.org/packages/03/3f/459c33859ae3958bc5d1d71536424a0954bd366943a593edd0d3b0a04f7f/python-rdomanager-oscplugin-0.0.6.tar.gz" } ], "0.0.7": [], "0.0.8": [ { "comment_text": "", "digests": { "md5": "4089fcabd327fe66f589df8bddd6c3cb", "sha256": "6a5fa6d3f74b414fdca73c77e016936fc9b51b176a412b35b41bebee24176f76" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.8.tar.gz", "has_sig": false, "md5_digest": "4089fcabd327fe66f589df8bddd6c3cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42666, "upload_time": "2015-06-16T22:27:19", "url": "https://files.pythonhosted.org/packages/b2/2c/6b63e56e6690c9cc0a869482a437bc3a416e943be83e90c6c524804c6519/python-rdomanager-oscplugin-0.0.8.tar.gz" } ], "0.0.8.dev18": [ { "comment_text": "", "digests": { "md5": "9c69cbd7369543275373d5c5bb0846d7", "sha256": "de7eb0c67e43599cefbc2781ad60511fada4d4cb634ee2ffb9dbd0ebbb348c7a" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.8.dev18.tar.gz", "has_sig": false, "md5_digest": "9c69cbd7369543275373d5c5bb0846d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42439, "upload_time": "2015-06-15T14:27:55", "url": "https://files.pythonhosted.org/packages/72/c7/963aeb6a59b60554290ed37b1ba31f5637a68f9ffde9cae741e33059a73a/python-rdomanager-oscplugin-0.0.8.dev18.tar.gz" } ], "0.0.8.dev19": [ { "comment_text": "", "digests": { "md5": "7f7b7feb2883259da176009b610a6384", "sha256": "1af4ea32872ee357f689b07c3c62c738a55c100679645e9b8045dedfe3b0b875" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.8.dev19.tar.gz", "has_sig": false, "md5_digest": "7f7b7feb2883259da176009b610a6384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42664, "upload_time": "2015-06-16T22:14:38", "url": "https://files.pythonhosted.org/packages/36/e6/e596d9f7971447c5f74ce2b41a5980cad4ed3abd9c89ac18c609456d583d/python-rdomanager-oscplugin-0.0.8.dev19.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "579a8d3e20075127aeaba7004e737c73", "sha256": "35fe9adc584880e9bac1bb74f41a0ee6d69cbefd999c4b3819ab6334a10ccc4f" }, "downloads": -1, "filename": "python_rdomanager_oscplugin-0.0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "579a8d3e20075127aeaba7004e737c73", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 69997, "upload_time": "2015-08-31T18:59:32", "url": "https://files.pythonhosted.org/packages/b6/60/9e4159ce6cc2bfa1c49f89c6157adb393467a2263a9c28f5b5d3bda301c4/python_rdomanager_oscplugin-0.0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bee7a49067ff4bb584769d44e724f5f8", "sha256": "ca1a9db1c1c88e07971fdb08bc703ae9fc42e232051f80ca40597bed15bb7270" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.9.tar.gz", "has_sig": false, "md5_digest": "bee7a49067ff4bb584769d44e724f5f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57145, "upload_time": "2015-08-31T18:59:35", "url": "https://files.pythonhosted.org/packages/e1/79/bc30c0926053d7447abad39e59810c8f62ff88cca463f9d29a9bd98e856f/python-rdomanager-oscplugin-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cca46ec9eafcccb08a2314baac183218", "sha256": "91fc7aa6702dbe07d88bd527a432e9647331d960d0b7cb6e17e8b23d802253b6" }, "downloads": -1, "filename": "python_rdomanager_oscplugin-0.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cca46ec9eafcccb08a2314baac183218", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 78731, "upload_time": "2015-09-03T17:23:14", "url": "https://files.pythonhosted.org/packages/31/27/e321c28e4ae67aa68d0951965b01a1e2447013c9f21e76cd9a7548d66dfb/python_rdomanager_oscplugin-0.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4342e96a2f682ff68f23e59e0a59984e", "sha256": "be73cc12260deb285a18628d5f22dd3fd0068311dc06b7977e0f5d47abbc184f" }, "downloads": -1, "filename": "python-rdomanager-oscplugin-0.0.10.tar.gz", "has_sig": false, "md5_digest": "4342e96a2f682ff68f23e59e0a59984e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66307, "upload_time": "2015-09-03T17:23:18", "url": "https://files.pythonhosted.org/packages/da/0d/cb71689b1a0253c2162f1e329e286074a04b442c09f50415f2a46ec4a418/python-rdomanager-oscplugin-0.0.10.tar.gz" } ] }