Skip to main content

Prebuilt nsjail executables for Python developers

Project description

python-nsjail

Prebuilt nsjail executables packaged as Python wheels

Overview

python-nsjail distributes the nsjail binary as a Python package for easy installation via pip.

Note: This is not a Python library — it only provides the nsjail binary executable.

Installation

pip install python-nsjail

This creates an nsjail command in your environment's bin/ directory (e.g., ~/.local/bin/nsjail or /some/where/.venv/bin/nsjail).

How it works: The nsjail command is a small Python wrapper that executes the actual nsjail binary bundled inside the package. The wrapper uses os.execl() to replace itself with the real binary, preserving the process ID.

Virtual Environment (Recommended)

Using a virtual environment keeps nsjail isolated:

# Create venv
python -m venv .venv
source .venv/bin/activate

# Install python-nsjail
pip install python-nsjail

# Verify
nsjail-status

Usage

Command line

nsjail --help

Check nsjail path

nsjail-find

Output:

nsjail status:
  System PATH:   /root/workspaces/python-nsjail/.venv/bin/nsjail
  Bundled:       /root/workspaces/python-nsjail/src/nsjail/nsjail

Package version: 0.1.0b3.dev1+g71c0da62d.d20260323
Bundled nsjail:  3.6

Building from Source

For development or building from source, see CONTRIBUTING.md.

System Requirements

  • OS: Linux only
  • Kernel: Linux 5.10+ (some nsjail features require newer kernel syscalls)
  • Permissions: Using nsjail requires CAP_SYS_ADMIN or root
  • Python: Python 3.9+

Platform Compatibility

Platform libc Compatible With CPU Requirement
manylinux_2_34_x86_64 glibc 2.34 Ubuntu 22.04+, Debian 12+, RHEL 9+ x86-64-v2* (SSE4.2, POPCNT)
manylinux_2_34_aarch64 glibc 2.34 ARM64 systems ARM64 (v8+)
musllinux_1_2_x86_64 musl 1.2 Alpine Linux, other musl-based x86-64-v2* (SSE4.2, POPCNT)
musllinux_1_2_aarch64 musl 1.2 Alpine Linux ARM64 ARM64 (v8+)

⚠️ x86-64-v2 Note:
The x86_64 wheels are built with manylinux_2_34 containers which use x86-64-v2 by default. This requires a CPU from ~2010 or later (supports SSE4.2 and POPCNT instructions). Most modern systems support this. If you need to run on older x86-64 hardware (pre-2010), please use the source distribution or build from source.

License

  • nsjail: Apache-2.0 (see google/nsjail)
  • python-nsjail packaging: Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ x86-64

python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ ARM64

File details

Details for the file python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9bd5909c5db5bf23f37799edbfc70b659f23f06785aa2616ff12f23895d43df
MD5 3ee2e8b423ca592af64139782b291eb2
BLAKE2b-256 31d51f7a0cec69bcc3307a45827b3ece6646bc59613cbd928a8ca601135fa8a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 30a4d62169a4053e4fc73b6a371753aaea990acb7b4d403ceea6cbb9d16e18bd
MD5 42d8e5fa834c6ec0a56f164ea931cb0e
BLAKE2b-256 532e6ee17536b8e0b0df87488a0b0ae94f149ba0fac0152c2b92861f52b1475c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 daba77413f3e899aca0a0be4cbdc294b294527ffd2b92021186b4256f7486380
MD5 e3724615723295b8f0ff65d1bf1136a5
BLAKE2b-256 df0b772b195d7ff75575d530882213ae73967b30fecb1497cc94954cc9a7e44f

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 de99f846b3a457e10b57ff5d8efbd408a29129ad63499042b48f1fd2690f410d
MD5 0b28451f8b2c7c7e353a83f990922004
BLAKE2b-256 00a5d49c671e87b14b973dc5abb19b6b33baf448b0f29b901da80c30ec80f0dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c80ff276ac4ed85879ecd3e8142b1caaf7333c34fee83de93a549e999d9ad29
MD5 b75443e43f7380720f5febdb1f18c112
BLAKE2b-256 3c043d9e97e40bc00f7c79b25443065a84b02c2b55701926bbedc6f24e7fe2bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb338fa0651431658f29909de6e722605986513233a368c6bae677b07577d62d
MD5 827e3c78f94fdfee5193d8ac8517ed89
BLAKE2b-256 a94ba468db55d8b0169fdccbe6616489ed80914f64fb7697013c2dd797ca8ba5

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e8feb1d00473943e13747f55366d7790f70cffd5d24ca2a361f4e9701061f272
MD5 b3b9e18b4a48b2baba73b41ee321cc59
BLAKE2b-256 4c76433dbe50aade8e6277a942984ddba9ee2c605f8fcaace8391a8f25619e60

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 2736298fba1dbe4455a8816e8530951802da6a24f6ee514c0948d683c69b0144
MD5 bc81788ae2cc5678e109471b919540bb
BLAKE2b-256 9781e914ec4ed984766bd2ef7ab0a45a445f06b8c14f136a349296ef246a3a2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b24210abbeb51af80a4084c877655b34a79565803fbb3b2a6b0b461118cbb7f
MD5 ec03ad8b7022ce8a62b8f8b9fe3b5b7b
BLAKE2b-256 a11c27de65bcd550c42cc69cb1161e1c0619c897ad3f6107e6759495eb6cdd13

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c32989f95c5b16405d608024ddc229912372b463c2a2fb912c55d9504b4633b4
MD5 77dac29778ad85704a30d4c54c4d1b44
BLAKE2b-256 04dc56a5ae80e433f55e1db292e5c552868fec080117e233b48155e2a1be2183

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 32ce4e776aa2812647c22cf03033c5199eb5f894336f4af440645b202ccb6236
MD5 d7a6ce347d2ace9d2192843d974d08f3
BLAKE2b-256 953530fc180282839cbc6c0df76f64981be65046d15261468b26b8d793e580af

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 35eac3c3ad85b6df6313d1cb415113e6493422f842409278cf68d4d004df2c7c
MD5 e019b9e28c035e425cb5a3340d6cb6a6
BLAKE2b-256 d6a28c2a605b7100a00ec5bba5f1e0d28da97a12c1d17c9e527ee2692dade02d

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9043d587292c2b83860663206f8271ced4247fd5f1d58a44b1338cb87accdec
MD5 6c882d93e4542f9e88c5fc9cd2276981
BLAKE2b-256 8dc673a14b0960fe7f962178f3477348dc1023cc9391ad0e6d4cf5238d92be80

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd1cdd37af9d6f4557e8e4ccbde959a6df610c214bb1da9197340b00d430a547
MD5 bc63224d833baa714b3eee579677248e
BLAKE2b-256 6497ea71159f5993e9285188f3830e8dc6a0118cc97b1f8bb0f37f77baf53657

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 40b145762a112ce398672352fee92588654cc4ef83c77fabaf5138ed92307b49
MD5 47540e1847d8e238ef9734b67cdeb598
BLAKE2b-256 b9d41766705b05608b46c373e71d9790b72553f56d7bfd71e6bba79049416d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6b743ba14cc971fd3117ad5e418eaf21d41b506798379338c136c61de6b37a7b
MD5 b4775e97391eef23a4cbfb88841cd15c
BLAKE2b-256 ea5c98a4c138f149351ed4c0fda2a3aed9e524051bb39bb7b41ab7af8f8a5c24

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 945615ddf614e1d3f42311413f03eebf6c3d2435aa894b1c04db792db9ac5e07
MD5 12f09ebe7088bb7f82caaf8314a92518
BLAKE2b-256 f2aca02853b540d62cdcceccaac4500d0aafe5286d03b762dc4600e3575d3b13

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffd4f3a3e596e80434b97b3f27daf5a3583b951eb4ca6a732cbf308384513d85
MD5 9c6ee22e9cc8f19a60417e44cc2fc005
BLAKE2b-256 2efdb059c4cbe432375328015d8c24d47fe3b4fa1342942facb5ef389294fb58

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a0c0737b8c6453900e383e8f4b86f2ec3845e31f5e4fdc094346839aba3d53f6
MD5 c26f1e6f06e62a15985897cd93317e80
BLAKE2b-256 53d1b3d2645e53b8e73454795f2c05f6940468ed745d5ce6137e1b0a0abe3e3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8e009ea5aa2632bb4c1750778f775d7c1f5a07d7510d47232ad4fddd9f2de07f
MD5 a618335a7f7029c1f513a0b10e83d98d
BLAKE2b-256 9c8540ba1d86d8e56f792e94d9c6784b210182eda0e16f2c3a2ef45da065509e

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp310-cp310-manylinux_2_34_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 526a342627a658412e73425b13b176e7b1f1234c15863f300239026cad4b9998
MD5 69bc4901e4fda836abe5601e587dd225
BLAKE2b-256 2d36d5bf8c7ed3bdc0331055921b9dbe7d28e6ef7f3a2f3634413ab40aa5e5fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 879584dd3ee580ad332d95098daa1b9532c32858de632f4b0054985b49a571fc
MD5 b301b04047ab509fb776675163d23e5c
BLAKE2b-256 a1ca0b415da923cde6bcecc4dd9f28603612f9ee432afcef3d20745de7362550

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 08a1a22175445fc4e4ea061357330a93a72462613b4c7ce016b12ea46e301ac4
MD5 f0594def03181ae48d38b37ecf5f86a1
BLAKE2b-256 6f5d4c37e1ee3b849a320667a5d3b3435e455a1005c4fb39b7c006e0f902e61b

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_x86_64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 413d4db657d1e05f103e0a21fe9cabbf4778aa503353c7cba0e25d3327a97256
MD5 3adef6bdfd5e1daaedfb55db09b06116
BLAKE2b-256 f710dc99b4b2e9d651d639747c6e690c2f343dc160b1422eefe40178f1a17355

See more details on using hashes here.

Provenance

The following attestation bundles were made for python_nsjail-0.1.0rc2-cp39-cp39-manylinux_2_34_aarch64.whl:

Publisher: build-and-publish.yml on tanbro/python-nsjail

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page