Skip to main content

Python bindings for the Livox SDK2 with a ready-to-run CLI demo.

Project description

Livox SDK2 Python

Brief Introduction

Livox SDK2 Python uses pybind11 to wrap some of the Livox SDK2 C++ interfaces into Python.

Requirements

  • Ubuntu 20.04+ (other modern Linux distros should also work)
  • CMake ≥ 3.16, a C++17-capable compiler, and the Python development headers
  • Python ≥ 3.8

Install the native build toolchain before invoking pip:

sudo apt update
sudo apt install build-essential cmake python3-dev

Installation & Usage

Build and install the Python wheel (which compiles the livox_sdk extension) in one step:

pip install .

After the installation finishes, the livox console script becomes available and mirrors the historical samples/livox_python/start.py demo:

livox

The CLI continuously publishes point clouds / IMU data at the configured pub_rate_hz until you press Ctrl+C. To temporarily override the YAML value, pass --pub-rate 20 (example) when launching the command.

Frame IDs, service names, and the pub_rate_hz are all driven by the YAML exported through livox_cfg. Edit the config once via livox_cfg new / livox_cfg set and every subsequent livox invocation will pick up the persisted values.

Variable Meaning Default
LIVOX_POINTCLOUD_MAX_POINTS Maximum points per frame (controls shared memory usage). 200000
LIVOX_POINT_FIELD_CAPACITY Maximum number of PointField entries carried in the message. 6
LIVOX_FRAME_ID_MAX_LEN Max characters stored in the Header.frame_id. 64
LIVOX_POINT_FIELD_NAME_MAX_LEN Max characters stored per field name. 32
LIVOX_POINTCLOUD_POINT_STEP Bytes per point (should match the point layout). 20

Adjust them to match the desired cloud density before starting the CLI.

All network parameters now live inside a YAML file stored alongside the installed package (.../site-packages/livox_sdk_cli/cfg/livox_start.yaml). Use the companion livox_cfg helper to create and persist edits:

livox_cfg new            # dump the current config into ./livox_start.yaml
# edit ./livox_start.yaml as needed
livox_cfg set livox_start.yaml  # persist the changes back into site-packages

Key fields of the YAML include pub_rate_hz, frame_id, pointcloud_service, and imu_service, allowing you to control every publisher parameter without touching code.

For development you can keep the editable install active with:

pip install -e .

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.

py_livox2-0.0.2-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

py_livox2-0.0.2-cp313-cp313-win32.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86

py_livox2-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

py_livox2-0.0.2-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

py_livox2-0.0.2-cp312-cp312-win32.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86

py_livox2-0.0.2-cp312-cp312-manylinux_2_24_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64

py_livox2-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

py_livox2-0.0.2-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

py_livox2-0.0.2-cp311-cp311-win32.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86

py_livox2-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

py_livox2-0.0.2-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

py_livox2-0.0.2-cp310-cp310-win32.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86

py_livox2-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

py_livox2-0.0.2-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

py_livox2-0.0.2-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86

py_livox2-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

py_livox2-0.0.2-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

py_livox2-0.0.2-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86

py_livox2-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

File details

Details for the file py_livox2-0.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 157191e234a699860a03506bd0ed6864986ee9fc7f1955fdfd7d69e3bfe5c7b3
MD5 e123a71f6a603e35bdedace94106d18c
BLAKE2b-256 70c03afbed5ca00528e6502fb3cb301e22a4fd1c59af75d94468ace313868d65

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fcfb31cd98acfed6c89942cc25d455543678ff0687783eb0da4769c97848ed26
MD5 510d4b02ee553b615a776f039730b9b9
BLAKE2b-256 91e6e5216a1feabb2f445e7e8fa06f456ab51d0da4ffd581d3185585d541d4da

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 454bf9962471352622379e5a6aecfd38186bad001f0b646d62f68b03ad44d42a
MD5 66160c800300f48797951db1199fd5fd
BLAKE2b-256 6392b9471b531eb8073f3cb0e8f15b0bbb42f823a92fab19198cac64fad253c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ebad6ed06a0012445364f8f8dbb84d8db6de6d18283e74d48a130d893ec0c948
MD5 ebfdd9771782308a9496e52336036579
BLAKE2b-256 46f0e704d6cbf49c24f75909fffdeac0f0c0fc5d1451430413c0d71afb814205

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 57d790fa073113b3a7875ec54dff5498f3737d5453f290f13a2a748f24320be4
MD5 a66b6785376d20525ca24acaee98cec4
BLAKE2b-256 3cc51a7c16476fec17623d2b9120e4da650d63f853b580874dfc1e246ddaeb4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp312-cp312-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp312-cp312-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 9871c86c5dc94acef47681f426e7ac94eb02a9910238155cc1cb1d8995d6210a
MD5 53a847cdf3f9e938080a0ee924f33c1d
BLAKE2b-256 8b617de2ef7c272194fe38ebd178d7140022b29013de8c257712842be96b30b2

See more details on using hashes here.

File details

Details for the file py_livox2-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bc6395e5b02f776435ff6ff609856de3e1b363feeb589065748596de87c3080
MD5 f885cf81ea3e7c326e933f63a2630596
BLAKE2b-256 4a6898f73060afe26d3fc89a6474260f86f6d8d40573c03226ca8fcee6e4a57c

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 44e52c15d7ac0d521f4d481b3e7583372a3cfef680754b24eef0314cd3609325
MD5 94a83f914ee6d68f9c83b087eb70fa4f
BLAKE2b-256 b2fba3f16520e4d880371b4bee026330a85100b048d6e906e8ad7d075a85aa23

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5094af37ac9348a56b96eae0d222e0f68b3f2178aeeb879b643e06cd44f1c2e6
MD5 af0cd3b39cd013ee38f8d0356b43eb95
BLAKE2b-256 f5565621d82f53519648cb872bbd8bb012320b0098ca352511d6ed21810b32dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7dada1a00251db5e66f878530ebf27becffa759ad61a77ed122252ae5b85f60e
MD5 15fa2e9997e5c8ff1b84becd083c3635
BLAKE2b-256 0e32bbba0f92c977e4eff4dbd9e711e52e12a5d04585574c890342b24fc46e2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ef34b9ae2898b96399549115c8b20fa64d6c1ff0beeae0f92eaf952794c365e5
MD5 c0a53ac7bdb89fce716c5a5069868707
BLAKE2b-256 857d89838c05c48d1f4dd8004e55df29972c409bab82b32d6eaa5ee995373ad9

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f2f0d51008876fc5d97a20553dfcfb1f0623008c77c47d1828a64b647575b29e
MD5 114fb2e0d7816969b72b2c701c508510
BLAKE2b-256 92f52afbc2badf1f207636e9bc66eb60857a101ecf823fb8db12fdbe91e8b37b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af13bb16c80962ed184fa58a12fed77428f702c7e197fd0f4b82222f6d2fd993
MD5 32c5597a3b3339eee1656df4450ace49
BLAKE2b-256 ec9063872451f439304fcbcb2b380d241ebfa078aca681205f6cf07aa07aad42

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 de03fd7e77f1088143da68b67e3803d063d037b903fe709afb3600f4aa9fe1d7
MD5 739ac13562f303dc0d6dd23ba3867feb
BLAKE2b-256 1ea6a841cd5be83d3f97911d618e9295f0cef389187c9e7c0e52168110c42d8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1153780c48c94feb4622df00bdc432e6b9e6fc5385860a3d29af620963e5751d
MD5 ca2300ba4a9ffac91d9885eac2474711
BLAKE2b-256 9cc73357ec98e3a1a9ee69d6e10de81d5e6bddbef1d8de83efb8b174ebf7831f

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8e34e79fcccda5b551a593164418eee340fd07785519c94d18f6f56ff04b319
MD5 483606f651f39da57a7f1e2337c9f0ba
BLAKE2b-256 9fb3c97949989daca4b636d2268ad3ac675b488c49184bdcf4c646b85b1c080b

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f1108879c63eead31fc39fcddf9aea3c557d850a54260fed5cdc69fb1534c4be
MD5 c5e12426ca65bae50afa2f70483ced83
BLAKE2b-256 707a5a52e8a0769dfb09a439a2751344f686e44919f3f57038c000b321aafe94

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp38-cp38-win_amd64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: py_livox2-0.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for py_livox2-0.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d4937111bf6685190352f1d1665f68bffd001517ebe6f07a1a40a05dcce7029f
MD5 14fd0c983ec484ab7a1f28713d7842f9
BLAKE2b-256 3ae7b156c04d27b1347063e8c31a69393fdc4528726b8020f178722d28ab7fd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp38-cp38-win32.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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

File details

Details for the file py_livox2-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_livox2-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7178e38a840d310d6b72ce9dab4f1774dbfb94e4b2207dc2b658877e2facaa88
MD5 83f29d90150478f038f431c53607e4bc
BLAKE2b-256 4bd23140dc955383e8d03c5303384c32e9f422dcbe9ba660ea3dc84ef959d3e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_livox2-0.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on Astrorix/Livox-SDK2-Python

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