sushy


Namesushy JSON
Version 5.3.0 PyPI version JSON
download
home_pagehttps://docs.openstack.org/sushy/latest/
SummarySushy is a small Python library to communicate with Redfish based systems
upload_time2024-10-24 08:07:59
maintainerNone
docs_urlNone
authorOpenStack
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
========

Sushy is a Python library to communicate with `Redfish`_ based systems.

The goal of the library is to be extremely simple, small, have as few
dependencies as possible and be very conservative when dealing with BMCs
by issuing just enough requests to it (BMCs are very flaky).

Therefore, the scope of the library has been limited to what is supported
by the `OpenStack Ironic <https://wiki.openstack.org/wiki/Ironic>`_
project. As the project grows and more features from `Redfish`_ are
needed we can expand Sushy to fulfill those requirements.

* Free software: Apache license
* Includes Redfish registry files licensed under
    Creative Commons Attribution 4.0 License:
    https://creativecommons.org/licenses/by/4.0/
* Documentation: https://docs.openstack.org/sushy/latest/
* Usage: https://docs.openstack.org/sushy/latest/reference/usage.html
* Source: https://opendev.org/openstack/sushy
* Bugs: https://bugs.launchpad.net/sushy
* Release Notes: https://docs.openstack.org/releasenotes/sushy/

.. _Redfish: http://www.dmtf.org/standards/redfish




            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.openstack.org/sushy/latest/",
    "name": "sushy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenStack",
    "author_email": "openstack-discuss@lists.openstack.org",
    "download_url": "https://files.pythonhosted.org/packages/8d/b1/9be559d65e0932b3373fcd49a1f980fb43a9c8666bf2de4a07cf5d5975da/sushy-5.3.0.tar.gz",
    "platform": null,
    "description": "Overview\n========\n\nSushy is a Python library to communicate with `Redfish`_ based systems.\n\nThe goal of the library is to be extremely simple, small, have as few\ndependencies as possible and be very conservative when dealing with BMCs\nby issuing just enough requests to it (BMCs are very flaky).\n\nTherefore, the scope of the library has been limited to what is supported\nby the `OpenStack Ironic <https://wiki.openstack.org/wiki/Ironic>`_\nproject. As the project grows and more features from `Redfish`_ are\nneeded we can expand Sushy to fulfill those requirements.\n\n* Free software: Apache license\n* Includes Redfish registry files licensed under\n    Creative Commons Attribution 4.0 License:\n    https://creativecommons.org/licenses/by/4.0/\n* Documentation: https://docs.openstack.org/sushy/latest/\n* Usage: https://docs.openstack.org/sushy/latest/reference/usage.html\n* Source: https://opendev.org/openstack/sushy\n* Bugs: https://bugs.launchpad.net/sushy\n* Release Notes: https://docs.openstack.org/releasenotes/sushy/\n\n.. _Redfish: http://www.dmtf.org/standards/redfish\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Sushy is a small Python library to communicate with Redfish based systems",
    "version": "5.3.0",
    "project_urls": {
        "Homepage": "https://docs.openstack.org/sushy/latest/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a97537034cd517171054f643d7a9ec36f3cc5d8feee7169da8dca0669d27332c",
                "md5": "d5d4e4c62cd1984355490a430f6000e4",
                "sha256": "4b02d98cef30c9842e024ca42ca0894af07e5fab5ec95b1f734b3e302aca8339"
            },
            "downloads": -1,
            "filename": "sushy-5.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5d4e4c62cd1984355490a430f6000e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 349115,
            "upload_time": "2024-10-24T08:07:57",
            "upload_time_iso_8601": "2024-10-24T08:07:57.867875Z",
            "url": "https://files.pythonhosted.org/packages/a9/75/37034cd517171054f643d7a9ec36f3cc5d8feee7169da8dca0669d27332c/sushy-5.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8db19be559d65e0932b3373fcd49a1f980fb43a9c8666bf2de4a07cf5d5975da",
                "md5": "57d6af4c19f1e9b36b1b167fb1585aac",
                "sha256": "8785c4febf227b002750f316e856f31e894448fdbda816658aba201983f37e82"
            },
            "downloads": -1,
            "filename": "sushy-5.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "57d6af4c19f1e9b36b1b167fb1585aac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 236861,
            "upload_time": "2024-10-24T08:07:59",
            "upload_time_iso_8601": "2024-10-24T08:07:59.634056Z",
            "url": "https://files.pythonhosted.org/packages/8d/b1/9be559d65e0932b3373fcd49a1f980fb43a9c8666bf2de4a07cf5d5975da/sushy-5.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 08:07:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sushy"
}
        
Elapsed time: 0.39158s