# ITSI Python Libraries This directory contains ITSI libraries for Python. Some of the notable scripts: * [itsi_path](./itsi_path.py) is imported early on in various entry points into ITSI app (scripts, tests, modinputs, bin etc) * [itsi_py23](./itsi_py23.py) defined some types and path for Python2 and Python3 compatibility ## Directories: * [py2](./py2) contains Python2-specific libraries. Those should not be imported user Python3 runtime. Some of them will only compile under Python2. * [py3](./py3) contains Python3-specific libraries. Those should not be imported user Python2 runtime. Some of them will only compile under Python3. * [py23](./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.