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
748 stars 311 forks source link

automation sdk pacakges not published to PyPi #248

Closed igorfraa closed 3 years ago

igorfraa commented 3 years ago

Hello,

It looks vsphere-automation-sdk-python installs not from PyPi, but either from git: pip install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git

or from local repo copy:

cd vsphere-automation-sdk-python
pip install --upgrade --force-reinstall -r requirements.txt --extra-index-url file://$(pwd)/lib

What is the ratio behind not publishing packages to PyPi?

anusha94 commented 3 years ago

Closing it as it is a duplicate of issue #38