vmware / vsphere-automation-sdk-python

Python samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
MIT License
745 stars 313 forks source link

Provide way to install using pypi #354

Closed arthurzenika closed 1 year ago

arthurzenika commented 1 year ago

Describe the bug

Being able to setup this library using pip install from git is nice, but in most organisations there will be an pypi mirror or proxy which whitelists that enable security checks. It would be really useful to be able to install from pypi and that the documentation in the README describe this use case.

Reproduction steps

  1. pip install vsphere-automation-sdk should work
  2. poetry add vsphere-automation-sdk should work
  3. the README should point to that ...

Expected behavior

See above. Will add specific issues for each scenario.

Additional context

I think https://github.com/vmware/vsphere-automation-sdk-python/issues/200 is probably related to this issue

aagrawal3 commented 1 year ago

Duplicate of https://github.com/vmware/vsphere-automation-sdk-python/issues/38 and https://github.com/vmware/vsphere-automation-sdk-python/issues/326