List of all Python 3.7 modules that comes preinstalled in vRealize Orchestrator 8.x for quick reference:
| __future__ | _warnings | gzip | runpy |
| _abc | _weakref | hashlib | sched |
| _ast | _weakrefset | heapq | secrets |
| _asyncio | _xxtestfuzz | hmac | select |
| _bisect | abc | html | selectors |
| _blake2 | aifc | http | shelve |
| _bootlocale | antigravity | idlelib | shlex |
| _bz2 | argparse | imaplib | shutil |
| _codecs | array | imghdr | signal |
| _codecs_cn | ast | imp | site |
| _codecs_hk | asynchat | importlib | smtpd |
| _codecs_iso2022 | asyncio | index | smtplib |
| _codecs_jp | asyncore | inspect | sndhdr |
| _codecs_kr | atexit | io | socket |
| _codecs_tw | audioop | ipaddress | socketserver |
| _collections | base64 | itertools | spwd |
| _collections_abc | bdb | json | sqlite3 |
| _compat_pickle | binascii | keyword | sre_compile |
| _compression | binhex | lib2to3 | sre_constants |
| _contextvars | bisect | linecache | sre_parse |
| _crypt | builtins | locale | ssl |
| _csv | bz2 | logging | stat |
| _ctypes | cProfile | lzma | statistics |
| _datetime | calendar | macpath | string |
| _decimal | cgi | mailbox | stringprep |
| _dummy_thread | cgitb | mailcap | struct |
| _elementtree | chunk | marshal | subprocess |
| _functools | cmath | math | sunau |
| _hashlib | cmd | mimetypes | symbol |
| _heapq | code | mmap | symtable |
| _imp | codecs | modulefinder | sys |
| _io | codeop | multiprocessing | sysconfig |
| _json | collections | netrc | syslog |
| _locale | colorsys | nntplib | tabnanny |
| _lsprof | compileall | ntpath | tarfile |
| _lzma | concurrent | nturl2path | telnetlib |
| _markupbase | configparser | numbers | tempfile |
| _md5 | contextlib | opcode | termios |
| _multibytecodec | contextvars | operator | textwrap |
| _multiprocessing | copy | optparse | this |
| _opcode | copyreg | os | threading |
| _operator | crypt | ossaudiodev | time |
| _osx_support | csv | parser | timeit |
| _pickle | ctypes | pathlib | tkinter |
| _posixsubprocess | dataclasses | pdb | token |
| _py_abc | datetime | pickle | tokenize |
| _pydecimal | dbm | pickletools | trace |
| _pyio | decimal | pip | traceback |
| _queue | difflib | pipes | tracemalloc |
| _random | dis | pkgutil | tty |
| _sha1 | distutils | platform | turtle |
| _sha256 | doctest | plistlib | turtledemo |
| _sha3 | dummy_threading | poplib | types |
| _sha512 | posix | typing | |
| _signal | encodings | posixpath | unicodedata |
| _sitebuiltins | ensurepip | pprint | unittest |
| _socket | enum | profile | urllib |
| _sqlite3 | errno | pstats | uu |
| _sre | faulthandler | ptvsd | uuid |
| _ssl | fcntl | pty | venv |
| _stat | filecmp | pwd | warnings |
| _string | fileinput | py_compile | wave |
| _strptime | fnmatch | pyclbr | weakref |
| _struct | formatter | pydoc | webbrowser |
| _symtable | fractions | pydoc_data | wsgiref |
| _sysconfigdata_m_linux_x86_64-linux-gnu | pyexpat | xdrlib | ftplib |
| _testbuffer | functools | queue | xml |
| _testcapi | gc | quopri | xmlrpc |
| _testimportmultiple | random | xxlimited | genericpath |
| _testmultiphase | getopt | re | xxsubtype |
| _thread | getpass | readline | zipapp |
| _threading_local | gettext | reprlib | zipfile |
| _tracemalloc | glob | resource | zipimport |
| _uuid | grp | rlcompleter | zlib |
Tip Run this script in a python-based vRO action to get your own list.
def handler(context, inputs):
help("modules")
return None
Discover more from Cloud Blogger
Subscribe to get the latest posts sent to your email.











[…] List of available Node.js modules in vRO https://cloudblogger.co.in/2022/03/08/list-of-all-available-python-modules-in-vro/ […]
[…] Using out-of-the-box modules: Using the native modules available as part of the languages and develop scripts. Get the list of preinstalled modules for Python here. […]