Skip to main content

RKO-LIO

Robust LiDAR-Inertial Odometry Without Sensor-Specific Modelling

IEEE RA-L arXiv GitHub License GitHub last commit

PyPI - Version ROS Package Index ROS Package Index ROS Package Index ROS Package Index ROS Package Index

Visualization of odometry system running on data from four different platforms in four different environments
Four different platforms, four different environments, one odometry system

Quick Start

Following is for the python version, see ROS for that.

Assuming you have a rosbag (ros1/ros2) which contains a TF tree, you can run RKO-LIO through

pip install "rko_lio[all]"
# or
pip install rko_lio rosbags "rerun-sdk>=0.31"
# data path should be a directory with *.bag files (ROS1) or a metadata.yaml (ROS2)
rko_lio -v /path/to/data

Why pip install those three packages?

  • rko_lio -> the odometry package
  • rosbags -> required for the rosbag dataloader. Both ros1 and ros2 bags are supported!
  • rerun-sdk -> required for the optional visualizer (-v flag)

pip install "rko_lio[all]" fetches the other optional dependencies as well.

Check further options for the CLI through rko_lio --help.

To dump a default config you can edit and pass with --config, run rko_lio --dump_config.

More details are available in the Python docs.

Extrinsics and convention

Please note that the system needs the extrinsic to be specified between IMU and LiDAR. Either your data includes this in some format, and then the dataloaders try to automatically read it, or otherwise you can specify it in a config file (required if it's missing in the data). Pass the config file with

rko_lio --config config_file.yaml

This file needs two keys: extrinsic_imu2base_quat_xyzw_xyz and extrinsic_lidar2base_quat_xyzw_xyz, which must each be a list. For example: [0,0,0,1,0,0,0] for identity. Both keys are required.

Throughout this package, I refer to transformations using transform_<from-frame>2<to-frame>. By this, I mean a transformation that converts a vector expressed in the <from-frame> coordinate system to the <to-frame> coordinate system. Mathematically, this translates to:

$$ \mathbf{v}^{\mathrm{to}} = {}^{\mathrm{to}}\mathbf{T}_{\mathrm{from}} \mathbf{v}^{\mathrm{from}} $$

The superscript on the vector indicates the frame in which the vector is expressed, and $^{ \mathrm{to} }\mathbf{T}_{\mathrm{from}}$ corresponds to transform_<from-frame>_to_<to-frame>.

ROS

Supported distros: Humble, Jazzy, Kilted, Lyrical, Rolling.

sudo apt install ros-$ROS_DISTRO-rko-lio

Or if you'd like to build from source, clone the repo into your colcon workspace and

rosdep install --from-paths src --ignore-src -r -y
colcon build --packages-select rko_lio  # --symlink-install --event-handlers console_direct+

In case you cannot system install the necessary dependencies through rosdep, you can also build the dependencies while building RKO-LIO

colcon build --packages-select rko_lio --cmake-args -DRKO_LIO_FETCH_CONTENT_DEPS=ON

A launch file is provided:

ros2 launch rko_lio odometry.launch.py imu_topic:=<topic> lidar_topic:=<topic> base_frame:=base_link

The three parameters imu_topic, lidar_topic, and base_frame are the minimum you need to specify for the launch file. You can specify them and other options all at once in a config file passed with config_file:=file.yaml.

Check further launch configuration options through ros2 launch rko_lio odometry.launch.py -s

More details are available in the ROS docs.

The same note above about extrinsics applies here as well. Though you probably have a well defined TF tree and need not concern yourself with this (I hope).

Citation

If you found this work useful, please consider leaving a star :star: on this repository and citing our paper (RA-L | arXiv):

@article{malladi2026ral,
  author      = {M.V.R. Malladi and T. Guadagnino and L. Lobefaro and C. Stachniss},
  title       = {A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modeling},
  journal     = {IEEE Robotics and Automation Letters},
  year        = {2026},
  volume      = {11},
  number      = {6},
  pages       = {7420--7427},
  doi         = {10.1109/LRA.2026.3685966},
}

The paper supplementary material page collects extra figures and explanations pertaining to the same paper.

You can check out the branch ral_submission for the version of the code used for submission to RA-L. Please note that that branch is meant to be an as-is reproduction of the code used during submission and is not supported. The master and release versions are vastly improved, supported, and are the recommended way to use this system.

Contributing

My goal with this project is to have a simple LiDAR-Inertial odometry system that can work with minimal friction, in the lines of "it just works". I gladly welcome any contribution or feedback you think would help in this direction. Performance improvements or bug fixes are of course always appreciated.

Thanks to the following contributors

Acknowledgements

KISS-ICP, Kinematic-ICP, Bonxai, PlotJuggler, Rerun

This package is inspired by and would not be possible without the work of KISS-ICP and Kinematic-ICP. Additionally, we use and rely heavily on, either in the package itself or during development, Bonxai, PlotJuggler, Rerun, and of course ROS itself.

A special mention goes out to Rerun for providing an extremely easy-to-use but highly performative visualization system. Without this, I probably would not have made a python interface at all.

License

This project is free software made available under the MIT license. For details, see the LICENSE file.

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.

rko_lio-0.3.1-cp314-cp314t-win_amd64.whl (823.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

rko_lio-0.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (727.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

rko_lio-0.3.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (652.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

rko_lio-0.3.1-cp314-cp314t-macosx_11_0_x86_64.whl (592.5 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ x86-64

rko_lio-0.3.1-cp314-cp314t-macosx_11_0_arm64.whl (563.3 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

rko_lio-0.3.1-cp314-cp314-win_amd64.whl (793.9 kB view details)

Uploaded CPython 3.14Windows x86-64

rko_lio-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (723.3 kB view details)

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

rko_lio-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (649.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

rko_lio-0.3.1-cp314-cp314-macosx_11_0_x86_64.whl (574.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

rko_lio-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (541.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rko_lio-0.3.1-cp313-cp313-win_amd64.whl (771.7 kB view details)

Uploaded CPython 3.13Windows x86-64

rko_lio-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (722.4 kB view details)

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

rko_lio-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (647.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

rko_lio-0.3.1-cp313-cp313-macosx_11_0_x86_64.whl (574.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

rko_lio-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (538.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rko_lio-0.3.1-cp312-cp312-win_amd64.whl (771.8 kB view details)

Uploaded CPython 3.12Windows x86-64

rko_lio-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (722.3 kB view details)

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

rko_lio-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (647.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

rko_lio-0.3.1-cp312-cp312-macosx_11_0_x86_64.whl (574.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

rko_lio-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (538.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rko_lio-0.3.1-cp311-cp311-win_amd64.whl (767.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rko_lio-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (719.3 kB view details)

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

rko_lio-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (645.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

rko_lio-0.3.1-cp311-cp311-macosx_11_0_x86_64.whl (569.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

rko_lio-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (537.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rko_lio-0.3.1-cp310-cp310-win_amd64.whl (765.4 kB view details)

Uploaded CPython 3.10Windows x86-64

rko_lio-0.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (717.3 kB view details)

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

rko_lio-0.3.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (642.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

rko_lio-0.3.1-cp310-cp310-macosx_11_0_x86_64.whl (566.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

rko_lio-0.3.1-cp310-cp310-macosx_11_0_arm64.whl (534.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file rko_lio-0.3.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: rko_lio-0.3.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 823.4 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ad87425be813370be0fa01b9da2c06ca1d026c9cef0795c34bd269c7f86560c5
MD5 40659e68caa04ddfe842387459953ffc
BLAKE2b-256 4d4f047bc733dcd7c338cfa189d8c33c10163703dda1152cbff221999920cb13

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314t-win_amd64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbfb786aa5d69fbb31e588238ba4a9a65d1603ff54af07e8225c4fed6323c5e2
MD5 b6d793b926cfe15f5cf01ba1a8efc8fc
BLAKE2b-256 e09c06bcbeafd51d60c406e02a5cc5f7a5ffa622883ee2429a8c9482b0baffd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82dc721c60cbdbf6941395932a9b22ad660ac5112f3da22f9d8c85f29d5a19f8
MD5 67523795ea0af43fbe543661f33e3ba8
BLAKE2b-256 b45e90b415732510840c9809576a52d23f66955954993ceea9c32ad9cec0962b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314t-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314t-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0bfed824438a0d0b58333ba758ef750fca6a644e9b4febac25dec9f0623d355c
MD5 1e510efb6aef6593bdee7be8d5b5fd1e
BLAKE2b-256 ce45fef7dca4ec7f914ad75b3253407897262d7ce71a022948bf6860008b00e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314t-macosx_11_0_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e853c5e2b647ced881e3fea1c6ce342834d6be12adc59d32e60d2d493180c4f2
MD5 aa14632fbf775fbb1c89e27b848e7eae
BLAKE2b-256 06a3f97dd5911693c19723a1a5682bc2787cbd1dba0a7fd56e2ff52dd868a214

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rko_lio-0.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 793.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4aa8ebbdd3c56a011629c60fb5064eb393c194d5edf6b84e3d7dd836ce49ccfd
MD5 da5f91768548dcb63f412aa28b6a3902
BLAKE2b-256 9e01544893b257d9452ff8bee6e3bde4b58961f7db37e104786deeae5a9ec192

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314-win_amd64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f15470fa5b275a9b72126f4d5e6fbf432dc7be02ab35918a42b5758c5118aff
MD5 6d2b611ee6b7a73704493c4cdb3799d7
BLAKE2b-256 af97e15995d8fd5345bd834276d9df175dc5db4d69464540720b9d7d2c5690d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab5b83676f42a9f8e14bd13bf2b99ff67bcfd790e63681e6cda9f56359ab6dd0
MD5 d5ba1a7ba2018c39a9b995b10d519b44
BLAKE2b-256 99607f80416ee270eb0a6c1191547adfaeddebc895d405421a0e0d1c908c5487

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1e11a9930e8ffc667aae5632e3e34e16d76864287d8a3d1ad232cc2898aecbe9
MD5 60a86b06ba2691add2d1d29fc8aa754a
BLAKE2b-256 a444ae962aa289b75545ed2d67a765932c83affd3a7edf611be3fe57f6b8f86c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dca4ebaf1b319e5fb5c23e4e4df072463024bb35201d390de3f7b96aa66042d
MD5 d9ea40bfc04bb5ebaf5dd3c60ad7d972
BLAKE2b-256 ed7ee4090932ee2b87dd403d2cfa22c4416748f3e870cfe090b136b232d9a7a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rko_lio-0.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 771.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rko_lio-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6477c1ea5e1e825868e70c0e2b94064052e1f2e60928c0ab37b5422aa24b6356
MD5 7551dcc55480dfcf6f9a71cef356c2d4
BLAKE2b-256 9bb8e0c851b00384733be918c735eb89a8b4d68db5e404cc9d3a6782bdbbbb33

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp313-cp313-win_amd64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c0b8e2e911084426552c445d8e4a554503323d8be68a31023679746af438fd1
MD5 73da00e09d4944648532e54f60114c70
BLAKE2b-256 2fae83b67a11722dab4ab7a093fd93045c27390cc9e39208fda8d89dc525272e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0101ff92556f98ce8c515aabd4f02e92717c169d767deb123cf637ae4ee4f460
MD5 deaba5c9fddd32e90fbcbbd8fe0b1ccf
BLAKE2b-256 288870073283dcfbf50c5f68c726b3e1bf08a91d781802dc2fc548a465e8e1b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 da51748dc4bf10d3af39732f8931a630618063115746c8752f9e974c13a031af
MD5 0cb68ae050b84b22ff250f03bc270a40
BLAKE2b-256 8d0cba3be7067090b4ba02eb1fe8b7fdd2c705c11b13f5fc74a4c0d798b9aa92

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08b949e714731ea508fec3cd9bf56d32b992fef89d95233dab8c0395fab486ab
MD5 b3d41609e321b004c242b7f547d4a168
BLAKE2b-256 eb894a4da38884f0e1cc397a8c06e8de57f112f30ec051a0c51e516d728b4191

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rko_lio-0.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 771.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rko_lio-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d05d28b74e51fab64376a712e1b30c914ca9e2506f8a671791458dfc01072d4b
MD5 55c8905beda19c93bb5583fb0c4646be
BLAKE2b-256 07c054a02f046a4095cf39c1ee69b82a884fa6b27b371b1b52a3eaf318ae4b92

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp312-cp312-win_amd64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4737ac5bd09ad48b58c18c21f4088bbba7fdde6a0910da941bec88953c75801
MD5 869b505900dd6d03aa35a89b35c7e504
BLAKE2b-256 3875a823bb772d3cad3427bffdd9cc674302f8efd755b01c00d1235a7207145b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f50cefe59a056bfb3d338ab612b28e087aa39f66dc3a57fc01c56e76cda4c966
MD5 65a8641c4c7bccf6810e76cea8729aa4
BLAKE2b-256 57d8add7b259fe791bfe1ba3bb90788b13ce5767c3714da8554d8757e135c8ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 65e32ff3f82714ac9754a7d06a4bf25bf98b899a1e157b951657909a95fcc5a4
MD5 ceb13c9ca4b5880668e9910c6d7ede6f
BLAKE2b-256 4903bb3dabea25e89dea428b7f33f60bd22444291091c3be9ec3fa5a0a7e0dce

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 391848e9b427459f353bb0424a7ccbab225359ba288ef8d60e13f5a8486f34b8
MD5 e16249bb735fb3987d21dd25287901d6
BLAKE2b-256 4154c157b7e3fc6ec3f27405f36534cd498558d6d214e550d293071a9cea1759

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rko_lio-0.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 767.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rko_lio-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fcdc52410e661f40e86075751a2c3713589eb951001f4d2436dc74aa9b5ec441
MD5 c2947fa983c10d30c25bba52de2751ee
BLAKE2b-256 92c3b31089a1324c3070a24db4349ec190678f039bbca27c0fa673fb4f127a87

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp311-cp311-win_amd64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79cf0d2141439b407b25adaad0c93a41f584f2964a22a273313aefe31a7615ad
MD5 59c62d7477280ee32086544df77942bb
BLAKE2b-256 03f1b16e144885811a25b2208563cde13c07d6b0e9ec76f93db36bb856d5db94

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 243877da98ff7ef4a4255475274a29ffa2f790d243165eb213d9458f7698ef13
MD5 6885e67fd602602124dc6dd43ee382fa
BLAKE2b-256 76fc60caedbeb50bee9fb6d51ba03e4fd30309bd38b740362706ca24af4c48ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bb05964e04fe30cfce64b83c1a7389ea93c1fc11e7ea72e06d830ed537eeb786
MD5 bbfc4e4ec0f24ae63728b1229d4f471d
BLAKE2b-256 5faa6ec77bdfb7f6594fc3812c35889897f475b01a45761c3401ccf7c197c318

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a013ed5eac9d26ebed85c9711dc25965745659043393b8a58ea9116523e62dd
MD5 6a3a2c5d3fb421ef0c1d30017c2db9fd
BLAKE2b-256 56e864d93f112bdad1100d2be88fe27c534f622b3d41a0afe942775c932be036

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rko_lio-0.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 765.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rko_lio-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30c6d104864e97cc3531a3f65116d4a8888e2554392f806885f307566b0d614b
MD5 7f24e812db7d00417d0ed7aeee8e6237
BLAKE2b-256 968275103b830657ff26a4f50f684edfdc07fe3cfae35e417d0334c01b55d8ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp310-cp310-win_amd64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed417878d0cf2a0a9f47458510768f8e629d1b463809584061ac40a01d04c183
MD5 7b636e3819eb006ce5226281a0f16685
BLAKE2b-256 8b95276c38446ce3b8757539919a141f788f6f9948e24135481c07233cf5fed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77d599d30e3335ef60529bb21cbe43221c1c25e0540747f207c1534bb3ac6b64
MD5 16a2e6b4e5a7cff96a6cf4ca47d9a053
BLAKE2b-256 6ac39b0b933830a0e7e2e26d8b82fe3eed97e4b0df0ae5f6105ec9ff73a79f6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 019b0640e6c94acef02ba090e6acd4382e9f317ff5b1f6515a639f0e74ad1ab8
MD5 478b7f8529f30b33eaa7d0b9c20e6873
BLAKE2b-256 4fc8d5150f61b7bea7d2faed96b2d50d14105425412ed723d17f852d95de564f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

File details

Details for the file rko_lio-0.3.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rko_lio-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc130c6c2857ddf84e6fd3a031501d02eda5c784c15b1709e596e59a597bc1aa
MD5 fa31f6c7f34805c88880e0adf4dd063e
BLAKE2b-256 9bc916f95ff51737c91759999f380cb9f2ec5e9fcb62e6c5bebc681bc3295de9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rko_lio-0.3.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi.yaml on PRBonn/rko_lio

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

Release history Release notifications | RSS feed

0.3.2

30 files

This release

0.3.1 This release

30 files

0.3.0

30 files

0.2.0

30 files

0.1.7

30 files

0.1.4

30 files

0.1.3

30 files

0.1.2

30 files

0.1.1

30 files

0.1.0

30 files

0.0.4

30 files

0.0.3

30 files

0.0.2

30 files

0.0.1

7 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page