From 098a40a1c0017c41962b12f785f7ff11b77635da Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Tue, 4 Nov 2025 09:10:51 -0500 Subject: [PATCH] Updated README.md --- airlock_libs/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/airlock_libs/README.md b/airlock_libs/README.md index 59b40e6..480ae14 100644 --- a/airlock_libs/README.md +++ b/airlock_libs/README.md @@ -17,7 +17,7 @@ To install and use this library in a standalone Python script #### Windows ```powershell - cd target/wheels/ + cd target/wheels python3 -m pip install airlock_libs--cp313-windows ``` @@ -36,6 +36,17 @@ Copy libairlock_libs.so to current project directory cd /target/x86_64-unknown-linux-gnu/release/ Copy airlock_libs.dll to current project directory ``` +## Usage/Examples + +```python +import airlock_libs + +def pullExecHistories() { + airlock_libs.pull_policy_exec_histories(api, execution_types, checkpoint_number, policy_names) +} +``` + + ## Features - Pull Policy Execution Histories