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.
admingit 8b76c18bac
dezippper
3 years ago
..
ITOA dezippper 3 years ago
SA_ITOA_app_common dezippper 3 years ago
at_utils dezippper 3 years ago
custom_threshold_windows dezippper 3 years ago
feature_flagging dezippper 3 years ago
gt_utils dezippper 3 years ago
integrations dezippper 3 years ago
itsi dezippper 3 years ago
itsi_module dezippper 3 years ago
java/event_management dezippper 3 years ago
kvstore_queue dezippper 3 years ago
maintenance_services dezippper 3 years ago
migration dezippper 3 years ago
migration_utility dezippper 3 years ago
py2 dezippper 3 years ago
py3/lib2to3 dezippper 3 years ago
py23 dezippper 3 years ago
ui_utils dezippper 3 years ago
README.md dezippper 3 years ago
__init__.py dezippper 3 years ago
itsi_path.py dezippper 3 years ago
itsi_py23.py dezippper 3 years ago

README.md

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.