Skip to main content

Object model for interacting with the VMware Aria 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

Supported by

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