vmware-vapi-runtime


Namevmware-vapi-runtime JSON
Version 2.52.0 PyPI version JSON
download
home_pagehttps://github.com/vmware/vsphere-automation-sdk-python
SummaryVMware vAPI Runtime
upload_time2024-06-13 07:27:45
maintainerNone
docs_urlNone
authorBroadcom
requires_pythonNone
licenseLicense :: OSI Approved :: MIT License
keywords broadcom vcf vsphere
VCS
bugtrack_url
requirements lxml pyVmomi six requests pyOpenSSL cryptography setuptools vcenter-bindings vmwarecloud-aws nsx-python-sdk nsx-policy-python-sdk nsx-vmc-policy-python-sdk nsx-vmc-aws-integration-python-sdk vmwarecloud-draas
Travis-CI
coveralls test coverage No coveralls.
            # VMware vAPI Runtime

VMware vAPI Runtime is a client library which facilitates invocations of the VCF SDK APIs from a Python application. It contains HTTP client, API messages serializers, and API input/output validators and converters to native Python types.

This library is required by other SDK modules, that contain Python language bindings for specific APIs, and is installed automatically with them.

[Source code](https://github.com/vmware/vsphere-automation-sdk-python/tree/master/lib/src/vapi-runtime) 

## Getting started

### Prerequisites

- Python 3.8+ is required to use this package.

### Install the package

```bash
pip install vmware-vapi-runtime
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vmware/vsphere-automation-sdk-python",
    "name": "vmware-vapi-runtime",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Broadcom, VCF, vSphere",
    "author": "Broadcom",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# VMware vAPI Runtime\n\nVMware vAPI Runtime is a client library which facilitates invocations of the VCF SDK APIs from a Python application. It contains HTTP client, API messages serializers, and API input/output validators and converters to native Python types.\n\nThis library is required by other SDK modules, that contain Python language bindings for specific APIs, and is installed automatically with them.\n\n[Source code](https://github.com/vmware/vsphere-automation-sdk-python/tree/master/lib/src/vapi-runtime) \n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n\n### Install the package\n\n```bash\npip install vmware-vapi-runtime\n```\n\n\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: MIT License",
    "summary": "VMware vAPI Runtime",
    "version": "2.52.0",
    "project_urls": {
        "Homepage": "https://github.com/vmware/vsphere-automation-sdk-python"
    },
    "split_keywords": [
        "broadcom",
        " vcf",
        " vsphere"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82684e162c5a27e61f57fcccb76d85de03fd5c0b70732005222c1e0609a8f7b8",
                "md5": "e3a8b1055fe02131e5902ec7eac1bd69",
                "sha256": "3ed040f0e1d4a17d00978ea9e32be7b304a12e2ca5c51f107c2a00f8ad52207e"
            },
            "downloads": -1,
            "filename": "vmware_vapi_runtime-2.52.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3a8b1055fe02131e5902ec7eac1bd69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 235332,
            "upload_time": "2024-06-13T07:27:45",
            "upload_time_iso_8601": "2024-06-13T07:27:45.716419Z",
            "url": "https://files.pythonhosted.org/packages/82/68/4e162c5a27e61f57fcccb76d85de03fd5c0b70732005222c1e0609a8f7b8/vmware_vapi_runtime-2.52.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 07:27:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vmware",
    "github_project": "vsphere-automation-sdk-python",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "lxml",
            "specs": [
                [
                    ">=",
                    "4.3.0"
                ]
            ]
        },
        {
            "name": "pyVmomi",
            "specs": [
                [
                    ">=",
                    "6.7"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.12"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.27.1"
                ]
            ]
        },
        {
            "name": "pyOpenSSL",
            "specs": [
                [
                    ">=",
                    "22.0.0"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    ">=",
                    "37.0.2"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "62.3.2"
                ]
            ]
        },
        {
            "name": "vcenter-bindings",
            "specs": [
                [
                    "==",
                    "4.2.0"
                ]
            ]
        },
        {
            "name": "vmwarecloud-aws",
            "specs": []
        },
        {
            "name": "nsx-python-sdk",
            "specs": []
        },
        {
            "name": "nsx-policy-python-sdk",
            "specs": []
        },
        {
            "name": "nsx-vmc-policy-python-sdk",
            "specs": []
        },
        {
            "name": "nsx-vmc-aws-integration-python-sdk",
            "specs": []
        },
        {
            "name": "vmwarecloud-draas",
            "specs": []
        }
    ],
    "lcname": "vmware-vapi-runtime"
}
        
Elapsed time: 0.31700s