Skip to main content
PyPI Build & Test Docs

Python BPF Assembler.

Based on the BPF assembler in Linux sources.

Installations

Wheels are available.

To build from source you need a relatively recent Flex & Bison:

  • On Windows, you can use winflexbison.

  • On macOS (and sometimes on Linux, on older distributions), you can install them from Homebrew. Note that you might have to add Homebrew’s version to the front of the PATH, e.g. PATH="$(brew --prefix)/opt/flex/bin:$(brew --prefix)/opt/bison/bin:$PATH".

Usage

import bpf_asm


ASM = """\
    ldh [12]
    jeq #0x800, accept, drop
accept:
    ret #65536
drop:
    ret #0
"""

print(bpf_asm.assemble(ASM))

Or use the pybpf_asm script. See pybpf_asm --help for usage.

License

GPL-2.0-only.

Download files

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

Source Distribution

bpf_asm-0.1.5.tar.gz (22.1 kB view details)

Uploaded Source

Built Distributions

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

bpf_asm-0.1.5-cp315-cp315-win_amd64.whl (62.5 kB view details)

Uploaded CPython 3.15Windows x86-64

bpf_asm-0.1.5-cp315-cp315-win32.whl (58.3 kB view details)

Uploaded CPython 3.15Windows x86

bpf_asm-0.1.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (68.3 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp315-cp315-macosx_10_15_universal2.whl (99.9 kB view details)

Uploaded CPython 3.15macOS 10.15+ universal2 (ARM64, x86-64)

bpf_asm-0.1.5-cp314-cp314-win_amd64.whl (62.5 kB view details)

Uploaded CPython 3.14Windows x86-64

bpf_asm-0.1.5-cp314-cp314-win32.whl (58.4 kB view details)

Uploaded CPython 3.14Windows x86

bpf_asm-0.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (68.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp314-cp314-macosx_10_15_universal2.whl (99.9 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

bpf_asm-0.1.5-cp313-cp313-win_amd64.whl (61.4 kB view details)

Uploaded CPython 3.13Windows x86-64

bpf_asm-0.1.5-cp313-cp313-win32.whl (57.1 kB view details)

Uploaded CPython 3.13Windows x86

bpf_asm-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (67.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp313-cp313-macosx_10_13_universal2.whl (98.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

bpf_asm-0.1.5-cp312-cp312-win_amd64.whl (62.4 kB view details)

Uploaded CPython 3.12Windows x86-64

bpf_asm-0.1.5-cp312-cp312-win32.whl (57.3 kB view details)

Uploaded CPython 3.12Windows x86

bpf_asm-0.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (68.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp312-cp312-macosx_10_13_universal2.whl (99.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

bpf_asm-0.1.5-cp311-cp311-win_amd64.whl (62.6 kB view details)

Uploaded CPython 3.11Windows x86-64

bpf_asm-0.1.5-cp311-cp311-win32.whl (57.6 kB view details)

Uploaded CPython 3.11Windows x86

bpf_asm-0.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (68.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp311-cp311-macosx_10_9_universal2.whl (99.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

bpf_asm-0.1.5-cp310-cp310-win_amd64.whl (62.5 kB view details)

Uploaded CPython 3.10Windows x86-64

bpf_asm-0.1.5-cp310-cp310-win32.whl (57.7 kB view details)

Uploaded CPython 3.10Windows x86

bpf_asm-0.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (68.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp310-cp310-macosx_10_9_universal2.whl (100.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

bpf_asm-0.1.5-cp39-cp39-win_amd64.whl (63.0 kB view details)

Uploaded CPython 3.9Windows x86-64

bpf_asm-0.1.5-cp39-cp39-win32.whl (58.1 kB view details)

Uploaded CPython 3.9Windows x86

bpf_asm-0.1.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (69.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

bpf_asm-0.1.5-cp39-cp39-macosx_10_9_universal2.whl (100.8 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file bpf_asm-0.1.5.tar.gz.

File metadata

  • Download URL: bpf_asm-0.1.5.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5.tar.gz
Algorithm Hash digest
SHA256 28c501d6b0b59d296c0c4842856bb989155d719d8446ce592579cb0ad95db02a
MD5 0245f05fd37acfc14e280361aca5a4c8
BLAKE2b-256 f414b55dd9e53347b1e750e012e9c207f88aff46d87ee43c740c340480531016

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5.tar.gz:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 62.5 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 3351009406898f1021ad80dc90194ce042f33955e02feba18aad27a7c7eb8d89
MD5 bb69e082dcfc87fc983a38d14626f620
BLAKE2b-256 d9cead6042b0b7ce6fe45aaeb83787ca8a6c31bc71f0cdde07a594d401fbadfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp315-cp315-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp315-cp315-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp315-cp315-win32.whl
  • Upload date:
  • Size: 58.3 kB
  • Tags: CPython 3.15, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp315-cp315-win32.whl
Algorithm Hash digest
SHA256 2aaa35c19dc98af840a8d7d6ab9dba0ae3e308dd49a375e70a0a371b8b61ad55
MD5 5fcf983d976e5e767475c4d63f6dd70b
BLAKE2b-256 60d7d0868a163af29e0cbf79569640b1b8783808a451e67de2e4e670450592b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp315-cp315-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c008e30a14e91fdcb03ddf9bbbdea84e90dee71e49cd2c523c1f0f10983d29cc
MD5 703fc230ffb3d6414ed1d7155a0ffc56
BLAKE2b-256 6b03711d8e7dcd1725ce8fc5fe0f31d12e9679540951e523a1a9ef32ae296979

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp315-cp315-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp315-cp315-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9b564fca0bb93db79e51751b9a351e4dcff5dcb092364a26ab4aecb13d7aa6d7
MD5 1609322e01c9bc4178598b7bfb78779f
BLAKE2b-256 6bc0fccba509e8800412cbcb4deef7ca46e4ef4b4de65ec2032218670d6c73e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp315-cp315-macosx_10_15_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 62.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d01ceeaa9a2ba5a28f689f07d05aca9fcb11d05ee9dbc44f4cd691183e0c0dca
MD5 75a4c842d5146dc4509dd147c660956f
BLAKE2b-256 6b5f958a2995c46178f0e74bd253dc9a572ea285f26495041da357802956e0f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp314-cp314-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp314-cp314-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp314-cp314-win32.whl
  • Upload date:
  • Size: 58.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 73dbbfb664477ae4e84926f800d9b5a946c8d3db4b3981b0d97c9757b245b4d1
MD5 5bc623c0f45d901b91784d9f13025ac2
BLAKE2b-256 bed9beb60267b650d858413a2e3544c44bc32c7dacc267df1d15897a37896015

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp314-cp314-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 125e1bc654ead3b48830c7f82acde7eccecd6939052172ed7bbd7088dd829f32
MD5 817b210f6adf19a3cd6dd0ea0216da68
BLAKE2b-256 afa8fb1c5e87f25bb7888e1d906de17440ca0e0b2192ede82bf021ad1ccb65d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a0ab862fc8d5da20f6dd35affd68715fd57b17ea6352acadee2ee273487e305a
MD5 2b19dd60cb846bc403b37739f5a15223
BLAKE2b-256 117cd11ca1a960c751a34f0c043cd4aab64fc346531919cc2f30abb9eceaa480

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp314-cp314-macosx_10_15_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 61.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d5f089c268010c306a2f7f129692478dafc3e8931d1d7282cbebda4a9b8e5ea7
MD5 05e3477f910bbfb912556bef2706119f
BLAKE2b-256 11f273dd03e7b7f1f355be5d834dd2589cf1ba57063998e098aecd31146a33a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp313-cp313-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 57.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2b7ca71996c1410c9df7d2bc5cbf890997bb7c8626c2fe499e55e47faed8c129
MD5 37fa4a9c346f7743c44f9269c8e3f7b2
BLAKE2b-256 2fc9b3accfcc21090ff998f466ab979e7b68def91319579242c37db9e8bf7d44

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp313-cp313-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52a2a57f63418fae2f5acd72a5cd853a079921bfb923f2d47e228af3644b1e10
MD5 657cf5829730375faaf5f428e329b65b
BLAKE2b-256 0662b18872afeda2f6f71e0a078d9ed11e0346ea4c7870f5cf1e32ff0f161d00

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 240f19cb5e4a0a01d5a2227f7f98f55b5a8f794980b8e4d2e5af44c8248d0282
MD5 1e91ab52cca1b8655810e674e734fb1e
BLAKE2b-256 3c0a4754e6c003c17aa72e4805be7922f6f90d21622ee075bf888cc53d51ed65

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp313-cp313-macosx_10_13_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 62.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aeec0edcb4929d21b76fbbb15b8a14da563ca1b23b64d62682929163f537b8f4
MD5 37009f1a2149037d2f82b42a02d0d498
BLAKE2b-256 d84193bd65517fc32180fee6a36711bfc7f710ee803f2fe85ac8da339d67c73d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 57.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7a2dc3bf9c4e71b789036ffb08c696606b93a60c1111446763f6697c365e431a
MD5 37f461b632efb4e268c989bdc3717f51
BLAKE2b-256 112276d40a957d0117bbf415311b45d28a7cb230f046785082c0f4ecbfe75b29

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp312-cp312-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f0c05de93e839e511e21af0c4116d227a9dd141265ec576d6986d0c1a33ca8e
MD5 878a7abfda776ed060b054f4db0a381a
BLAKE2b-256 26976a939532b8b68c8da742dced3a3da3faffcbb044532eb59876c209d21e11

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 bd4ea6b1bbccc015514ecd120147933444bac5acb9bdc2e13841289753e4a154
MD5 37ff7fe849f362311987a16116135f7c
BLAKE2b-256 387198f11418bc189080c912484dd42c3a47df770fc9cd56f2683e12fb9e1de5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp312-cp312-macosx_10_13_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 62.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e5ac2f8b108b6eeda355ed8a7675d1cb5a3aeaf4b59753b7ab7ab8ae50398ba6
MD5 7d148600df0145cec1ba77b5e8aada08
BLAKE2b-256 df21f661899a8a795c63b31540abef70c7cc511b6f96984d8ab7b037d0aa475f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 57.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1500c3fd79dd04159de668771001289486e6e73be9d420a67718f16e0abf99b7
MD5 4cd22a95dde29b29bccb695aff2e6627
BLAKE2b-256 a8e2099e711039829b1362699b336e0478d9b5d8cd3cbbf4947c8bcf8aeb6410

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp311-cp311-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa79dff9adebbba7e61379b2c0074073da27f13166720b51a1293e1eb6d55ebb
MD5 001bc201db368e0ac403402c1a78f598
BLAKE2b-256 87622ebcdd5a64ddb096c97c019b581379645eae5f7d57fcec0fc5149fad70b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 47de62971459e109e7f718cb762a2f453a35cf410f5ba3a6509ce0852c2714c5
MD5 32157236defda4f37653be392695ecf3
BLAKE2b-256 460f5afbacde01d91b2cb548d06f7ee70c41406406b8cbfe2f6a2946f0b45c4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp311-cp311-macosx_10_9_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 62.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c9820d3d4dbf0ee08c06af80bcd83db4ea8f1b0f6896769905a2d66c360138d
MD5 9cde33a06641afb6c411962d16bcb66a
BLAKE2b-256 b035fcab80283c81e19a9261eeb8b0039cfca667fba301315c71091c478d10ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 57.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d39d7d2350b2ac160b1b78fcec8a839e3ef50823c635006c662f48587ef7c4a0
MD5 6547b261d75b1877c2fd942ed34e03fa
BLAKE2b-256 5df6d601917bac90e64d74ac72f39ca30feb30dfe0c29e54fd9a1c4365b1dbc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp310-cp310-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc6fb16c4b3a51909203e9f91c1402a00128210c424aec435194a594b33bfeac
MD5 29d697dd298fcfd68b79a538c6d268e9
BLAKE2b-256 2e7d495ada5a771089aba3d3b15d1f10d06b4f3c02ec6ef9fa8881bc5a372ab5

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 643c818e98287fba6d1c65d135f0a57d4fb27d488e46dd09b5847b85f4135490
MD5 2d48ef1236f84529e0eead4f1c2bd4c8
BLAKE2b-256 23bbd2abb0d64abb7281615f9fafb1dde46e4d124c78827b18e4a4cbe3761990

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 63.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4bcfed21e9ae5141ba56eba33edd0cf7c41d645168325d05615fbdbac7542286
MD5 7b392b254c538ca9321f0a7954f7e03b
BLAKE2b-256 9bacf456a8cd1796acb4c6939cafa9e648c049e32896e22026c74f4e6f7ea99d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: bpf_asm-0.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 58.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for bpf_asm-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7a474683c2b9c3243e70e94118fb79418c7c890263d065b6a01b9a24283e2769
MD5 a6e5ec75c28e76596c3aae788b827700
BLAKE2b-256 c93ad332c59a844b357bb876f061d8172ea9f5a34164cbc1be79f51438bc3183

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp39-cp39-win32.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8d02439e9a1d918e4d3d1e2672aefa03f2015068f74a9ebd984d791f5272970
MD5 0e25cbc576f35337dea1bd168040353c
BLAKE2b-256 a53dd4d2278205430b5ba9917a11abf51a04abc8e6857bab44ae40a9cde26140

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

File details

Details for the file bpf_asm-0.1.5-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for bpf_asm-0.1.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 84e8c73390b65bda53da555415ddfb19e6066e071a90857df93b46fa1a2e4538
MD5 266314acb2ce00ff323cf4a6570b8df3
BLAKE2b-256 0510f27a3bb801698a15fcbdba6ba5e80558762ac475fbb06ad13cfed2bbf7de

See more details on using hashes here.

Provenance

The following attestation bundles were made for bpf_asm-0.1.5-cp39-cp39-macosx_10_9_universal2.whl:

Publisher: wheels.yml on segevfiner/pybpf_asm

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

Release history Release notifications | RSS feed

This release

0.1.5 This release

29 files

0.1.4

28 files

0.1.3

24 files

0.1.2

25 files

0.1.1

21 files

0.1.0

21 files

Supported by

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