Skip to main content

Object model for interacting with the VMware Cloud Foundation Operations Containerized API

Project description

PyPI version

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
    
  2. Increment the version in setup.cfg
  3. Remove any previous distribution files:
    rm dist/*
    
  4. Build the distribution files: python3 -m build
  5. 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. 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


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

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file vmware_aria_operations_integration_sdk_lib-1.1.0.tar.gz.

File metadata

File hashes

Hashes for vmware_aria_operations_integration_sdk_lib-1.1.0.tar.gz
Algorithm Hash digest
SHA256 239e92049c5cdc104f47f8b1516ca23d20e065159f5e28575c452a846a23719c
MD5 8148b20d0f61177072ce4ca9d7657acf
BLAKE2b-256 fe2c72acd9d864a07ec9c4d1121ca42177b1fa78435943262e54623630ca4846

See more details on using hashes here.

File details

Details for the file vmware_aria_operations_integration_sdk_lib-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vmware_aria_operations_integration_sdk_lib-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a9c321c225c965f52cc490efa3a853673f67d0fb2f28e683657bf85cd8266aa4
MD5 8b0ad982942d7329fc9e33025571df1b
BLAKE2b-256 50a3e27dc7b4cf9271f71195439a0b6f63c067b433d694a38da43a11e2c9b92e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page