You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

878 B

ITSI Python Libraries

This directory contains ITSI libraries for Python.

Some of the notable scripts:

  • itsi_path is imported early on in various entry points into ITSI app (scripts, tests, modinputs, bin etc)
  • itsi_py23 defined some types and path for Python2 and Python3 compatibility

Directories:

  • py2 contains Python2-specific libraries. Those should not be imported user Python3 runtime. Some of them will only compile under Python2.
  • py3 contains Python3-specific libraries. Those should not be imported user Python2 runtime. Some of them will only compile under Python3.
  • py23 contains libraries that will run under Python2 and Python3. Those are helper libraries to help with creating py2/3 compatible code. Note: Splunk Enterprise may include those too, but we force in-app ones to be used.