Object model for interacting with the VMware Aria Operations Containerized API
Project description
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/
- Install dependencies:
python3 -m pip install --upgrade build python3 -m pip install --upgrade twine
- Increment the version in
setup.cfg
- Remove any previous distribution files:
rm dist/*
- Build the distribution files: python3 -m build
- Upload to PyPi For testing:
For distribution: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
In both cases, usepython3 -m twine upload dist/* python3 -m pip install vmware-aria-operations-integration-sdk-lib-x.y.z
__token__
for the username, and paste the token (includingpypi-
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. 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.
License
This project is licensed under the APACHE-2 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vmware_aria_operations_integration_sdk_lib-1.0.1.tar.gz
.
File metadata
- Download URL: vmware_aria_operations_integration_sdk_lib-1.0.1.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0da0e5f9b768123baca4e96ef74331356b20b18ea6069605629df272f72d6a70 |
|
MD5 | 6509329366a216e92359409507dab461 |
|
BLAKE2b-256 | 482cad030d1e5a39434d974ea7e02473f1d48ac55d94b937993411738ae7cdf8 |
File details
Details for the file vmware_aria_operations_integration_sdk_lib-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: vmware_aria_operations_integration_sdk_lib-1.0.1-py3-none-any.whl
- Upload date:
- Size: 44.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d05b1cd96d17f914aa1f0e65de3a11aea1d5229575cb11f6e99501bbea3e2f39 |
|
MD5 | c060cae78e881378f75a9cb6b669996e |
|
BLAKE2b-256 | 95ca122e8f7e5e8749bd2c6f772052918dea536e56e83a4dddf726737bdcb0b5 |