zhmccli


Namezhmccli JSON
Version 1.10.0 PyPI version JSON
download
home_pagehttps://github.com/zhmcclient/zhmccli
SummaryA CLI for the IBM Z HMC, written in pure Python
upload_time2024-02-13 16:22:57
maintainerAndreas Maier, Kathir Velusamy
docs_urlNone
authorJuergen Leopold, Andreas Maier
requires_python>=3.6
licenseApache License, Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. Copyright 2016,2019 IBM Corp. All Rights Reserved.
..
.. Licensed under the Apache License, Version 2.0 (the "License");
.. you may not use this file except in compliance with the License.
.. You may obtain a copy of the License at
..
..    http://www.apache.org/licenses/LICENSE-2.0
..
.. Unless required by applicable law or agreed to in writing, software
.. distributed under the License is distributed on an "AS IS" BASIS,
.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
.. See the License for the specific language governing permissions and
.. limitations under the License.
..

zhmccli - A CLI for the IBM Z HMC, written in pure Python
=========================================================

.. image:: https://img.shields.io/pypi/v/zhmccli.svg
    :target: https://pypi.python.org/pypi/zhmccli/
    :alt: Version on Pypi

.. image:: https://github.com/zhmcclient/zhmccli/actions/workflows/test.yml/badge.svg?branch=master
    :target: https://github.com/zhmcclient/zhmccli/actions/workflows/test.yml?query=branch%3Amaster
    :alt: Test status (master)

.. image:: https://readthedocs.org/projects/zhmccli/badge/?version=latest
    :target: https://readthedocs.org/projects/zhmccli/builds/
    :alt: Docs status (master)

.. image:: https://img.shields.io/coveralls/zhmcclient/zhmccli.svg
    :target: https://coveralls.io/r/zhmcclient/zhmccli
    :alt: Test coverage (master)

.. image:: https://codeclimate.com/github/zhmcclient/zhmccli/badges/gpa.svg
    :target: https://codeclimate.com/github/zhmcclient/zhmccli
    :alt: Code Climate

.. contents:: Contents:
   :local:

Overview
========

The zhmccli package is a CLI written in pure Python that interacts with the
Hardware Management Console (HMC) of `IBM Z`_ or `LinuxONE`_ machines. The goal
of this package is to provide an easy-to-use command line interface
for operators.

.. _IBM Z: http://www.ibm.com/systems/z/
.. _LinuxONE: http://www.ibm.com/systems/linuxone/

The zhmccli package uses the API provided by the zhmcclient package, which
interacts with the Web Services API of the HMC. It supports management of the
lifecycle and configuration of various platform resources, such as partitions,
CPU, memory, virtual switches, I/O adapters, and more.

Installation
============

The quick way:

.. code-block:: bash

    $ pip install zhmccli

For more details, see the `Installation section`_ in the documentation.

.. _Installation section: http://zhmccli.readthedocs.io/en/latest/intro.html#installation

Quickstart
===========

The following example lists the names of the machines (CPCs) managed by an HMC:

.. code-block:: bash

    $ hmc_host="<IP address or hostname of the HMC>"
    $ hmc_userid="<userid on that HMC>"
    $ zhmc -h $hmc_host -u $hmc_userid cpc list --names-only
    Enter password (for user ... at HMC ...): .......
    +----------+
    | name     |
    |----------+
    | P000S67B |
    +----------+

Documentation
=============

* `Documentation <http://zhmccli.readthedocs.io/en/latest/>`_
* `Change log <http://zhmccli.readthedocs.io/en/latest/changes.html>`_

Contributing
============

For information on how to contribute to this project, see the
`Development section`_ in the documentation.

.. _Development section: http://zhmccli.readthedocs.io/en/latest/development.html

License
=======

The zhmccli package is licensed under the `Apache 2.0 License`_.

.. _Apache 2.0 License: https://github.com/zhmcclient/zhmccli/tree/master/LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zhmcclient/zhmccli",
    "name": "zhmccli",
    "maintainer": "Andreas Maier, Kathir Velusamy",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "maiera@de.ibm.com, kathir.velu@in.ibm.com",
    "keywords": "",
    "author": "Juergen Leopold, Andreas Maier",
    "author_email": "leopoldj@de.ibm.com, maiera@de.ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/90/3c/aec2399efaaee7828329ee9437cbffe375ac905ecaf8d997e974075631c1/zhmccli-1.10.0.tar.gz",
    "platform": "any",
    "description": ".. Copyright 2016,2019 IBM Corp. All Rights Reserved.\n..\n.. Licensed under the Apache License, Version 2.0 (the \"License\");\n.. you may not use this file except in compliance with the License.\n.. You may obtain a copy of the License at\n..\n..    http://www.apache.org/licenses/LICENSE-2.0\n..\n.. Unless required by applicable law or agreed to in writing, software\n.. distributed under the License is distributed on an \"AS IS\" BASIS,\n.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n.. See the License for the specific language governing permissions and\n.. limitations under the License.\n..\n\nzhmccli - A CLI for the IBM Z HMC, written in pure Python\n=========================================================\n\n.. image:: https://img.shields.io/pypi/v/zhmccli.svg\n    :target: https://pypi.python.org/pypi/zhmccli/\n    :alt: Version on Pypi\n\n.. image:: https://github.com/zhmcclient/zhmccli/actions/workflows/test.yml/badge.svg?branch=master\n    :target: https://github.com/zhmcclient/zhmccli/actions/workflows/test.yml?query=branch%3Amaster\n    :alt: Test status (master)\n\n.. image:: https://readthedocs.org/projects/zhmccli/badge/?version=latest\n    :target: https://readthedocs.org/projects/zhmccli/builds/\n    :alt: Docs status (master)\n\n.. image:: https://img.shields.io/coveralls/zhmcclient/zhmccli.svg\n    :target: https://coveralls.io/r/zhmcclient/zhmccli\n    :alt: Test coverage (master)\n\n.. image:: https://codeclimate.com/github/zhmcclient/zhmccli/badges/gpa.svg\n    :target: https://codeclimate.com/github/zhmcclient/zhmccli\n    :alt: Code Climate\n\n.. contents:: Contents:\n   :local:\n\nOverview\n========\n\nThe zhmccli package is a CLI written in pure Python that interacts with the\nHardware Management Console (HMC) of `IBM Z`_ or `LinuxONE`_ machines. The goal\nof this package is to provide an easy-to-use command line interface\nfor operators.\n\n.. _IBM Z: http://www.ibm.com/systems/z/\n.. _LinuxONE: http://www.ibm.com/systems/linuxone/\n\nThe zhmccli package uses the API provided by the zhmcclient package, which\ninteracts with the Web Services API of the HMC. It supports management of the\nlifecycle and configuration of various platform resources, such as partitions,\nCPU, memory, virtual switches, I/O adapters, and more.\n\nInstallation\n============\n\nThe quick way:\n\n.. code-block:: bash\n\n    $ pip install zhmccli\n\nFor more details, see the `Installation section`_ in the documentation.\n\n.. _Installation section: http://zhmccli.readthedocs.io/en/latest/intro.html#installation\n\nQuickstart\n===========\n\nThe following example lists the names of the machines (CPCs) managed by an HMC:\n\n.. code-block:: bash\n\n    $ hmc_host=\"<IP address or hostname of the HMC>\"\n    $ hmc_userid=\"<userid on that HMC>\"\n    $ zhmc -h $hmc_host -u $hmc_userid cpc list --names-only\n    Enter password (for user ... at HMC ...): .......\n    +----------+\n    | name     |\n    |----------+\n    | P000S67B |\n    +----------+\n\nDocumentation\n=============\n\n* `Documentation <http://zhmccli.readthedocs.io/en/latest/>`_\n* `Change log <http://zhmccli.readthedocs.io/en/latest/changes.html>`_\n\nContributing\n============\n\nFor information on how to contribute to this project, see the\n`Development section`_ in the documentation.\n\n.. _Development section: http://zhmccli.readthedocs.io/en/latest/development.html\n\nLicense\n=======\n\nThe zhmccli package is licensed under the `Apache 2.0 License`_.\n\n.. _Apache 2.0 License: https://github.com/zhmcclient/zhmccli/tree/master/LICENSE\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "A CLI for the IBM Z HMC, written in pure Python",
    "version": "1.10.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/zhmcclient/zhmccli/issues",
        "Change Log": "https://zhmccli.readthedocs.io/en/stable/changes.html",
        "Documentation": "https://zhmccli.readthedocs.io/en/stable/",
        "Homepage": "https://github.com/zhmcclient/zhmccli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbd047d5143e710f059ea31ef8e9ca1290d622c3f871e9713b49433424da66da",
                "md5": "ec13172332c4193d0159d8e0a9f1de50",
                "sha256": "d70d4aba5b3cd73b44984bb5a767cc4b07c955142bed98897373e93e320a5153"
            },
            "downloads": -1,
            "filename": "zhmccli-1.10.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec13172332c4193d0159d8e0a9f1de50",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 164788,
            "upload_time": "2024-02-13T16:22:56",
            "upload_time_iso_8601": "2024-02-13T16:22:56.183697Z",
            "url": "https://files.pythonhosted.org/packages/db/d0/47d5143e710f059ea31ef8e9ca1290d622c3f871e9713b49433424da66da/zhmccli-1.10.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "903caec2399efaaee7828329ee9437cbffe375ac905ecaf8d997e974075631c1",
                "md5": "0b7e0cd4cdfb13d69e63674fef062096",
                "sha256": "169f81a939a9a143e6ad581f62a8c8db434413115583b80e51ce23670579b483"
            },
            "downloads": -1,
            "filename": "zhmccli-1.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0b7e0cd4cdfb13d69e63674fef062096",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 131887,
            "upload_time": "2024-02-13T16:22:57",
            "upload_time_iso_8601": "2024-02-13T16:22:57.918758Z",
            "url": "https://files.pythonhosted.org/packages/90/3c/aec2399efaaee7828329ee9437cbffe375ac905ecaf8d997e974075631c1/zhmccli-1.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-13 16:22:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhmcclient",
    "github_project": "zhmccli",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "zhmccli"
}
        
Elapsed time: 0.19144s