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