proliantutils


Nameproliantutils JSON
Version 2.16.3 PyPI version JSON
download
home_pagehttps://opendev.org/x/proliantutils
SummaryClient Library for interfacing with various devices in HP Proliant Servers.
upload_time2024-09-19 10:12:47
maintainerNone
docs_urlNone
authorHewlett Packard Enterprise
requires_python>=3.6
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            proliantutils
=============

**proliantutils** is a set of utility libraries for interfacing and managing
various components (like iLO, HPSSA) for HPE Proliant Servers.  This library
is used by iLO drivers in Ironic for managing Proliant Servers (though the
library can be used by anyone who wants to manage HPE Proliant servers).

Please use launchpad_ to report bugs and ask questions.

.. _launchpad: https://bugs.launchpad.net/proliantutils

Installation
------------

Install the module from PyPI_.  If you are using Ironic, install the module
on Ironic conductor node::

  pip install proliantutils

.. _PyPI: https://pypi.python.org/pypi/proliantutils

Some GNU/Linux distributions provide *python-proliantutils* package.

Usage
-----

iLO
~~~

For interfacing with the iLO, use *IloClient* object::

  >>> from proliantutils.ilo import client
  >>> ilo_client = client.IloClient('10.10.1.57', 'Administrator', 'password')
  >>> ilo_client.get_host_power_status()
  'OFF'
  >>>

For operations supported on the client object, please refer
*proliantutils.ilo.operations*.




            

Raw data

            {
    "_id": null,
    "home_page": "https://opendev.org/x/proliantutils",
    "name": "proliantutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Hewlett Packard Enterprise",
    "author_email": "proliantutils@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3e/7a/741f17bbe48cdb067d5372eb55ac59183c4e1b2b3d025b80dafc76fe09c2/proliantutils-2.16.3.tar.gz",
    "platform": null,
    "description": "proliantutils\n=============\n\n**proliantutils** is a set of utility libraries for interfacing and managing\nvarious components (like iLO, HPSSA) for HPE Proliant Servers.  This library\nis used by iLO drivers in Ironic for managing Proliant Servers (though the\nlibrary can be used by anyone who wants to manage HPE Proliant servers).\n\nPlease use launchpad_ to report bugs and ask questions.\n\n.. _launchpad: https://bugs.launchpad.net/proliantutils\n\nInstallation\n------------\n\nInstall the module from PyPI_.  If you are using Ironic, install the module\non Ironic conductor node::\n\n  pip install proliantutils\n\n.. _PyPI: https://pypi.python.org/pypi/proliantutils\n\nSome GNU/Linux distributions provide *python-proliantutils* package.\n\nUsage\n-----\n\niLO\n~~~\n\nFor interfacing with the iLO, use *IloClient* object::\n\n  >>> from proliantutils.ilo import client\n  >>> ilo_client = client.IloClient('10.10.1.57', 'Administrator', 'password')\n  >>> ilo_client.get_host_power_status()\n  'OFF'\n  >>>\n\nFor operations supported on the client object, please refer\n*proliantutils.ilo.operations*.\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Client Library for interfacing with various devices in HP Proliant Servers.",
    "version": "2.16.3",
    "project_urls": {
        "Homepage": "https://opendev.org/x/proliantutils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe05c71315bb8f73840a29428e049dc8d9b2634ad78f4fa43e2e997fdb984442",
                "md5": "8d51af1462bcb6101fc77341169a1f4b",
                "sha256": "f26a9745127dec9876dbfd4031ae5c43045577e0cb60e63058f5859536106354"
            },
            "downloads": -1,
            "filename": "proliantutils-2.16.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8d51af1462bcb6101fc77341169a1f4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 456167,
            "upload_time": "2024-09-19T10:12:46",
            "upload_time_iso_8601": "2024-09-19T10:12:46.121076Z",
            "url": "https://files.pythonhosted.org/packages/fe/05/c71315bb8f73840a29428e049dc8d9b2634ad78f4fa43e2e997fdb984442/proliantutils-2.16.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e7a741f17bbe48cdb067d5372eb55ac59183c4e1b2b3d025b80dafc76fe09c2",
                "md5": "5c9f7b261d554b9434f7b104e88f4ac7",
                "sha256": "77c6a0714d7ce97bdf60d76d505785127904a950409fdc88d50499bc2cf70454"
            },
            "downloads": -1,
            "filename": "proliantutils-2.16.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5c9f7b261d554b9434f7b104e88f4ac7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 357472,
            "upload_time": "2024-09-19T10:12:47",
            "upload_time_iso_8601": "2024-09-19T10:12:47.810094Z",
            "url": "https://files.pythonhosted.org/packages/3e/7a/741f17bbe48cdb067d5372eb55ac59183c4e1b2b3d025b80dafc76fe09c2/proliantutils-2.16.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 10:12:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "proliantutils"
}
        
Elapsed time: 0.28908s