pyVmomi in whl format

I have converted pyvmomi package in whl format. I have copied in git repos with all the immediate dependency.

My requirement was offline installation where pip3 setup was configured. Rather than going for tar.gz, I have converted whl format.

pyvmomi package in whl format Coverted in whl format for python3. I have copied all the dependency as well Order to install on python3

pip3 install six-1.15.0-py2.py3-none-any.whl

pip3 install chardet-3.0.4-py2.py3-none-any.whl

pip3 install certifi-2020.6.20-py2.py3-none-any.whl

pip3 install idna-2.10-py2.py3-none-any.whl

pip3 install urllib3-1.25.10-py2.py3-none-any.whl

pip3 install requests-2.24.0-py2.py3-none-any.whl

pip3 install pyvmomi-7.0-py2.py3-none-any.whl

This module i have designed for offline environment, with all the dependency order.

git repos: https://github.com/amitopenwriteup/pyVmomi-Whl

Please note: This is converted by me, just sharing. It can have issues as well.