RustImplementation #23

Merged
mysticmomba merged 118 commits from RustImplementation into master 2025-11-04 18:13:24 -05:00
Showing only changes of commit 098a40a1c0 - Show all commits
+12 -1
View File
@@ -17,7 +17,7 @@ To install and use this library in a standalone Python script
#### Windows #### Windows
```powershell ```powershell
cd target/wheels/ cd target/wheels
python3 -m pip install airlock_libs-<versionNumber>-cp313-windows python3 -m pip install airlock_libs-<versionNumber>-cp313-windows
``` ```
@@ -36,6 +36,17 @@ Copy libairlock_libs.so to current project directory
cd /target/x86_64-unknown-linux-gnu/release/ cd /target/x86_64-unknown-linux-gnu/release/
Copy airlock_libs.dll to current project directory 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 ## Features
- Pull Policy Execution Histories - Pull Policy Execution Histories