vmware-aria-operations-integration-sdk-lib


Namevmware-aria-operations-integration-sdk-lib JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/vmware/vmware-aria-operations-integration-sdk
SummaryObject model for interacting with the VMware Aria Operations Containerized API
upload_time2023-10-23 13:32:18
maintainer
docs_urlNone
authorVMware, Inc.
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://badge.fury.io/py/vmware-aria-operations-integration-sdk-lib.svg)](https://badge.fury.io/py/vmware-aria-operations-integration-sdk-lib)

Overview
--------
The VMware Aria Operations Integration SDK Library is a Python package that streamlines creating adapters using the
VMware Aria Operations Integration SDK.

Installing
---------
To install this package locally, run the following command:
```
pip install -i https://test.pypi.org/simple/ vmware-aria-operations-integration-sdk-lib
```

To install this package in an adapter container, add the following line to the `adapter_requirements.txt` file, 
substituting `x.y.z` for the desired version of the library.
```
vmware-aria-operations-integration-sdk-lib==x.y.z
```

Releasing
---------
https://packaging.python.org/en/latest/tutorials/packaging-projects/
1. Install dependencies:
   ```
   python3 -m pip install --upgrade build
   python3 -m pip install --upgrade twine
   ```
1. Increment the version in `setup.cfg`
1. Remove any previous distribution files:
   ```
   rm dist/*
   ```
1. Build the distribution files:
   python3 -m build
1. Upload to PyPi For testing:
   ```
   python3 -m twine upload --repository testpypi dist/*
   python3 -m pip install --index-url https://test.pypi.org/simple/ vmware-aria-operations-integration-sdk-lib-x.y.z --no-deps
   ```
   For distribution:
   ```
   python3 -m twine upload dist/*
   python3 -m pip install vmware-aria-operations-integration-sdk-lib-x.y.z
   ```
   In both cases, use `__token__` for the username, and paste the token (including `pypi-` prefix) as password

## Contributing

The vmware-aria-operations-integration-sdk project team welcomes contributions from the community. Before you start working
with vmware-aria-operations-integration-sdk, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco).
All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote
the patch or have the right to pass it on as an open-source patch. For more detailed information, refer
to [CONTRIBUTING.md](CONTRIBUTING.md).

## License

This project is licensed under the APACHE-2 License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vmware/vmware-aria-operations-integration-sdk",
    "name": "vmware-aria-operations-integration-sdk-lib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "VMware, Inc.",
    "author_email": "krokos@vmware.com",
    "download_url": "https://files.pythonhosted.org/packages/3a/7a/e08fbb12421ad8cb5e1708d83c63dfe8368458e9d9119f2e615e94670c2f/vmware-aria-operations-integration-sdk-lib-1.0.0.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://badge.fury.io/py/vmware-aria-operations-integration-sdk-lib.svg)](https://badge.fury.io/py/vmware-aria-operations-integration-sdk-lib)\n\nOverview\n--------\nThe VMware Aria Operations Integration SDK Library is a Python package that streamlines creating adapters using the\nVMware Aria Operations Integration SDK.\n\nInstalling\n---------\nTo install this package locally, run the following command:\n```\npip install -i https://test.pypi.org/simple/ vmware-aria-operations-integration-sdk-lib\n```\n\nTo install this package in an adapter container, add the following line to the `adapter_requirements.txt` file, \nsubstituting `x.y.z` for the desired version of the library.\n```\nvmware-aria-operations-integration-sdk-lib==x.y.z\n```\n\nReleasing\n---------\nhttps://packaging.python.org/en/latest/tutorials/packaging-projects/\n1. Install dependencies:\n   ```\n   python3 -m pip install --upgrade build\n   python3 -m pip install --upgrade twine\n   ```\n1. Increment the version in `setup.cfg`\n1. Remove any previous distribution files:\n   ```\n   rm dist/*\n   ```\n1. Build the distribution files:\n   python3 -m build\n1. Upload to PyPi For testing:\n   ```\n   python3 -m twine upload --repository testpypi dist/*\n   python3 -m pip install --index-url https://test.pypi.org/simple/ vmware-aria-operations-integration-sdk-lib-x.y.z --no-deps\n   ```\n   For distribution:\n   ```\n   python3 -m twine upload dist/*\n   python3 -m pip install vmware-aria-operations-integration-sdk-lib-x.y.z\n   ```\n   In both cases, use `__token__` for the username, and paste the token (including `pypi-` prefix) as password\n\n## Contributing\n\nThe vmware-aria-operations-integration-sdk project team welcomes contributions from the community. Before you start working\nwith vmware-aria-operations-integration-sdk, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco).\nAll contributions to this repository must be signed as described on that page. Your signature certifies that you wrote\nthe patch or have the right to pass it on as an open-source patch. For more detailed information, refer\nto [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\nThis project is licensed under the APACHE-2 License.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Object model for interacting with the VMware Aria Operations Containerized API",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/vmware/vmware-aria-operations-integration-sdk/issues",
        "Homepage": "https://github.com/vmware/vmware-aria-operations-integration-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44b70647cb022ed2c4f052a9bf68a9f1845e6d7d47ee35a1438ac1598c6d1362",
                "md5": "01588ac73df7060864fb0c60056e36e1",
                "sha256": "00e16dcbdef5801c8c2c3c7d2f0913283555f0b1175a3c7af963941aeccd542e"
            },
            "downloads": -1,
            "filename": "vmware_aria_operations_integration_sdk_lib-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01588ac73df7060864fb0c60056e36e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 43301,
            "upload_time": "2023-10-23T13:32:17",
            "upload_time_iso_8601": "2023-10-23T13:32:17.261523Z",
            "url": "https://files.pythonhosted.org/packages/44/b7/0647cb022ed2c4f052a9bf68a9f1845e6d7d47ee35a1438ac1598c6d1362/vmware_aria_operations_integration_sdk_lib-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a7ae08fbb12421ad8cb5e1708d83c63dfe8368458e9d9119f2e615e94670c2f",
                "md5": "2ccde2ed25cd4bcd542c9c54e6da2d8c",
                "sha256": "46f7025b64c5cd7d2859a386cbb79d48b5a6985184cab969fc42afb650c8039f"
            },
            "downloads": -1,
            "filename": "vmware-aria-operations-integration-sdk-lib-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2ccde2ed25cd4bcd542c9c54e6da2d8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 36195,
            "upload_time": "2023-10-23T13:32:18",
            "upload_time_iso_8601": "2023-10-23T13:32:18.803248Z",
            "url": "https://files.pythonhosted.org/packages/3a/7a/e08fbb12421ad8cb5e1708d83c63dfe8368458e9d9119f2e615e94670c2f/vmware-aria-operations-integration-sdk-lib-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-23 13:32:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vmware",
    "github_project": "vmware-aria-operations-integration-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vmware-aria-operations-integration-sdk-lib"
}
        
Elapsed time: 0.12791s