Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/7d409ad999ddd296c24e13fc0476d332 to your computer and use it in GitHub Desktop.
Save r-ryantm/7d409ad999ddd296c24e13fc0476d332 to your computer and use it in GitHub Desktop.
/nix/store/qwan448w4x07x2vs9g3ai6l7i1lc4yks-python2.7-pyvmomi-7.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pyVim
│   │   ├── connect.py
│   │   ├── connect.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── sso.py
│   │   ├── sso.pyc
│   │   ├── task.py
│   │   └── task.pyc
│   ├── pyVmomi
│   │   ├── Cache.py
│   │   ├── Cache.pyc
│   │   ├── CoreTypes.py
│   │   ├── CoreTypes.pyc
│   │   ├── Differ.py
│   │   ├── Differ.pyc
│   │   ├── DynamicTypeManagerHelper.py
│   │   ├── DynamicTypeManagerHelper.pyc
│   │   ├── EamObjects.py
│   │   ├── EamObjects.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── Iso8601.py
│   │   ├── Iso8601.pyc
│   │   ├── ManagedMethodExecutorHelper.py
│   │   ├── ManagedMethodExecutorHelper.pyc
│   │   ├── PbmObjects.py
│   │   ├── PbmObjects.pyc
│   │   ├── pyVmomiSettings.py
│   │   ├── pyVmomiSettings.pyc
│   │   ├── QueryTypes.py
│   │   ├── QueryTypes.pyc
│   │   ├── ServerObjects.py
│   │   ├── ServerObjects.pyc
│   │   ├── SmsObjects.py
│   │   ├── SmsObjects.pyc
│   │   ├── SoapAdapter.py
│   │   ├── SoapAdapter.pyc
│   │   ├── StubAdapterAccessorImpl.py
│   │   ├── StubAdapterAccessorImpl.pyc
│   │   ├── Version.py
│   │   ├── Version.pyc
│   │   ├── VmomiSupport.py
│   │   └── VmomiSupport.pyc
│   └── pyvmomi-7.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── NOTICE.txt
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment