Skip to main content

Python bindings for [Loro](https://loro.dev)

Project description

PyPI version License

loro-py

Python bindings for Loro CRDT. If you have any issues or suggestions, please feel free to create an issue or join our Discord community.

Features

  • High-performance CRDT operations with Rust implementation
  • Rich data types support: Text, List, Map, Tree, Movable List, Counter
  • Python-friendly API design

Installation

pip install loro

Quick Start

from loro import LoroDoc

# Create a new document
doc = LoroDoc()
# Get a text container
text = doc.get_text("text")
# Insert text
text.insert(0, "Hello, Loro!")
# store the `subscription` reference to prevent garbage collection
sub = doc.subscribe_root(lambda e: print(e))
doc.commit()

Development

Prerequisites

  • Python 3.8+
  • Rust toolchain
  • maturin

Setup Development Environment

  1. Clone the repository
git clone https://github.com/loro-dev/loro-py
cd loro-py
  1. Install development dependencies and run
# choose your python venv
pip install maturin
maturin develop

Project details


Download files

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

Source Distribution

loro-1.5.2.tar.gz (62.5 kB view details)

Uploaded Source

Built Distributions

loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.5.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.5.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.5.2-cp313-cp313t-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

loro-1.5.2-cp313-cp313t-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

loro-1.5.2-cp313-cp313t-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp313-cp313t-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

loro-1.5.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

loro-1.5.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

loro-1.5.2-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

loro-1.5.2-cp313-cp313-win32.whl (2.6 MB view details)

Uploaded CPython 3.13Windows x86

loro-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

loro-1.5.2-cp313-cp313-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

loro-1.5.2-cp313-cp313-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp313-cp313-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

loro-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

loro-1.5.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

loro-1.5.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

loro-1.5.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

loro-1.5.2-cp313-cp313-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

loro-1.5.2-cp313-cp313-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

loro-1.5.2-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

loro-1.5.2-cp312-cp312-win32.whl (2.6 MB view details)

Uploaded CPython 3.12Windows x86

loro-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

loro-1.5.2-cp312-cp312-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

loro-1.5.2-cp312-cp312-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp312-cp312-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

loro-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

loro-1.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

loro-1.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

loro-1.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

loro-1.5.2-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

loro-1.5.2-cp312-cp312-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

loro-1.5.2-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

loro-1.5.2-cp311-cp311-win32.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86

loro-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

loro-1.5.2-cp311-cp311-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

loro-1.5.2-cp311-cp311-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp311-cp311-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

loro-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

loro-1.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

loro-1.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

loro-1.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

loro-1.5.2-cp311-cp311-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

loro-1.5.2-cp311-cp311-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

loro-1.5.2-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

loro-1.5.2-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86

loro-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

loro-1.5.2-cp310-cp310-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

loro-1.5.2-cp310-cp310-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp310-cp310-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

loro-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

loro-1.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

loro-1.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

loro-1.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

loro-1.5.2-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

loro-1.5.2-cp310-cp310-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

loro-1.5.2-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

loro-1.5.2-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9Windows x86

loro-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

loro-1.5.2-cp39-cp39-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

loro-1.5.2-cp39-cp39-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp39-cp39-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

loro-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

loro-1.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

loro-1.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

loro-1.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

loro-1.5.2-cp39-cp39-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

loro-1.5.2-cp39-cp39-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

loro-1.5.2-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

loro-1.5.2-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86

loro-1.5.2-cp38-cp38-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

loro-1.5.2-cp38-cp38-musllinux_1_2_i686.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

loro-1.5.2-cp38-cp38-musllinux_1_2_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

loro-1.5.2-cp38-cp38-musllinux_1_2_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

loro-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

loro-1.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

loro-1.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

loro-1.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

loro-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

loro-1.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

loro-1.5.2-cp38-cp38-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

loro-1.5.2-cp38-cp38-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file loro-1.5.2.tar.gz.

File metadata

  • Download URL: loro-1.5.2.tar.gz
  • Upload date:
  • Size: 62.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2.tar.gz
Algorithm Hash digest
SHA256 70e52acb16474f7c1e52aea2a7fe2771516f1e9f73d4edfe40f3193b122402c7
MD5 815ae9349959e5961c9f0b780f70c119
BLAKE2b-256 a032ce94b1fc342ac90d9ca21bc6e90c727990734a75505cb893b2a71a364faf

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fce298043f02d5714533dc2aaf653f1e455c817bff46837d3cf25753edb39564
MD5 81012f347aa80bbba8b5a50c20c788e4
BLAKE2b-256 c6cfce291b4473b75c8605e5ca6b8bf4a51783eb3b58339984d4fb3b6e1d3579

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bde0e464d3748cd13135164cfcb3671d97837d9c396e773c2c97a83377b9a6a7
MD5 87353caec70c5584e46f7656d06ff3f8
BLAKE2b-256 c55b637c862027cdfd0a4531df94950c3809d678ff23e4172d7025873e83ca00

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9d1a858dca6c0f94adf1796ebf186af9bfe39c0c6d36736cb67595350a611c68
MD5 88342967ee14f332a1e225f56ff91806
BLAKE2b-256 2738fada1954959780f2e10bbd392e312b1c0026329c2b072d0728b7cdc12d8a

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8bba15a1fdaee591e91efcc7fae1e8be222e638f0c8733d5751f097e021ac48
MD5 471f08f33e232b1ffc9a27202145dba5
BLAKE2b-256 f21b152a43c1c3e6ee0c17094b5db8d1a0e0101e07d24fce670ff4b2f430c2b5

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9727a0de4b775b6b1bc19849537befae4ce3f80ee8702e39323f7c955285bf19
MD5 38e2cf2c95a0ee7317523c1fc01c6694
BLAKE2b-256 1c668caf0372a5a43d6cb18440ba2e457cafdfc7424cc709f420d2e89fa80e4b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1c860776b0609982e1c3be889641525ae2b9f5198133bbce921254204d1ac134
MD5 3ae2be558098085294c89cfc448e8374
BLAKE2b-256 b2296036c6d5becd8bcb11630707c9dadca3bd61fb203c1d59add270ce15e104

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 93fcd163c623a4a78fd6e7b7961578d9e32dbf254969e731617efd72f826c92d
MD5 da4aa81553de48d435c8379c47ffcbce
BLAKE2b-256 34935eb022bb8d335ddb2fa68257079f5f513e2d7975f1c284f87cb6b426da4a

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b5ef2091118d403ca0e85962f32e72af30cc3729eb9afdc6e4b47b74c0ca7ed7
MD5 0798cdb2b6e6fcc3c550a95f4280035b
BLAKE2b-256 705c100af6c3a61ccfeb0f9117a641ec43128cdc9b11ac9eb6fa9b7ef99958fb

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4865b8353a80441864ab6e3df3d64900c253ed903679d80d157227d2b1f2424
MD5 12386e37f515def5121a5fe9bc89814a
BLAKE2b-256 6b21dac145bf2dd87d5163ef80b5c72a878736ac714bcdbc63f068cf8341ce4b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e2a61b5ee9bded299c05fb439bb5993e86318091935a4005707ef3609170893
MD5 5aaf2f6db259b0d2485253fa52f89d75
BLAKE2b-256 7c7fb3b7dc1686dc2be4440b036c0eadb83c8f2fd7e3894cc23197ea697616cc

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ec891ddca9dafc5dc4163cdb3c3314303a0db089a21289533c77efce5098e1b
MD5 e5e30d5418446d666ff36c4cb3563bb5
BLAKE2b-256 9b1d84cdaaa460b912f94782b15aa6268b6fe2c4682432b46b9cc688f686a11d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 44c8d2f34a230b9d0c2718dec2e66caa5f66e93f63230203ca59ba69107d3fbb
MD5 f1afce0d16df38eff72b696fde4c6d4c
BLAKE2b-256 90626d31f2f4275d3cc6720fb7266a2bd4a12a1d48da6c2a4b5fe831916e10a2

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 36963665844432964c15d1974b8accd1a7676c48d47cefb26c995d424fb037a3
MD5 a62f6fd0f36c0c0e365a6cb57ec8db7f
BLAKE2b-256 4e238f04e1a00d26be6794e31de274742adf50f207c90f78c174d5f00eee49a7

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e271ee8dc684fbd8b31832ed791d356700c96049949e4de1b4bb55d97a86ee22
MD5 e838e6a59ad5e9b49bb6642b80ff59ee
BLAKE2b-256 2438350b713356574f6a0807d881556778aed0733c5717af90cd5a2e00af59f8

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 686bec6ff8f7551abd24e8737e2ade27593cd53ac78dcc23a114de1209cd96dd
MD5 39d959b727ed7f9938b00bdcef436cac
BLAKE2b-256 ccc7dcf67b7392bb60cf333d0708d520e9d4c0e06cfd79883d1265221977dada

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 360976232c489a439334b0aeac77c144c16880e20559ee96918828602ca21cd1
MD5 def7e0b783f6fcb4055371a6becf3aeb
BLAKE2b-256 f01483fb446d31400c89a8b176e97316dd8b24d36ea9a3975ec3f741e853744e

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1ce3d1579fdae7b78e218322f74354eadb1f6dde2bc9199081ef198cf0c7b633
MD5 c4c3529c16206a76647bbd5e6ca12bed
BLAKE2b-256 9f26276a53c686fefb29c104ea72b268a3195ce9887c3b28698f1b07d01f6b0e

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff2f3ff9281ea47e66280d608a1a1e52280eb10406b1f93ad444b9f31aa4526a
MD5 2d99ef28c77a210dcb8beb2784eb6d1e
BLAKE2b-256 f6725e49f678b67234bf77e42fbd187062dcc4f628816857c5e8b63580e34d48

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e753cd94241ce11baf7261de79a60b5a77131d645b659eaff416e0d060f48aa
MD5 9641a259adfb3366e350435b781e9f6d
BLAKE2b-256 2db523a933204b6e5951053382ac3b6f6e3dc52f8f1b945876dd6fdc5f530d91

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 abdc9b65742726332aee6f45b6362f5e3d14d1071fc9c0ed451993ae4e5e316e
MD5 0798ac337dcc67ab8204926081284238
BLAKE2b-256 94ebdef5f427e1fd95c3fdb54ed68331d4ec03a9f1431df1bc001f888d1819fd

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 570857159e532e77b0b4936b68ead504b86d1f7baa4a496b2ec508919d35e61e
MD5 72586856436c098a923ba680f13b8071
BLAKE2b-256 60aaf3e713006cc57025403981cc25415f980665fbb669ab2d9ed0f3583d363d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b43382534ade5d71bfe9ae52c7423973ec4a7a97a6427c7a73ca269901553a7
MD5 082c4388589e89670a6763b9310abdce
BLAKE2b-256 2c1580b84e409def989256b40d7303c0840dcd72c4b83bb64d3bab849cca2909

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c100b9be17eb17109bd4a87a4f8d47c4a60c568b237922bd27c8d4ad4a93a88f
MD5 6bb4bc982c1ba2f7c640abd2a1271aa5
BLAKE2b-256 6cd66e5c6825941c5b8c2f25400eb13b3a3e2b76d2aeaad7eb5f0ed1de4f6afc

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 470b33a98e48cbd9f7c55708a3f9e2bc5d971c7a79bf2597525dadb0e0ae1477
MD5 bb6989133d1ea123e35b72cd410d0a20
BLAKE2b-256 5871d2c15c0967391e1c8a16b4e31835773731aceeb13732e917f9917e5901a7

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 addf2fb903a77336979d587b720f9f17ef4fec39a88345823ff25e0fafd65100
MD5 9d3d79e9cf37cba14c1612f79c9cd881
BLAKE2b-256 98168f8e0cd975a59e9e02cf13c7b2f5cc21178c0f9806fe5c029a180f26a016

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 add5aefb09656ff87842bc3a3efa5d6fe43179fb474bc221e2c673bbbf0f8b77
MD5 a02af6936e8179c4dfae3adc825bac81
BLAKE2b-256 66bc692a88fabc92c1a93ba41b1779beb32df27ab786ea47432ef5a446917651

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3df2871237d5504f0fce883fbc01944113236ec2ad9f2c0e610207bf4ee2e189
MD5 ffb4a09aa9262e88e39b030f60e8cd79
BLAKE2b-256 2798700e959615eb27f7f274f15a78c7a0400869493f062699affbae59543066

See more details on using hashes here.

File details

Details for the file loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27d5f154113bfaac4ac5fb96c995da39e8262fcb1fb91c2b9e9e6fc44560f96d
MD5 f2e285f926ce2d70aad241a564564783
BLAKE2b-256 de0fe5bdf3c2fc07c4f8c4b05b01f2fa1b15defc1a238d476ec9c55b8ef90086

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 489230b2716c0a2ad50e205670abed029ba0787c028a62dd31226f7935f5d1fd
MD5 f5145055f7504558797e7251d0e25e76
BLAKE2b-256 47b3a4725db48fb4c7637076023ccedf7dcb7f24a3d266208f2e2aafb8179861

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f9f77b1f582d86e1a57cdb38a43ea1a5861a6f0d73783335c2efdc3d1dcb793
MD5 29fa0c3bb2a8796b726811caae0cabc5
BLAKE2b-256 f1f6982af3432bde075f1fd3201de0e95f35a868f4e85cee36bb22bb0524b069

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 903fed16d40b0373f747ecc398f5b86aaab16c37b4c670f580c2c5301bad4de5
MD5 b3122673051af727ac06b2f29f460738
BLAKE2b-256 4bdf958e8abb78ca47ce06e0088bc5d44b5945ffbd08503936cbc0340b62a5f3

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 633c026cbb17c485de40f09aab13362f0c79140913dc67445606e3237092d70f
MD5 0555b670e31ea70689ef0bccbe3eb8d5
BLAKE2b-256 3baeaf1713c7c3cc91a9d6cc1b812733665875eb30c22e4c9e0e213a9a69b1a2

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0aa8edef791c1b46e19bf86ab17f9dbefc61b8f1fbecc49054d5eb880380d897
MD5 b36012df8b1afcfa2a7a1ce5d41c0aab
BLAKE2b-256 514e44425f11da9b5278653c3ca01cdfd4da850f94ead5843d8134043ac825cf

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2298b96c5f533807373db27dbf5b10c88f1c5d9e0145feb952e7a813a81af645
MD5 70c68f50ce2ce4bbf99ca49183004b94
BLAKE2b-256 b1d68aaa433d08710cb1b95781d56efad366350082798463e35b5a6a4988b160

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18e3b6f07483c5553795fea05c8d318f96c018909dd390c68b81701afb12cac3
MD5 3d2d050202170df87d1986411392a574
BLAKE2b-256 2b3743c8e3fa8c6239be1b22c0dfd779a4ab000682dddebc23becd057668c436

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 354de426d6404cce252fb81be17a1589f1bd47197ba7f730f60fbb52452f49ab
MD5 a00d6398c7725e6e3c4a574c98f953a2
BLAKE2b-256 d2709e5030bb9f1b86520f482605f660e5a192d6f5e56104fee122fe7d3dc72e

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: loro-1.5.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3ecebbf9f5f880c6ca9a1628e5f469d3d67b67c1fd50536c52c5f6eae01be549
MD5 64c357781793896c77da6d028898d815
BLAKE2b-256 9306dd73ca0865630923f18fa4486e66a171a0a26ae8e7541f1c3d93100f1f5b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: loro-1.5.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 978e9f6b0c9ad8c6b1ab70372eafbe00c41782522b216802cf961a81edd27561
MD5 a17b623bb0d3cc31a607b7d762d831cb
BLAKE2b-256 863efcd87311399e2eff892fb3a6b6f1d3307a2dfd99811fddf0889bee89d585

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f052715922592f099e9b6553fccb48761c5ad83deefcb0df55effde309eb12d
MD5 868e348135c49fd712b84a5c268f600d
BLAKE2b-256 2c11859dfc28b1397d731d2cc710dae0e7cb1cbeb45ab70ec518b4ed4f690a4c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 66afec16e22db99f1818906bc7cabda0cb077e0e493882b4c0983a8bc431413d
MD5 7c9e903a71728501570105dc2173981a
BLAKE2b-256 1dc1352fd39b61a842dc991bf95aaa75db34b6c353c1a3844da17e01f917deb5

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3dce7920c45c9c884246898805b270d63550a5dec61d3f33274010c40127a37c
MD5 783dc75c7ed38a85ca337d5a545bdcb0
BLAKE2b-256 798b7aed297d9cc236e15674275364e37e938e9335c9dfad49ad35904fa8b1f3

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8ac5ff8b697e9a828fe4387da715d78d0f2afcf23bbd76f5089b4122f5e78a3
MD5 8eeb69b85696e7869301cefc2eb10992
BLAKE2b-256 1726230867103d5ec58ef18f8d0bc169a4defb4f865f9969247d4e9c723ae10e

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd3f330795212f24b9dd710f952f7f7138ba86d6159f524025eb4627641ed4ef
MD5 3846b6d4f6a8fbbbb654ebfa7b69e5da
BLAKE2b-256 a5658ed127c827ed9b540f5660e9c98265702dbfdd71ad59063bd3c799ca0dda

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 41e54109599190dede34366476a8f42ae6e9fd7fd439823150e9f70e39d7d54e
MD5 a2fea3a7e3d2ca8853cd4956f0125e7f
BLAKE2b-256 78b3cd3202d6398524c5e1442688c6825e148eb953aa0de04952fd546c69a398

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91e75cd4b26506bb5b564ed24b433147fc8b77e8779b5736bc4f3bfddf270590
MD5 2f57a404a3a2aac93bdfc88379f3101b
BLAKE2b-256 673f5a37b5f1bec5d633f469754e26bf0ce77a26f7697cd95d0b4a51b9cd90be

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19e8c9896348063721ef56631d2275c186faf63f6336079c57f41055c9cc1c30
MD5 776cbb00ac21f9e3edc4440aede1c3b0
BLAKE2b-256 8c6334efc556a5a7663f045d64b9744c10f7b00386f252fac47c939f1c1795be

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 902215b77b35e58286d907e8292f78b014cd9c55a46bc5deb944f555509b7747
MD5 554cad3746d0d2b93afd6f48f3d3e259
BLAKE2b-256 ebe72a131e3e8072614af1cc2970efc1c30a812eb8b0f5286c7b6b390ae3fc9f

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5ebdd716ce67c182f71a093c552f9a47428f7a3d93b038780bbb0f06779805d0
MD5 800b2d26f2524af99e94750a7304f095
BLAKE2b-256 4e296894f6db7a1eb7d5d2936b658b3a26c4ea8ce6b0563dde024b909a63289d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 847a10f493399f9b650b588b3d81893dfaa1e45e7091881268094f2b9f7df38b
MD5 f90c0df12b3122a6429d7875c406cb9d
BLAKE2b-256 606e96cb1a78869c8ae91e65d73ef4ee9f74bc16fd3baff5a7463f7702687dab

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dbb94c104e3aba4ea3f1118c72896de978e737bb066a35051bf49895e72540a7
MD5 fce7c77de1f8a2d4e90aa598fd44ed6f
BLAKE2b-256 a409061e8cecb42f99856580811156d7651d5e8172bb840224c7cd2eb94a8730

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: loro-1.5.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 af2bf72f7b9e11f1c075e3abe5b8d9e366af1ebcce29585f050cdf23f24f6c74
MD5 ce1fe06a94f516e5db6114c95df88a39
BLAKE2b-256 ad85ad05385bb1451f5b64e5bb1818f43fae0f9c48201e4a95768d541c04bdc3

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: loro-1.5.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ca2a22bcdf2344c43c69882798ccca7167295d6836586495f9109dcbe195b13b
MD5 ebbad8df251bd0ad4739dc9ee6e29495
BLAKE2b-256 84f5fbe7e31f269543d28b9f288cfa4de5ef80ee6bf73ff62b184c6512073b9e

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9826bda03cb0b9a956e69576c73693ba94b4c1d2a2e6a759e65ad339d4f608d6
MD5 2d6af74a29af77c7efcbaa5019e98e74
BLAKE2b-256 b36bbd6853b2a4f664f668e1846c806d589bb869afac8a39157cacd354f157b3

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c50c640c82611440045a4a3ae0ca9e768c5f0e08c627ce7dd885d7c029833e4f
MD5 997e0a3c524a875347556efc88bd7419
BLAKE2b-256 e64520a814b431ee8267da30fc866d1594ceafca4ab8ebf888cd396b41f7ecf1

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d4a19a2ca0f3bdfe082ab9b2c80c41ea88cf15d00cec3f691783c01a2d042253
MD5 4127892db6b508a3213a5bdab4e408d2
BLAKE2b-256 0b05c41125aea23614548b14cc7860eaa997c92fbabdb3a7aef2ad56e7d1fa86

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e33c3d3a68c77a159e35aff659a7f5486f80be22b100708cf5a2d4d44f9baad
MD5 a8ab7c35ba71891274dd556064bcb201
BLAKE2b-256 2532a8fc357bb229e8786e30356dbedb79d8ff279466c999e6ffed127bca757a

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9074f3ee314edf3aa074fb16bb78d880324c00b36991b2250ec3f8556e07830c
MD5 6ec5e2fb1d790a38629d3335443070a1
BLAKE2b-256 55ad5ec1019094d1a2a431402dd0cbf438f35f7994913b6ff93790428ac862aa

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0c0383bc8413f74696fc6e93ca07df7e60ac1bdfa79a117935b8db65aba31078
MD5 3d491156349e84e77430971448ba8430
BLAKE2b-256 1c59ae4ea0b3508e43d10f53b4a6f9820b5934df0d83cdd10c59970e0c353515

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 babea799d98e32779d05a6296d1ee1b0722816590ed486c5e41ebf7149349b80
MD5 e8418c26bead056b660b96d3c23c6d08
BLAKE2b-256 3d55a217e8159ade33234b099ba7268312254cfb4e70ebd2f192962a5643e1d4

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e85775c4a2d58ec4e416f89efcdd4fd9f54f4b06bf8a08f739c1eebb58a976e
MD5 0a881baeb1d5b656f79ca787270e0798
BLAKE2b-256 723df2de0cbf8de96e7a195c00cb9ef6df7b3d5ad44de34f9635a3494a5c4dba

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a4325b0d4e6cedc5a3fb747b3300deeda1422b0d374d436395252398ebc59fc
MD5 a889739348db390a71e41e5f046632db
BLAKE2b-256 4a07eae924bc8c2a16bef8783698de5a15cb1a10d4d2d459142ed9ce3e265249

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f1ba327a35e05f7f9845606f504def3f68422c0f4b800c3e8ccc72551524cbc6
MD5 7fb409f83baf57671dee081fd7e1a3a2
BLAKE2b-256 bee6d242caee915de24c0dd11eb53e5d2930c5a3a5b0aaaf4265174eec8bb40d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89bb0d461d53b9fe45a698a83093f1411118b7c5a1ab4ff9029fa7f65b595f99
MD5 f97cb4f229e2b77df50d4e06a711e07a
BLAKE2b-256 80147ac37a8c320e6ad4212d0a983fdd934cbeb061b835c379c2b4a843837f75

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d2029f53e0ecd27606a23d6ad7bd67ead8b8ee198dcb6047a74afbf3ddd032fb
MD5 83bca21fcc7f8b5de89fe1861f3c3f97
BLAKE2b-256 6599da0f0619c47404b202d1d01ec8cf137fad28f042dd2d580c6c23feee7948

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: loro-1.5.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ee6c1093152b67f8d6098571db63c3a53aee117b7d67ba289c3504d7bf7337f
MD5 9798a600f1353107753b20e496fe9ee1
BLAKE2b-256 0d6b2772f07a9deffe708a8091d13a8fe281b056f0f4c9accff87879a93a5680

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: loro-1.5.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 25a17baf9adab44b5e0635873028af7418dec20fc320c62ce5d3660635201ef6
MD5 752e921df52f4b183ff7fb63f9147d05
BLAKE2b-256 f12f6fb690b399c5028c1c4a7c4750549109fc21dd4161722b48874923ae305c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 227aa90d3bdd00deb9e821790e477a8b2896d254f48d7126421334a5be762b18
MD5 60e4422713ce877dda835715f84380f1
BLAKE2b-256 b9e4bed532c08ec636e822b6793b7cb387bda35f5e9dcbc29c9efcfa0049de7d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19f7acc70c78826508e16760416908056307578bfc004de0d9afa354d582d8a1
MD5 757eda13cfaebfeafb7cc9ae85131817
BLAKE2b-256 8618f2d782ebf47ae5febd3740692349f754fd3a3fd3d49afc0a82c1d21b93c1

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f533f9241119fd562bd769266bff34f19594acd8dcbc77a2aae877b95b8d9fb0
MD5 fcf0cf2f007e6f6ee0138a48b0341274
BLAKE2b-256 caffa2a10ba244bacf0e34372e106ad5554530d72215e03280446ae49fa9566b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0812d3708297bdd24ecaa8e1623994ad316a1e600381535a9e64ab3226064dc4
MD5 acdf55bd784f18905bfcee98825c7652
BLAKE2b-256 774df941a996f805a5d4a6f44f6cb2c9c6aa18ee11e9d6bfbc09e85e083b4424

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72e5e70a1300d144d5478e3bd8c46051f544120b191c9998566eb70311bbbcc3
MD5 9172b324d6712630d279c1f46de5f47d
BLAKE2b-256 9d92181904feddd692c29d34741c1bf210c5bf3bf1a5feef9fb7a72b0b215ed9

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8b50d1dfccac2c64b70802e9f6cfc818b46878d8eefe4801ab5e8ce3c494147c
MD5 e458e1e87f254fa675f2468ee5a99ac3
BLAKE2b-256 a1f92aec20d537d60ed88c04d5aea3496e69ebb9ba8306e1cc0d43f6df7ba400

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58d4a2c6faa4a406d783620c1ca2d9d495cb278113d75874be8a781baacb1ddf
MD5 7b7de62952f0195639c95de610b19ec8
BLAKE2b-256 fcdb68c9968fd1da730473d10fd20eecbc13d86b0d7c7998ad890dc504aec3f8

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7784c561693a14ae4b73b4b9b446626eb8d70fc684896f653be1b73a4db20d2d
MD5 df8effe8796ef78260deb24a22ca413e
BLAKE2b-256 74001e7431ff79f3f119c20a11cc2bc97f4b3e3c623bc45b0fdc497056e37c79

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 548b7a8a1dd3ccadb20d4287300ebaffb2a6e2fa14b6c40e4a5310b60f813fd1
MD5 dfa51c4935ba016d72ad308052e594df
BLAKE2b-256 912c10cfb49d80f27d57f4a4bc37ad7c34849ceb9a86657f70e2d951cf749a24

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df8083040cc1c3192b33f00ee68833cbfb92b20c04fa7e3ffcc943bc1f3277f5
MD5 0a37694c7e0fc9f767d05a45cb1839be
BLAKE2b-256 488481a4c52e3860d5ca20b058c768a57003aba01b29bc0edcc60391a5b0d86b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 137c92b1e115400967ccc7c1fed142ec09daa06c2c00ea7df438e09066576f1b
MD5 10094655591e527a3e8176c98f72fbb1
BLAKE2b-256 cd6828cca36b6eaeba6042bcbe54f55c5f4619e4fa075fd5bf8f86a7b43d0e7e

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 879bcd0995c584879bd41046f37aa3065cb1b6f0453f2e0784b3d034a3862fcd
MD5 bb5e62e68c7200a70fdb015086043c5d
BLAKE2b-256 3c6e58dc9046e74428ecc24adaae0f14d5553f1dd300ee6f6c30fcc19e98297b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: loro-1.5.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a902ba6b84fe691d6e106a99cf1a4b3317e0c62db93b7bebf6ef6aa70f8d7b3c
MD5 5223f3e97a02b94d026f5b6cf66b6edb
BLAKE2b-256 eb7a6dfe0352113d48ed35adee159792d90ea0c2618b94be7f7a5b8b8020648d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: loro-1.5.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7357e7dddab1a63ab25462d6ca168b36d1bc88e66fd8bbd855c01c2d3d805cc5
MD5 c3965b10a103248ea859c060b03a6645
BLAKE2b-256 1effdcea4e3ce514b630374f119af6fae228e601860dd396ed84775dbaed879f

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7928022d99e8f6869d790753ad7989a89d514d399097c03229c1f3850d423d27
MD5 6ecdedac30b3295acb5331ea8c4356f5
BLAKE2b-256 28f076994ab6d8258c73bb2559c3982baaa490ca3b6e45b96345413c26a1aa16

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de032f1ad185e95f782b4f717e8a67832f0592ecb60453887aeb097bf15450aa
MD5 b16a4317beb3fea77f00b79af591d241
BLAKE2b-256 2e7d39cc3342e76fe2be7a549e61b58bef3b3d72974f294359611f9261536c4c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dd2dd5d8c1f77c561fc4520c9eabc00a6760d75b2fbb80bc37983e6bd705f683
MD5 6c9f1603fa9592cdf8db310477ae6ec7
BLAKE2b-256 84c446116660ffbb2b0c7ab4bdc3cfbaf9b2841359c4a03bc9094d989665bf21

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 acd1130e2c6863725fa10e8cd0e377a413d35bcafe3ff8d055331f0ced4f2834
MD5 e346bcbd7ef3cf355d0f6558ae93c59e
BLAKE2b-256 21d3da754f56cc28664e34bc75e3b4dde75207fc2c609417d293d8ebf5d3fe1c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1eb38f732588803956e4ba81a2cbeb70b32b36f104db04b933c28466d485d582
MD5 df3cb49394cb77f9ff69b5221963c301
BLAKE2b-256 c5970545cec8af3a0711f45f622d41cb02c2d4e3581bf8d4c8a7a1dec78f4777

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d180bd19226f67f26b5153a8ee0a03b0fd6e8beac31ab7cbfa35604076e82de0
MD5 cf9d17510c716d09851eebcebad92a86
BLAKE2b-256 28c71550ca06c2150bb87e9d0bf1a477e08a26d4456b73a6d994667224779002

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 273db89e1cb811426ceee630b3b2ee6474d48a3924bf41e08c801ffe168e440b
MD5 9cbec64da6c4ed3fcf365d446912a377
BLAKE2b-256 67b47e78fa33872f371e0a1c93de09db084cafbf4efbd302ad13598787811367

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cae556cef59ea46a2879ec256ea963aebbc779b3b7cfa9bf3b5aa0c98085faca
MD5 cd338c6d80a622194fc0a33a91cea319
BLAKE2b-256 ff2fc8ac0455f139ab399fd452a6ed1ecf0056297a81768cbe6f152e5edeeee9

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a5e9641565209e90bdcb6c1eb8d471869ca270d32efb6bf639b6bffd7fb58b75
MD5 4a00b97263872dcf355f12178576b125
BLAKE2b-256 3779cdbaafb6b34edd5197da0c04b9e8f7c04d0445b8888bc90c08c68e8790e7

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4ad643f022d6855d32d358f79dff8b3af67360e7d6691f01f8570b43d8dfaa61
MD5 253d553bd2d38e13dcf419221af9d70f
BLAKE2b-256 b199d7af69973e7a95c5420704dc7f37a1d515d47fa35d956af766244c9ed14b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d30704e1ffad3b3dbdff522ea86ea10c20d654940f574d5be2246db25dc7c7b
MD5 ead9f377aca6e4cf07350b876c78627b
BLAKE2b-256 1699f9d0a9f7480f7269e9bbeb1f79da1b2b163a966534a32367f6d9adab8851

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 108fe4176203928890d4e8bad5faaa44521e79b8666aa6a2f3a25c56d2d910bd
MD5 51162c90eb727b4df4f4c32c6076fe3f
BLAKE2b-256 879d54cccbc10c36db9025d3d39e0d1380b6637df7b8a49a70358419c5ad6758

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: loro-1.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e3dbf8db38971df78915a854013ade822e87fa1537df499f07a876c2851b88a3
MD5 ac63ab463c29204b26e178036d29b4dc
BLAKE2b-256 a55af980123dd9b66b0999cf7b5cd6a18b1e0122da007163f868681144004f20

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: loro-1.5.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9364b1dda5a6cc96f8b7e384c5689a6064f9e1db430149a7c0c890314b97fc85
MD5 e2bbd4a2d158061008802a28b028232b
BLAKE2b-256 96de5e2fd98b07eb16872db81318fdf9a5b396cd0d33abb62e003c770b524e5f

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0470a64db840f4cf06e7824c9b49d95b9d12aaa85ccd636e1aaeabe30b9c6720
MD5 983871dbe182c3b05415eca5013a6b3a
BLAKE2b-256 7edcfde0e7cdd35f2f47ba3b8e52f9a75bcea8d08433f89588fa5db3545b2036

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 639280a4467cfdedce62463a3921b76fa8fc80e9f7d403a16eec144ac6f36b3b
MD5 bf965731126f21bb6aec8e7db7c874d6
BLAKE2b-256 e8bc9fbaf5e1339a216cfce11f3bb074ef5607129d568c4f268ae113434af611

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 95909766dd530a685d7bd6f8eb3da5329e8f5ad5a96a01caae852b20f8c8c648
MD5 06ca6d49e290efee6bd910d14ec38934
BLAKE2b-256 64a2cd69c930c84625b4e21b2f46d2736a2bd3e1d67f7927d4f43272767a9a09

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3bdbb87f08ef0dabf10d4b4755ffcb230dc74371bdf47f8988131f909f336701
MD5 72de3e6f1444d8911e18f38b79ebb5e6
BLAKE2b-256 d738fb6b4faf4f1701a5391895229dfab4ef4192dab668c14e91333d3da999d7

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4e64b2f782ef862e7201c12f08d5c05bee40546a329449ad3a530e64158fbc72
MD5 047fd7b16b4df27bc6208fad7c4b0dd0
BLAKE2b-256 a63544920530b0ee95b0e1be10a6b4331f81c3f658d99ff716cd378701164ea8

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f78b4f62d1c19893e197f383d5dc8f5f2da53f1cf5cb4f4ef3340253d8d6d007
MD5 4134181be4d683829791a234acbd709a
BLAKE2b-256 b76f9eed5d0265f4c13b7bbc50e864f6039334507bd0b35bbf71220416d03442

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6760958d29727b5537b34dc62de39ef58f76e07ba71dff63a1ad1ff6c25af594
MD5 38d64f71397f50ab756ae3db392a966d
BLAKE2b-256 042865886ca4fe79a61a3c17ae0e88689ddfc5ff07e2980336035197baaa053d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 973074685e183354d90f30d46f27a33f5c84fdc90df280f539f4cc47a30a2652
MD5 d5ff357d0825cf3d6497d5fa6dcd8821
BLAKE2b-256 939908afa86d7fd0a62cd6e6adedaa2097fc656c07b56ccb1eaecbf517444bbd

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 747d8cb3b6ddb0e19b8885150a2bfbf6f5e7e163e323b9a240ceee3793630ce2
MD5 964a1b6307fc6369d6a7020f1a7370bd
BLAKE2b-256 7517c872182a1ad41062b59430cef436aac5d8ec293721fc4f6b9b9bbc1825d2

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f9d3920825a6dabbea18a1953ddcafd86b1f7e2b8ad5de7023a08e0bfd9b681e
MD5 df0c08cecb5591bc35d17ecb905277b5
BLAKE2b-256 0c908b8ecc768d2b2e5648d5ab2ab87547ee7a65172de161e80e89a290e1ab42

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d5aad946923e3ccc1f8394c8b42ae1eb7198fc48e69bd2e6ebba7ad6bf8d08a
MD5 7d6b7437d1bdd32dc4cde2189f863fae
BLAKE2b-256 e6998a7ae10fbdf8b0e245cd6fe605ad2b89258eeda97a5985e59d4ded1db304

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1b0c8beef8ca8985e3b512cdf8daa30cec2fdc7a74dd8eae6814f5f6673d15d9
MD5 a7be4070ae78b0914ab4fc47b1cd77e6
BLAKE2b-256 8ab4688af143f914f10ce8254f6e4ef45bb22452dd3190b1e7d2879fae78e1e0

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: loro-1.5.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b1f60e8352886743cb5865fcdb5f7a09e3518f6e694e30775e5f858ef5512605
MD5 310d009cbb2c87619c5eb2b8c28000fd
BLAKE2b-256 1900217a1b698fbe07483e0a721afbc99ed81d9fa7df34433e5ba248d463eb88

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: loro-1.5.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for loro-1.5.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f655b28077f1b5a57d3f884352585a053af497b685022be53cb0fa9508f467d1
MD5 67d3cad63507fabeebe279bde9776b66
BLAKE2b-256 e41eb476b27b101d30e6dda7b142373bc007c738a0589c30d56500631df3fcd8

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 84c022d6ddd617c500875d8344d5da2415c046a1ea1f34d8f0b99bab0695d8e4
MD5 d442c0a4c043c2b78248cd68671b25f8
BLAKE2b-256 2806b70e77d0768e2596042b62dc045ff141250822707490ad81af9d39b2f56c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01ef1ddd4ca58e4968c3b6f21ee35ad2764fa5464a9990c4ccadec722cb62c3f
MD5 b73c15a0746c082c928ea342ce6ef5b4
BLAKE2b-256 aec7e8657c2be9429b2b75540faad29bc822f2497a728f947f91c8045d71a8d3

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 450ee72223b7662fdf8f91b3cb80e5c3997af97af156125ffc3415e747247c15
MD5 071f8cf83e5accdcb7a3124c89dc3452
BLAKE2b-256 ad59d03c325375a49e68e28408e1a24e9c743092ea0d42b6c60e53d0464a6c8b

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4c84fbefda84927ebc3d2c0182d18e31c817ad89001e0bc6d863d1d005543cb1
MD5 f0567c8b081120d04340f33e8b80b1a1
BLAKE2b-256 f88b1982a25f33d624babd4a0b995f605a34ae7bbf627f7e8b0d21c2fb606b46

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ec92b5fd078498f1bd136bea579c190142297c36692a6f6b6a14e72f77a2dba
MD5 34e31f4415a015d20fae781517b2f260
BLAKE2b-256 710ecc1cb7704ba2de93c6a5c0378cb8572e63f4df741ba8ee46c66d1349485c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b73f7b1de60e72e0c21b1eacf430b55c4bf0d7cdf7f31994549fbaf47d98a27a
MD5 7ab79dc4df39459739b607673721036b
BLAKE2b-256 cbc824d7982d2276f76ed05b877a305b8311f6f0851f0c3baea21a89096dd973

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b2af35c777585e941c31727133d0a9811729910a7962b0ce28eeae12a4c2f59
MD5 3f1f219392abb53955de62d5bfcc20f4
BLAKE2b-256 56f895827be9a7be35cd746632a3aad427cf821d0ed7350e4a89a0e622c36ea4

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 765e63484fb6fcde77fe8a8117dff6653c15e0fd19c1e42727074965644bd4ab
MD5 5961700b78b51afc991d94bf767c868f
BLAKE2b-256 6d90958009870d8052a1eff184ee12500bf29fb223b137d7407f550164e7279c

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ecdb58b650ba19cb1845c5ec0f6db28fbda01e54ea4377e4506cfaaed7145a7
MD5 3e3f08205819b5c4ea69d0817ca54ce6
BLAKE2b-256 b73e965e42e1225d8f2f4789336952dff3c7bcce0b5b1c27003a9cac64f559a0

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8506c14a90494e73a1416fe7782c846471a78ba37ae0ec3e03ee8970fceaec69
MD5 392d101cd0182db9e4773aecc9f50063
BLAKE2b-256 4d7562109d3cde9a696154e36bfb6ddf62bba64c24d108a8a0cf15e9f2a8e42d

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ff02418b566f28055c89445d99ed620b52fa38de28b8d3682494e77e49674c1
MD5 52b90870b1d0b9de9f181d06935a0c2e
BLAKE2b-256 260b4df99e16550008ef9c5378bd11cb98100d27a3e66091d5d5af81220a0d6a

See more details on using hashes here.

File details

Details for the file loro-1.5.2-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.5.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 52e1ddf4264ae171fa5d6df852af5bc21d09174162d0b8d1f7d59ffe8d22106c
MD5 d3d34830f7932edaadaf843bc450f1c4
BLAKE2b-256 3e58a2fd69d84310943170c5d71e45618933d6295eb2c4cf7dd5e57552e58436

See more details on using hashes here.

Supported by

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