Skip to main content

LiDAR Range Image processing and intrinsic parameter estimation library

Project description

ALICE-LRI

ALICE-LRI (Automatic LiDAR Intrinsic Calibration Estimation for Lossless Range Images) is a C++ and Python library for lossless range image generation and reconstruction from spinning 3D LiDAR point clouds. It automatically estimates all intrinsic sensor parameters from data, so you do not need calibration files or manufacturer metadata. This enables accurate, sensor-agnostic projection to range images and full recovery of 3D LiDAR data.

This package provides the official Python bindings for the ALICE-LRI core C++ library. It is cross-platform and easy to install with pip.

Features

  • Automatic Intrinsic Estimation: Estimate LiDAR intrinsic parameters from point cloud data. No calibration files or manufacturer metadata needed.
  • Lossless Range Image Projection: Convert 3D point clouds to 2D range images with zero information loss.
  • Point Cloud Reconstruction: Unproject range images back to 3D point clouds, recovering original data up to numerical precision.
  • JSON Serialization: Save and load intrinsic parameters to/from JSON files or strings for easy storage and sharing.
  • Cross-Platform: Supports Windows, Linux, and macOS (macOS requires building from source).
  • Dual Interface: Native C++ API and Python bindings for maximum flexibility.

Installation

You only need Python >= 3.8 and pip:

pip install alice-lri

Quick Start

import alice_lri
import numpy as np

# Sample point cloud data
x = [1.0, 2.0, 3.0]
y = [0.5, 1.5, 2.5]
z = [0.1, 0.2, 0.3]

# Estimate intrinsic parameters
intrinsics = alice_lri.estimate_intrinsics(x, y, z)

# Project to range image
range_image = alice_lri.project_to_range_image(intrinsics, x, y, z)

# Reconstruct point cloud
rx, ry, rz = alice_lri.unproject_to_point_cloud(intrinsics, range_image)

Documentation

License

MIT License - see LICENSE

Citation

If you use this library in your research, please cite the ALICE-LRI paper.

@misc{soutullo2025alicelri,
      title={ALICE-LRI: A General Method for Lossless Range Image Generation for Spinning LiDAR Sensors without Calibration Metadata}, 
      author={Samuel Soutullo and Miguel Yermo and David L. Vilariño and Óscar G. Lorenzo and José C. Cabaleiro and Francisco F. Rivera},
      year={2025},
      eprint={2510.20708},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2510.20708}, 
}

Link to paper: https://arxiv.org/abs/2510.20708

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.

alice_lri-0.1.0-cp314-cp314t-win_amd64.whl (357.3 kB view details)

Uploaded CPython 3.14tWindows x86-64

alice_lri-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp314-cp314-win_amd64.whl (341.1 kB view details)

Uploaded CPython 3.14Windows x86-64

alice_lri-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp313-cp313t-win_amd64.whl (344.3 kB view details)

Uploaded CPython 3.13tWindows x86-64

alice_lri-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp313-cp313-win_amd64.whl (331.1 kB view details)

Uploaded CPython 3.13Windows x86-64

alice_lri-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp312-cp312-win_amd64.whl (331.1 kB view details)

Uploaded CPython 3.12Windows x86-64

alice_lri-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp311-cp311-win_amd64.whl (330.6 kB view details)

Uploaded CPython 3.11Windows x86-64

alice_lri-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp310-cp310-win_amd64.whl (329.7 kB view details)

Uploaded CPython 3.10Windows x86-64

alice_lri-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp39-cp39-win_amd64.whl (339.1 kB view details)

Uploaded CPython 3.9Windows x86-64

alice_lri-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

alice_lri-0.1.0-cp38-cp38-win_amd64.whl (329.4 kB view details)

Uploaded CPython 3.8Windows x86-64

alice_lri-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

alice_lri-0.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

File details

Details for the file alice_lri-0.1.0-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for alice_lri-0.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 93cd2d834ea261f5e97afe9c012a177dce06cbbcbcabb6d7bf7da3f24e374584
MD5 fcd351f7ef62c89f562389b9554b7cf0
BLAKE2b-256 8b0fd3ba9ee55f8a8369af6f47f90fc3a367c459a774d880c5652a2dacbfb6bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp314-cp314t-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20e3a994f6ca4cd0217642396e3965e3319a728b3c6b2efcf213149730a03696
MD5 54403cd5705e040212c83117a688525f
BLAKE2b-256 c371b6b0bdc60bae64fc428b75313258ca466b30f8bbe6cd87ded8dd01ecd732

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b44a15c34bddf04907dc3d26db670145c71870b9c11022fa5765969c553912a3
MD5 51c30d4c96f8da8c97d9ea507b6c2cab
BLAKE2b-256 343f6b7ce17bb9195176d6ff854b87373452d500a88916d1ae0cad4e1bd21fe2

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 341.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for alice_lri-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5e54a17825d9159ae93c31516ce0ce5fe14960fe8a31e27c691718b3c06270a7
MD5 d5200280629d22d6853ca4b72b066167
BLAKE2b-256 c2eefeec1f001ce86b3d6e50a8a22c3d85abaefee71ca8b521ffca3893d7068b

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 668d64b3422f9ad2aa52316c68f2ef516a4b646804884f06f24745407e76bd9e
MD5 136fc3aa51d8e3bf3fe9cc88e410e393
BLAKE2b-256 2184dd7527538013d5ac383af18a3e4e1db6c8de65400bfd8bc6a780b7d7d909

See more details on using hashes here.

Provenance

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

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a9f6c7646405c661a349c6ef5d01c7f2d96c57cd0729d042bb05b352f5676ed
MD5 74ea4564928d8cc7fad8e6efcce8c0ef
BLAKE2b-256 d3550535951c27ed76ddcbf6f4479b7822100ab36e636f259d0ce76ef47832ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 344.3 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for alice_lri-0.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 a1836437c38a29738077d9ea10964eb4164ac53e2560a7e29a65073781e34598
MD5 e235db5a204ae937ac95cd3aabb34bb3
BLAKE2b-256 3aec19123f5413b5bf25bbb29626a11d46233bd8b59c56e26c1ad1e582b4d337

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp313-cp313t-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 438af7751e8a20b5525c08ba57a4529237a19ba10f117521be63de5b8d40bb6e
MD5 49978c7b4890b80cfcac17283130ecd0
BLAKE2b-256 b71811d3b312c4d88d1237041053d229ca8454735ed59e6d30c1209242c5e206

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cc0af3ea7bdcc78699589bb8e8a73a42788076fa7c2ce11b8f644ca9f1a46d5
MD5 fba2e6b93392fed24a378edad132dd5e
BLAKE2b-256 c2f3c00630bb333faab15aaf6b107286d92818c5e4eb896b3e7e357077744ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 331.1 kB
  • 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 alice_lri-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ee42e7f36c17fd5b6f0be4958d07cb4623dc9102d45ff548d2f2b18481ca5739
MD5 d2cf6106b683d82c9412a6baca74bd99
BLAKE2b-256 409ea04419de3acca3dc430a4ee9ecb2e53e73ca66e68d9534f6b25f88f32bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 372392cb647a48f2fa659b2902d56f2af2cad96c617eaf65e4acb02e230f9fd0
MD5 beca4e3f8e0189d7953933be3c752dc9
BLAKE2b-256 4f199ee426d8016c854c915bd127072cec3ad2587e670b06fd680c74ebe9c00d

See more details on using hashes here.

Provenance

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

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 148013cdbbcae0ef45e61dc7e18c5bcc1563a9a5ae39e3a3ed54efb38a6e443d
MD5 d57a7dd9f29fb771bc2c1097efce307f
BLAKE2b-256 ff5bef5474b0cb2453dbf9b97df12ffdf361154593269d208eeb5b7075582db0

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 331.1 kB
  • 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 alice_lri-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6b7f6410e1114f6cabcc3535b1dd6dfcae5a778901fe672c2d9f1d2742a91975
MD5 77c18456da7e03adc4c5fb9ea3a7e050
BLAKE2b-256 786724c973cf712159139f28e2872490775c2e8c1903cb424595120ec129dd6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21efc5ace601379fac1ea319dd9220bd6112d6d5c0f95cba7a69a7dfee77e4b0
MD5 ae6395bbd82b2c04f049757a6823a655
BLAKE2b-256 e11db52490b3b796a0aadbd796ad860dd4358dd62b31157658e41170c48407f3

See more details on using hashes here.

Provenance

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

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16cfd6222268b0fe0e251bb8e09c10c23bc42386e17134fe973af2ac6f041ff4
MD5 5597f5699dc58978a524aa4e91f861b3
BLAKE2b-256 aa122e3bb5d53f91fec19a8c93b8bf3a906df37b0aedf2e70cb8e116c2a7ee91

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 330.6 kB
  • 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 alice_lri-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f18238a71bfdfabe21800dc02cbdeed9fb80b6862917437aa9087c7442339b3e
MD5 f62825b78e7722b456d6d15b0f20a12e
BLAKE2b-256 e16afbd779c3d9f1d0e28279b0de781682a19c10ea0e32852ea95e95d51d937a

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91d5a739a120fa518fe1bec6d90bad216ef081be51280acb387c926fb80e55f8
MD5 eacdb01b940300be187403c753ea8f3b
BLAKE2b-256 d53189a317ec2622a2902a032d250c7956894aabc0eb648e8f9d84daba7a0d91

See more details on using hashes here.

Provenance

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

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6c8b4537c3b66b607df58cea36bb7901a317e1361a1ea91c8b5dcfe19a22864
MD5 7782a2895e84328d05930adafc76679f
BLAKE2b-256 a6a4961ab32da03eeb66b4959e318e24dfb07660fbf99974caf4f492d1596a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 329.7 kB
  • 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 alice_lri-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fe6760c753abd50fb5a49d8bd8de456c5dc632a2381ca0c8f7d189732f9b5e3f
MD5 b142d1ee57842caba86df2eefbe0fdb6
BLAKE2b-256 2f4a359490b983ab48d0cc5cf2507628755fc1bc5a58ab4367ffaf5c81043853

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 331c12a15d92498580c3d431eee513f14e0a6ac5002d551669c9aba5c9c8b40d
MD5 be3706459f3602838de83600f6d437ee
BLAKE2b-256 f530385a53b9e63135e62d9d8510e827e2cb5f48ba9b4aa70bec841605fd7805

See more details on using hashes here.

Provenance

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

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0c578e6ba0e1d88a537c50411f1b71fe3f7873207ad5ddc6117c4f2329f16f8
MD5 cd4c776036c246c36d779bf999742e15
BLAKE2b-256 67e5c6000f074ecbd509e98e6f8e28509992649b2de4e14945ff9d3939978ee9

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 339.1 kB
  • 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 alice_lri-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fc3e9c668acfb886dfc59fa89d0aebaf33d506017b26383c1c75e96ab58ebbdc
MD5 3731d576ab701c64282b19255edf0303
BLAKE2b-256 6758afaa7db10b16e3adf09d57e5f2a470ab3fea31c3b357ff5b3a10b31fd9be

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5714c07324e4a7d4228af2931a832ebf5fbbd67190adad643a38def3efa38d54
MD5 d29bd058322dcf4e9037816759fe7101
BLAKE2b-256 57b0b291f6b8fbdd8148c3a0f41976fea727fdd514717d36fc76a4ca851d8d2f

See more details on using hashes here.

Provenance

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

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7019c867f1949b21760d530ae5a5a28dca72d5d385200d90b34cb510cd51f348
MD5 c0385000da2f85cfa1d687ec0fed74c0
BLAKE2b-256 3b670b9707d36ad9c250fa07eaa4c6af1170d9bae5ac88a9bafdd8d81042438b

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: alice_lri-0.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 329.4 kB
  • 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 alice_lri-0.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 11497b7d24ba95c033f6b46f891cef5b6fecb9922472986d16c9401d433a4e4b
MD5 5efeedc18d22cf09bc741619b605d5f0
BLAKE2b-256 b95e71b82303fd9eadb19b85b0f50bb654ba4b01573f02821c62828ce7e2756e

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp38-cp38-win_amd64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2114e22aef7587adfe2d377d0d7e605436db49a8f0db3f9301549d479bf6c6bf
MD5 1e81d5e31f7f0d8c7cab4f1bb05868a2
BLAKE2b-256 3c2ac9a95b6d6172ceff9513fe1b2c77c19472da3bdb8849545fc3395f084c94

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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

File details

Details for the file alice_lri-0.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for alice_lri-0.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4ebd255c3cceeefadfe56f0d16a3678a72c3c3998bf1b59bbfa5e03a46cad66
MD5 971df1a84b992ad1fd23616f717b198d
BLAKE2b-256 3a8c73a4c4bc02e48dfd8f69bbb3b60522f42f49c22b1dd6a12454f303e4354a

See more details on using hashes here.

Provenance

The following attestation bundles were made for alice_lri-0.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on alice-lri/alice-lri

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