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

File details

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

File metadata

File hashes

Hashes for vmware_aria_operations_integration_sdk_lib-1.0.1.tar.gz
Algorithm Hash digest
SHA256 0da0e5f9b768123baca4e96ef74331356b20b18ea6069605629df272f72d6a70
MD5 6509329366a216e92359409507dab461
BLAKE2b-256 482cad030d1e5a39434d974ea7e02473f1d48ac55d94b937993411738ae7cdf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vmware_aria_operations_integration_sdk_lib-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d05b1cd96d17f914aa1f0e65de3a11aea1d5229575cb11f6e99501bbea3e2f39
MD5 c060cae78e881378f75a9cb6b669996e
BLAKE2b-256 95ca122e8f7e5e8749bd2c6f772052918dea536e56e83a4dddf726737bdcb0b5

See more details on using hashes here.

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