{ "info": { "author": "Open Baton", "author_email": "dev@openbaton.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Build Tools", "Topic :: Utilities" ], "description": "Copyright \u00a9 2015-2016 `Open Baton`_. Licensed under `Apache v2\nLicense`_.\n\nPython version of the plugin-sdk\n================================\n\nThis project contains a Python SDK for writing VIM Drivers for Open\nBaton.\n\n\nTechnical Requirements\n----------------------\n\nThis section covers the requirements that must be met by the plugin-sdk in order to satisfy the demands for such a component:\n\n- python 3.5\n- pika\n\n\nHow to install python-plugin-sdk\n--------------------------------\n\nThe safer way to start is to use a `virtal environment`_. Once\nactivated, just run\n\n.. code:: bash\n\n pip install python-plugin-sdk\n\nHow to use the SDK\n------------------\n\nAfter it is installed you can import the following modules into your\nproject:\n\n- org.openbaton.plugin.sdk.catalogue\n- org.openbaton.plugin.sdk.utils\n- org.openbaton.plugin.sdk.vim\n\nThe catalogue module contains classes that resemble their counterparts in the Java version of the catalogue e.g. a class for VIM instances, a class for NFVImages, etc.\nThe vim module contains the ```VimDriver``` class which should be extended by your specific VIM Driver class and which contains all the abstract methods that you have to implement for a working VIM Driver.\nThe utils module contains the logic for handling the VIM Driver's connection to the NFVO and the scheduling of tasks so that you do not have to handle these things at all. The most important function for you in this module is the ```start_vim_driver``` function.\n\nIn order to write your own VIM Driver you only have to implement the\nabstract methods of the ``org.openbaton.plugin.sdk.vim.VimDriver`` class\nand pass it to the ``org.openbaton.plugin.sdk.utils.start_vim_driver``\nfunction. For an example have a look at the\n`openstack-python-vim-driver`_ implementation.\n\nThe SDK requires a configuration file that has to be passed to the\n``start_vim_driver`` function. This configuration file should be an INI\nfile with the following section:\n\n.. code:: ini\n\n [rabbitmq]\n username = openbaton-manager-user\n password = openbaton\n broker_ip = 127.0.0.1\n port = 5672\n heartbeat = 1\n exchange-name = openbaton-exchange\n\nThese values are need for the SDK to connect to RabbitMQ and to\ncommunicate with the NFVO.\n\nIssue tracker\n-------------\n\nIssues and bug reports should be posted to the GitHub Issue Tracker of this project\n\nWhat is Open Baton?\n-------------------\n\nOpenBaton is an open source project providing a comprehensive implementation of the ETSI Management and Orchestration (MANO) specification.\n\nOpen Baton is a ETSI NFV MANO compliant framework. Open Baton was part of the OpenSDNCore (www.opensdncore.org) project started almost three years ago by Fraunhofer FOKUS with the objective of providing a compliant implementation of the ETSI NFV specification.\n\nOpen Baton is easily extensible. It integrates with OpenStack, and provides a plugin mechanism for supporting additional VIM types. It supports Network Service management either using a generic VNFM or interoperating with VNF-specific VNFM. It uses different mechanisms (REST or PUB/SUB) for interoperating with the VNFMs. It integrates with additional components for the runtime management of a Network Service. For instance, it provides autoscaling and fault management based on monitoring information coming from the the monitoring system available at the NFVI level.\n\nSource Code and documentation\n-----------------------------\n\nThe Source Code of the other Open Baton projects can be found `here`_\nand the documentation can be found\n`here `__ .\n\nNews and Website\n----------------\n\nCheck the `Open Baton Website`_ Follow us on Twitter @\\ `openbaton`_.\n\nLicensing and distribution\n--------------------------\n\nCopyright [2015-2016] Open Baton project\n\nLicensed under the Apache License, Version 2.0 (the \u201cLicense\u201d);\n\nyou may not use this file except in compliance with the License. You may\nobtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \u201cAS IS\u201d BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nSupport\n-------\n\nThe Open Baton project provides community support through the Open Baton\nPublic Mailing List and through StackOverflow using the tags openbaton.\n\nSupported by\n------------\n\n.. _Open Baton: http://openbaton.org\n.. _Apache v2 License: http://www.apache.org/licenses/LICENSE-2.0\n.. _virtal environment: https://virtualenv.pypa.io/en/stable/\n.. _openstack-python-vim-driver: https://github.com/openbaton/openstack-python-vim-driver\n.. _here: http://github.org/openbaton\n.. _Open Baton Website: http://openbaton.org\n.. _openbaton: https://twitter.com/openbaton\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://openbaton.github.io/", "keywords": "python plugin nfvo open baton openbaton sdk", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "python-plugin-sdk", "package_url": "https://pypi.org/project/python-plugin-sdk/", "platform": "", "project_url": "https://pypi.org/project/python-plugin-sdk/", "project_urls": { "Homepage": "http://openbaton.github.io/" }, "release_url": "https://pypi.org/project/python-plugin-sdk/6.0.1/", "requires_dist": [ "pika" ], "requires_python": "", "summary": "The Python version of the Open Baton plugin-sdk", "version": "6.0.1" }, "last_serial": 5390734, "releases": { "4.0.1b0": [ { "comment_text": "", "digests": { "md5": "be8028ba2cea0fa5df51cee209f6c577", "sha256": "a74aadfd52611166c01431c9af037b2bdf5d24e0a3518ed5bfbdf05e255fbd42" }, "downloads": -1, "filename": "python_plugin_sdk-4.0.1b0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be8028ba2cea0fa5df51cee209f6c577", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14328, "upload_time": "2017-08-15T13:24:19", "url": "https://files.pythonhosted.org/packages/51/73/a768f8e442c63b390848d7e5504640f23ae062607a95e6151ba20167241c/python_plugin_sdk-4.0.1b0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fd233fd85d2a286b1725e46a881e049", "sha256": "be49160943e6f2fc9932a7e32a03cbbcf1d535c82a6f04510669c2de65f20e73" }, "downloads": -1, "filename": "python-plugin-sdk-4.0.1b0.tar.gz", "has_sig": false, "md5_digest": "8fd233fd85d2a286b1725e46a881e049", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9571, "upload_time": "2017-08-15T13:24:20", "url": "https://files.pythonhosted.org/packages/63/bb/1b314e8cd4baf71f018cbe86fb55729a258bc28a236239024358f99932f0/python-plugin-sdk-4.0.1b0.tar.gz" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "ca6986674f6ecd7dfebf4a212ef3872d", "sha256": "f8b5ad0ad8240bf3773fb599467ca9df881ceb7b7253a2065f67e8193a2335f7" }, "downloads": -1, "filename": "python_plugin_sdk-5.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca6986674f6ecd7dfebf4a212ef3872d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14362, "upload_time": "2018-05-07T11:53:37", "url": "https://files.pythonhosted.org/packages/1e/be/54a948528af98141aa118f95e0244716910a94168ab13e2247eb0bff2cda/python_plugin_sdk-5.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc30e9a788e60011072d22da258e1e41", "sha256": "1c29e7d6c85e9bc9fbdd49c686e9bcff0dff5affc83ba4b0804068400e72349f" }, "downloads": -1, "filename": "python-plugin-sdk-5.0.0.tar.gz", "has_sig": false, "md5_digest": "dc30e9a788e60011072d22da258e1e41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14218, "upload_time": "2018-05-07T11:53:38", "url": "https://files.pythonhosted.org/packages/74/ac/b3a8b24f2de6d88839d732841871033a33c83ba5ff7b547bdbd78feea145/python-plugin-sdk-5.0.0.tar.gz" } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "e8980543cd8290bd25952759bdb6802c", "sha256": "ac77dbe6c6c2f83163f4ef24caeb9ab39c96fa8b5faef18b70e6f937c1250e17" }, "downloads": -1, "filename": "python_plugin_sdk-6.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e8980543cd8290bd25952759bdb6802c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14548, "upload_time": "2018-09-10T14:44:38", "url": "https://files.pythonhosted.org/packages/4d/b6/af2eee2d51c1c0d8a1caa7605c7bdc206fe53b7deda282218018152e2ecf/python_plugin_sdk-6.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef929bee4f2232f0c96229e43b818171", "sha256": "d85f5093e62811bcc81d17ae5b1e352df55a4671ce59fd4aa8fcb67cae9b4509" }, "downloads": -1, "filename": "python-plugin-sdk-6.0.0.tar.gz", "has_sig": false, "md5_digest": "ef929bee4f2232f0c96229e43b818171", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14310, "upload_time": "2018-09-10T14:44:39", "url": "https://files.pythonhosted.org/packages/f7/33/258eb37b24e51b3828c49552c1f7774951f510e2d77c58adf3f7d99f83c7/python-plugin-sdk-6.0.0.tar.gz" } ], "6.0.0rc3": [ { "comment_text": "", "digests": { "md5": "9f227861ec49ac8bc8961a8a881cf87a", "sha256": "c18f45555cfc41339136ef7c7c65f06fd6c915840c154f9d1585c924cf0ffa0e" }, "downloads": -1, "filename": "python_plugin_sdk-6.0.0rc3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f227861ec49ac8bc8961a8a881cf87a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14463, "upload_time": "2018-08-20T15:27:09", "url": "https://files.pythonhosted.org/packages/67/58/751fb37cbe56559b6db1aba9ec8349db24fbeff5306ac0a713f7180336c8/python_plugin_sdk-6.0.0rc3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b59f5f2d66647d52b409037366c95eca", "sha256": "ce1f63a5cf2b2edbb508b97fd4cbcbc27a4e314b6be432825fa1244db5270273" }, "downloads": -1, "filename": "python-plugin-sdk-6.0.0rc3.tar.gz", "has_sig": false, "md5_digest": "b59f5f2d66647d52b409037366c95eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14143, "upload_time": "2018-08-20T15:27:10", "url": "https://files.pythonhosted.org/packages/19/3c/11ffe7512b2466f64493ed56043569d37eba7a6331532f8e4064079d0630/python-plugin-sdk-6.0.0rc3.tar.gz" } ], "6.0.0rc4": [ { "comment_text": "", "digests": { "md5": "58392eeca368c3a22779a3467ac9edec", "sha256": "525e5a93c1b67bbfe591a7ce7ccf57c8312337b65f95d7cdce195b04a8cf1603" }, "downloads": -1, "filename": "python_plugin_sdk-6.0.0rc4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58392eeca368c3a22779a3467ac9edec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14578, "upload_time": "2018-08-21T12:00:57", "url": "https://files.pythonhosted.org/packages/db/f9/c3f6c02c94158c25b519f6408cae902813d313d7ff41373c2e5013504d27/python_plugin_sdk-6.0.0rc4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b135e609eaca4f74de99942058ebc16", "sha256": "c02aacaeaea90d236a33fc09beeb8a9b0fcb6baba7f76497ea5e2fbb21efca33" }, "downloads": -1, "filename": "python-plugin-sdk-6.0.0rc4.tar.gz", "has_sig": false, "md5_digest": "1b135e609eaca4f74de99942058ebc16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14565, "upload_time": "2018-08-21T12:00:58", "url": "https://files.pythonhosted.org/packages/2a/0d/491e582b7abff063c458094732a473d1fcb5adaf113b57812be3f5ee0be5/python-plugin-sdk-6.0.0rc4.tar.gz" } ], "6.0.0rc5": [ { "comment_text": "", "digests": { "md5": "bd4100d89eeb4915c194ffc32dc1c77f", "sha256": "ab0fe7ae4f7251810f527ac2c331e0aea38e678956760d3b627fb28c964bbc0d" }, "downloads": -1, "filename": "python_plugin_sdk-6.0.0rc5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bd4100d89eeb4915c194ffc32dc1c77f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14578, "upload_time": "2018-08-21T12:47:47", "url": "https://files.pythonhosted.org/packages/1c/38/0915f64fd230812cb3b343b5cd5f6b698389527eafa767d28a447a0c603a/python_plugin_sdk-6.0.0rc5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b91d59b39c8225a808c8ad5b4cab0326", "sha256": "0bb67ee6cd8e229924d63b7051e82c5c109b6c99097ec01fa9d6badbcae19cdb" }, "downloads": -1, "filename": "python-plugin-sdk-6.0.0rc5.tar.gz", "has_sig": false, "md5_digest": "b91d59b39c8225a808c8ad5b4cab0326", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14572, "upload_time": "2018-08-21T12:47:48", "url": "https://files.pythonhosted.org/packages/8d/af/dda1855ceab2f0a2e6c25e1c1a946cd12ba9e1917cf96dd0c80204f15095/python-plugin-sdk-6.0.0rc5.tar.gz" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "6b888febc1a2c45ebcef4b671536a593", "sha256": "e1a2950056905b23958efd57c5257074030a8946831dd33747f0a7143041d2c2" }, "downloads": -1, "filename": "python_plugin_sdk-6.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b888febc1a2c45ebcef4b671536a593", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14640, "upload_time": "2019-01-03T11:19:25", "url": "https://files.pythonhosted.org/packages/6c/7a/308c227735906d4660b1223597c137e9b9d75153a64dc2d9073a9b589c3e/python_plugin_sdk-6.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "988b5d7aaf676257f787283e38c2884a", "sha256": "4b4d51342c27d1d6504a00452ae578ec1a3b85dee611d8af88031f253a40aef6" }, "downloads": -1, "filename": "python-plugin-sdk-6.0.1.tar.gz", "has_sig": false, "md5_digest": "988b5d7aaf676257f787283e38c2884a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14582, "upload_time": "2019-01-03T11:19:26", "url": "https://files.pythonhosted.org/packages/92/96/dfd57dbd092ca563a1acd5ad2bcdbd6d13f799fbde35d4362d86691dad8a/python-plugin-sdk-6.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b888febc1a2c45ebcef4b671536a593", "sha256": "e1a2950056905b23958efd57c5257074030a8946831dd33747f0a7143041d2c2" }, "downloads": -1, "filename": "python_plugin_sdk-6.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b888febc1a2c45ebcef4b671536a593", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14640, "upload_time": "2019-01-03T11:19:25", "url": "https://files.pythonhosted.org/packages/6c/7a/308c227735906d4660b1223597c137e9b9d75153a64dc2d9073a9b589c3e/python_plugin_sdk-6.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "988b5d7aaf676257f787283e38c2884a", "sha256": "4b4d51342c27d1d6504a00452ae578ec1a3b85dee611d8af88031f253a40aef6" }, "downloads": -1, "filename": "python-plugin-sdk-6.0.1.tar.gz", "has_sig": false, "md5_digest": "988b5d7aaf676257f787283e38c2884a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14582, "upload_time": "2019-01-03T11:19:26", "url": "https://files.pythonhosted.org/packages/92/96/dfd57dbd092ca563a1acd5ad2bcdbd6d13f799fbde35d4362d86691dad8a/python-plugin-sdk-6.0.1.tar.gz" } ] }