Mystic Momba mysticmomba
  • Joined on 2024-08-23

airlock-libs (5.2.1)

Published 2025-12-11 11:53:20 -05:00 by mysticmomba in mysticmomba/AirlockTools

Installation

pip install --index-url https://git.racooncity.org/api/packages/mysticmomba/pypi/simple/ --extra-index-url https://pypi.org/simple airlock-libs

About this package

Airlock Digital API Wrapper

Airlock Libs

A Rust implementation of common Airlock API integrations for use in AirlockTools

Deployment

To install and use this library in a standalone Python script

Install Using pip

Follow the instructions here

Install Wheel

Linux

  cd target/wheels/
  python3 -m pip install airlock_libs-<versionNumber>-cp313-manylinux_2_34_x86_64.whl

Windows

  cd target/wheels
  python3 -m pip install airlock_libs-<versionNumber>-cp313-win_amd64.whl

or

Import DLL/SO

Linux

cd /target/x86_64-pc-windows-gnu/release/
Copy libairlock_libs.so to current project directory

Windows

cd /target/x86_64-unknown-linux-gnu/release/
Copy airlock_libs.dll to current project directory

Usage/Examples

import airlock_libs

def pullExecHistories() {
  airlock_libs.pull_policy_exec_histories(api, execution_types, checkpoint_number, policy_names)
}

Features

  • Pull Policy Execution Histories

License

AGPLv3

Details
PyPI
2025-12-11 11:53:20 -05:00
0
AGPL-3.0-only
6.3 MiB
Assets (2)
Versions (34) View all
7.4.1 2026-01-16
7.4.0 2026-01-08
7.3.0 2026-01-07
7.2.0 2026-01-05
7.1.0 2025-12-18