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.13.2.tar.gz (70.5 kB view details)

Uploaded Source

Built Distributions

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

loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.13.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.13.2-cp314-cp314t-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

loro-1.13.2-cp314-cp314t-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

loro-1.13.2-cp314-cp314t-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp314-cp314t-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

loro-1.13.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

loro-1.13.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

loro-1.13.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

loro-1.13.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

loro-1.13.2-cp314-cp314-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.14Windows x86-64

loro-1.13.2-cp314-cp314-win32.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86

loro-1.13.2-cp314-cp314-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

loro-1.13.2-cp314-cp314-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

loro-1.13.2-cp314-cp314-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp314-cp314-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

loro-1.13.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

loro-1.13.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

loro-1.13.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

loro-1.13.2-cp314-cp314-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

loro-1.13.2-cp314-cp314-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

loro-1.13.2-cp313-cp313-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.13Windows x86-64

loro-1.13.2-cp313-cp313-win32.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86

loro-1.13.2-cp313-cp313-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

loro-1.13.2-cp313-cp313-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

loro-1.13.2-cp313-cp313-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp313-cp313-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

loro-1.13.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

loro-1.13.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

loro-1.13.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

loro-1.13.2-cp313-cp313-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

loro-1.13.2-cp313-cp313-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

loro-1.13.2-cp312-cp312-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.12Windows x86-64

loro-1.13.2-cp312-cp312-win32.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86

loro-1.13.2-cp312-cp312-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

loro-1.13.2-cp312-cp312-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

loro-1.13.2-cp312-cp312-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp312-cp312-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

loro-1.13.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

loro-1.13.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

loro-1.13.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

loro-1.13.2-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

loro-1.13.2-cp312-cp312-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

loro-1.13.2-cp311-cp311-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.11Windows x86-64

loro-1.13.2-cp311-cp311-win32.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86

loro-1.13.2-cp311-cp311-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

loro-1.13.2-cp311-cp311-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

loro-1.13.2-cp311-cp311-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp311-cp311-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

loro-1.13.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

loro-1.13.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

loro-1.13.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

loro-1.13.2-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

loro-1.13.2-cp311-cp311-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

loro-1.13.2-cp310-cp310-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.10Windows x86-64

loro-1.13.2-cp310-cp310-win32.whl (2.9 MB view details)

Uploaded CPython 3.10Windows x86

loro-1.13.2-cp310-cp310-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

loro-1.13.2-cp310-cp310-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

loro-1.13.2-cp310-cp310-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp310-cp310-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

loro-1.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

loro-1.13.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

loro-1.13.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

loro-1.13.2-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

loro-1.13.2-cp310-cp310-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

loro-1.13.2-cp39-cp39-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.9Windows x86-64

loro-1.13.2-cp39-cp39-win32.whl (2.9 MB view details)

Uploaded CPython 3.9Windows x86

loro-1.13.2-cp39-cp39-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

loro-1.13.2-cp39-cp39-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

loro-1.13.2-cp39-cp39-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp39-cp39-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

loro-1.13.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

loro-1.13.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

loro-1.13.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

loro-1.13.2-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

loro-1.13.2-cp39-cp39-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

loro-1.13.2-cp38-cp38-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8Windows x86-64

loro-1.13.2-cp38-cp38-win32.whl (2.9 MB view details)

Uploaded CPython 3.8Windows x86

loro-1.13.2-cp38-cp38-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

loro-1.13.2-cp38-cp38-musllinux_1_2_i686.whl (3.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

loro-1.13.2-cp38-cp38-musllinux_1_2_armv7l.whl (3.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

loro-1.13.2-cp38-cp38-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

loro-1.13.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

loro-1.13.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

loro-1.13.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

loro-1.13.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

loro-1.13.2-cp38-cp38-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

loro-1.13.2-cp38-cp38-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2.tar.gz
Algorithm Hash digest
SHA256 7a44db450beec71cfa12192dd11cc327e370c920fce60d48f20c871c1e33d809
MD5 7e45a4c648591f3171468583b55889d8
BLAKE2b-256 ed6e527f6b403a70689bd304d0cb35765601a0162727ce80299b47e9b7597390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6340cbafa80bfd1fde15538a590f3a69aa6c034c78a2ec0ad47c548ac922b437
MD5 5307cb960286a3192ba1fa84579de95e
BLAKE2b-256 bf05d2c0afc946511432cfd3785f0b1d2ae35b89907c02947fbcae4242ab79e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7646cb6e75498459667d66680a069bf1f688e62c740d2c5a7c0c463f9d9a8f13
MD5 7645a82c2df742cb26b0ed0977cb8332
BLAKE2b-256 7c7943818648de49e1ea3a9c3a8b58ae4e300720753f2cfdd1f311b66aa7a079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8fc8d59de79076b1c56aa61b55f10f9cad3da1b00241ec9a39eedec6a28d3926
MD5 8425b7765ce319f9d489e50ba1807fc8
BLAKE2b-256 16e2e03c8b23d51b9c1060643e275e43e4e3b464814fb93c40bf82f0beb428c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 656222e14f486ba470c1204066ced01dd1814478a0bcae4842a6941e80418f8c
MD5 75d0ed306d8486c9f67025e243b13350
BLAKE2b-256 f807eae0f6e6b1fc976328739c59ce7763c5784b9101aed71e4297db609e18eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75bb5a2db7229eb7515b8977a359c098ff478af0541d2e3bc8c4d21e524dd1d9
MD5 8104ac180ee253425845f5b318d63b93
BLAKE2b-256 e5c4654a8de752a5e402510347f9eb07da7c67eb6b876571e46f92886688bebb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9dcb8d01e7a7e194503fcdc6e528abc58e4f49184bee5bdd6ba2ae14abe0056b
MD5 99397cb37e946d2e771df56080c52080
BLAKE2b-256 32abe549ab46e8aa84e8df75b0528e338134e5d3c473bb9d745a968743e9b51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f987e6ef693b7f30fdb6e22a4cc0d4e6a4b960083aee094a8bd31b2b6984f5d0
MD5 faa87473de46e93b5874e9829e947f89
BLAKE2b-256 94afef867b99c4cbde163d733061f6851043323220a739b1b4cdee76528c17df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e38b191799f54ce8cdb6e75b6c5e18d26a81c9402c88d7a2f1891bc65a9f211
MD5 6d2b4607a1b4cd3a271b6121118b7423
BLAKE2b-256 f508bedfee40a594907d2d1094e8b99488de956bf89181d1879a12e650452507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8654d87dd4b737bd625edcd76f7598e64da98bcf7737f47fbd181006564b8cbb
MD5 7cf9fbc7dff6f0f0ffe5bc38b2d5a208
BLAKE2b-256 81a249c1613b753a12de9fc44c35a0c34ff2424212bd5f5c7dc8f30222ce62f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3dccb2e20acf87f543d5bd40bd0ebb96e626166184f621a2478d9bc572ed3851
MD5 20da9f83d3d812471092f6c871b8dcca
BLAKE2b-256 de40f7720aac4df90fe088174f2ba836c7e77e2ecdd3bfecc7edc99d1c1c92f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e65f82e2d56c8c6543ee889e78df439212634007ab7803ec8a8ee934f8e2c15d
MD5 260f9e2c9f0659aa1c1aa7b196b277bc
BLAKE2b-256 e9c7f94a8ffd34d4ca9a739029bf0270e1efb321d0be19ad4062c049505e7ac1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d57d89d5d6931fc39eb7e37b13e561a1cafccd6b272bb659694069ee993243e5
MD5 e02cdafdc541d503f0e91649cde8750c
BLAKE2b-256 d24f35258d246af3308b2609cea63c302305a2bfedea1e515f71c43689370903

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 79d8e081566c1ed4430e955eb46f407d4e7ee40abee07ac7df51fb3d76c98298
MD5 8f4b543c00c5c52b4f635f50a2615759
BLAKE2b-256 a35bd01bd2d2129aaf4d874ee25dfb531138b86bbe88e2461fd98bd1f9843cdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc5ac47801290668ef6d2b3e5cf8247e46f1c78892ce746300ed8c625d78a309
MD5 c7f35f65316e28a47f23cd8caaed0fc2
BLAKE2b-256 802c8baf425b3f2b6d17408746892065d7e7dc19cdc7b62e1fbebf260d2331a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 44d7d42d0dcbe16492393c8ca6a6fd3559c7b7039d5fae9069a4b82aef8b4436
MD5 bae334e1e7e7205826df02c5982831a5
BLAKE2b-256 5536b3e547d7885dacbf6d660bd0baae915d50e3c369ea96acead4efa87ab36e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2d24116e11d7896e1b143fd62cb682d200890e1862ede1bcba243a533192b827
MD5 912229fb2cb785190cdaf4b4093f1ca9
BLAKE2b-256 790d2eda81139626081ed5ca116dd60434508c5410605b92953296369cee25bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10c035795a9825236d2eaa2b7360096189c04e1ae89df1be452086d1389a3043
MD5 7bb186a0687bfd99c511173a35f06bac
BLAKE2b-256 6903322bf89672d5b8e16c749d52e55c77da08240a945661e2eba1149c40b094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a88dfb1d96488ada364d99ea6b2e76da38c28ca306de7fd6ac16f427736c241c
MD5 bb077808e5bb0e790d9178b719018dd1
BLAKE2b-256 97710c1bbfc075bc62ba1bdb6f821bbcb9f2e69de7c0afbcc92d6a094e76c413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8cdca0d755da949e26beacde0328ba5ced5f92e3939316a001d63ef978cb94a
MD5 7a95eb15368bf43767fdc4c76bdfc84e
BLAKE2b-256 cc537857c6a336b437563ddac946220a23a2405c2741961e1703d882e573c120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6cc65579dee59ef1c792b336f431d78b4142ca16b5341c0841597015127cb1fc
MD5 dd213062b307d56d0028142360f99c16
BLAKE2b-256 ae47ad047a797c832df9e99e6f0a567ae065be83f107882f158a55fd8fa3c4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fee94031adbce643ca7beb40337cbc38e00730207472d156d02c8dc5fb504053
MD5 2b82ddabd78691bc27155c2ceb387509
BLAKE2b-256 b0ddb1b215c8f52fc13a35bdec36b3f5671c0a071e1446a26086c16a28ebcf52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cc27e8f3176ec6145d81df92c90a8a0c7ee3fc7f9b5287fa88a3312a11354190
MD5 57bdb3b72dd488adcc80ab3c0620d9c0
BLAKE2b-256 9a7953ae4e1e89b46723e71f6cd00d9e59656eb699c3f62c22d681117f8d416d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1677571e8911660c72239868df3823a271a6849bd9f1c00d1bde286740b7aab2
MD5 676920fa7369b4352aed66c3413d6794
BLAKE2b-256 3c01872612cab9efb4cacfc966d63add4b3274c5a25c3bb7f93c7b179563361b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01e32e840eb9d3b852b0ad687b5a18a230f5c31fb363d87afce5991fc4410e6a
MD5 82d593f50e9390d970df0cff8782d0e5
BLAKE2b-256 a748e920fcf11c5f8d76d0cb8b339a2f93af3b9817e80a8dd3872243ac5e3c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5dede7dced29730c3366bbaad6431b5b3dd6dae9466a16f4814a777ca592c34d
MD5 ff47980e475d8b6afa2ee87ae663613d
BLAKE2b-256 bcbf59056f33ff95611ed43bb88718e61c9855427d724b7ea4f63df474f64256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdc9ea6770a1a9a72ea138da516ad760d6f1d8f90091274b94b4a1e4bbbb88d8
MD5 216c26eca44ec73bb2dc111c188fd1ab
BLAKE2b-256 e03ac8268227bdb9d33e7d7c0a6d8d0d120802567b9523b5a60e34442f7ee4ab

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7b5ee05e62e21b44843c8bfc2abd56f30ba822581ed64e4a1cdc99269e5e2d1
MD5 4032e6b83b6746a50f927076cac2b127
BLAKE2b-256 d4e0fb873e16fdb38add6e47cb188cf630f64fa60c6204b3f3c449425bebdfac

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 330b7a599809db2b620e1c25d11bed8a235a1257d48ed8c34bc9c00893d7fd18
MD5 90c42c7ce9a6c259273912eb03537317
BLAKE2b-256 96c8aec8be13cc7ff79f36643ffe7186dfd8b70316ab284d8ee58e5cd922df0a

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 446b0a350cdf1c3f8e78bb99d5ee1cae04947a5113c88a568aa6ea97c406e7a5
MD5 c48ca12f6175fe431b6175b733def1e5
BLAKE2b-256 2c169ea70b900947bc9151b042043ff106f66cef2c4c371e034d0bee34275299

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb6ee8888cd2efc93dad4ca965c71a79101a5dbc5f4b39af04e3d8505edb2d65
MD5 4fa67d435dd954d02ec14488e66ccd30
BLAKE2b-256 29a3ec963b7a6124ec3d346bc4f190bc089a4ab5461eb80aac5d2ceec253b39e

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 818bed79b24c08191451f26a665614b5c085893a18ec1e3beb382192f4c3d2ce
MD5 d99a02f1410ce328cd2d3edb236749e1
BLAKE2b-256 952039b0fcd91b12a297fab51ac36cb803a16ed37c63f7113930f6f5830157b1

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d5a633ba8e802e40ad7d44d4acf4ff8e99def29221bb88a4147b379dd99c082
MD5 991f25e47e7ebfdfd8ba22729da3fbbc
BLAKE2b-256 987a24d257825e1e33e89e2ead5716d9014b82ab5823f635d9997dc090985367

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45993454c8fa999120639ca2a3b858d00e583104f1c91d2ce3f13a7ae7fb07d4
MD5 6b9f4dec9ac717acc146dbe210d5e5ce
BLAKE2b-256 a3a1b287584e6f83622796d8749df5537991b2e59a975d89a4cff02c508a4a04

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d97b6c23cc3f430ee8b3d85c0b44ba030e89aa36dc4878a1e25bd745d2dffe4b
MD5 9b6aac940708f17cee8cf241a4454ab5
BLAKE2b-256 f6e01ff66ef6fc7468a4809d96f61406da7c36699cdf03c6e36c00e14b3b8c71

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e6bb0ec08b0eb646142776cf93bd66f72eccd2e3fcb39893601801be170d105
MD5 0d4dfffee13dab75a6d923c32c09368f
BLAKE2b-256 94e3888ce4dad2443ebddc1408c19d40e8417e477aee0857fc95ac5be59ba27a

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 64a628d92f0494a1a53116a08dee5496550ad188385394f1e025f08c1777cbcb
MD5 288fdac8918ca1b5a2c89ac38a55202b
BLAKE2b-256 021b9e6aa482912b8f715180404eab901f56ce1e8ef9fc0c56696286a2140d8c

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: loro-1.13.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for loro-1.13.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e920cdb553662c2bce3e6c00343aa12e7931d351189de9ffe066628a52825f5e
MD5 b07cae775a73ea8b1e783a41014f59a6
BLAKE2b-256 52d7d8b24f59e4aaef8f4333a35315c50f88194e53f95d1cef993d4a98843543

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-win32.whl.

File metadata

  • Download URL: loro-1.13.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for loro-1.13.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6d201979ea8ae2debb944c51ce94a501d5a24f3dd06a7f1c9bc43cb8661f5fe0
MD5 3b978a5e6eb285b09ad189af872c0401
BLAKE2b-256 0cb2ecd95463e5d7ddf8ed2f9092ed8c22c03e3e45c9d1fe507b37082df0e1a7

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2629d19f0081dc48ff7145d2bf84225a46c6e619b439ebb4013f00409cda9fe5
MD5 d135f1a2f0aeb4e9ea0f05950665f080
BLAKE2b-256 ada3cfb974f142ec89de536dd0264bbce0cebf4b08ced6e0346e50f57b9d60e7

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 90921a0ef82eb4006046f7aecb3a3b1b0e9b8ce9070c050818a1acb8b08ac8b4
MD5 f3fd8a888cdffdc0300ba8b0beb5fdfc
BLAKE2b-256 3da93615040f06ac1211b9d9e19d5652791fda14a0e737b6c481e6c0345f8d72

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 249a68d8d4080bfb7d85075bef0d0f9227bdd383b63848536e3957249fd67d12
MD5 fc4cd333268b861785ade1acce32c941
BLAKE2b-256 73b9ae680784eedd4378fb156e9d4ffa38de96ec1451fb26cad959bf7d0fcd43

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ca40ee0e66b2089aa119af82c631b42942d6d102a26002badd31f48e59b93a9
MD5 4e180dede2fb51dccf5450d13ba5d901
BLAKE2b-256 a59836eed5cf476f6fa40098d0f1fb5f6a920e32a2b6c3305356b7e77bbbc05d

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 894a33d580c993a0baf81c6c49bbbb431727ca3a530be219d3bcdce4e46a0c3b
MD5 3b6fa9e76070a04652953aa01d984309
BLAKE2b-256 ec74e576581cd57c0cc2a9f91a04b5866250f0038f4af66de4a4d62862db7fd0

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc86c01b8b3fcd328023a7f8b58e36c917d3cb46384b6b6c0121d8253073d889
MD5 318407b52b35fda896ebcaf6652b975f
BLAKE2b-256 64bd3bbc9a3e5169904d1ab68ae91bf11d9e7c20a99c9241cc3bc33260959486

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b8654432f377a6f799b3e88687f21733e8d09b77a291c097552c661097c03d99
MD5 4855f2cc02adc4debca312d910ef17bb
BLAKE2b-256 122b464c7d76989cb999d16d719b1d199bd10e2108a598caea2b334ebdd42694

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4b9bf9f61b2021cb74b0ac5eba3616c03b4a36cd3732f3c74faa7ad60d78fc59
MD5 7864797edd9e7bef4eb03d3b9e8644f2
BLAKE2b-256 5c5c10be55385bb0d946a0247b8f283c6e54cac281495530635fefa6d7df4b6d

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52081f056d54f024bc97fdd4eff0a45cd1d6b2dcda9d6fecdf7a965fb2c319a1
MD5 eab7e93269950c76c64433e913d3ef9a
BLAKE2b-256 1e04f49991831c0dc4056e78311edce5466caa4fe045777c25e68984fbdd0a77

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 eafa47b5909e7fcf3a1f2780e85bcbd2e6a4b1d24674a3cd37cb7b1a6805c4fd
MD5 87817c0a0a1e2c4371be6d077d97de3a
BLAKE2b-256 c7cf2c60032d3327db6a688cbaaaf2f6255cc9f416165c12a05ed36b4ae80e47

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eac1fac791066e08a32e97310bacb97f23333b1465dd8fca7b2d1944799d5ab5
MD5 4060c36be1a492600cca1277e74ccbbf
BLAKE2b-256 8fb56e48fc4ded1fb171b3d8d2b01cc21431035f789071c763372eff3a0ad8c0

See more details on using hashes here.

File details

Details for the file loro-1.13.2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for loro-1.13.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b79a487cc4319b860cf1b7cb91e3a7235cd2f37dbc6225da2f079356ea2e1c45
MD5 aafc3fb0a042e01d122faa10dff3d9d8
BLAKE2b-256 349bbacab6623d5ebcc63f469ad8a1801beb33df2d385960bdd0fd36f3ddfcf7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 be9cde9fb3d225f44a39bcbfc17bc9de7edf38f879bd170821072956e7c7d437
MD5 fcb4a447b91972d6d36b6c91bead4893
BLAKE2b-256 0a1594940c1772b1791d656fb5cbfe106240ae0d444b781026dbe475537aece6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e3d4f7717a59eedcfe235a183c36b4ef8cf2519ac7b782988c648cc431ff0eab
MD5 1e4139f390093b3f2ffe1ea202461380
BLAKE2b-256 e3a6724945362ce056d32e85d3f93173d3e03fd4f4658ac0234045e0685a7569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d7c3216ff38553b4b26fcc88ca51c2a7ec4d5f73dd900d67f158cf942c05bf6
MD5 90e8dfec9df9a8029c0da77bf3e1c947
BLAKE2b-256 3ef6f7dc94735c5501f163f44bb8ba3c9986a8c3abed57c18f242daa033e7e66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 653e828af570df66866d1214ced7b13fc7110822f680661c31493a8b21bbbbe1
MD5 ca3b3f9f6707aa75c76109ea2ba65702
BLAKE2b-256 67fd6ab8ef993a796cc53677e2cd9f98f2f7f0396523341b1766a8be75fbe5fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7f7b3d730f629feb3e381502cadfec4e3e693df8cdffa996ef467f5c41383d26
MD5 c8dd9e259b11d27c125eda7843f1814b
BLAKE2b-256 d76267bea324a30c03afaa2ba82edeea73eefe3d1b7b3eae2e3ed7d0ba8cb1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46e64e987a532af0fdfc6c7cb47278d56ca1ee98fafd0d55dbcd45d622addf64
MD5 adf90aacde7d6ba746cada5ee7662ec7
BLAKE2b-256 bad3da24fba610c385c98b5883edc2f342b1fe1d1f209307b94f79868933f6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd221b5cbe20cc39c4d0f9efc101231b15dd579b73752e83fc05bc9be4c420b2
MD5 2e9948cd4193da464f3a0907f5e4245d
BLAKE2b-256 ea1b4487a384ee90580b9180dd172c6954b34a1236163e5c1ba1e2a137b1f4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 da72a3d1f368d058fe648be9de1969733fc8a43067d72e924375a6f1fb4bb2a5
MD5 23dff49dc0bde6f7c376bf1093ac1cc4
BLAKE2b-256 c9ab4d22ab23e56c64873ae7eafcae41f076634425d0bdbea4143d588d6bd933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8b4fa5fc3dad0d6dfd5b4258addb4c9ba338a1bc76492d566ca51ce7de860bee
MD5 a0cffe58f991be0cc3e98feca7ec7448
BLAKE2b-256 e12353e88748839b1b43052f90d87442a499fb2490106f176b72d30b0b2c3cc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 32699c5514eadc76d5271caea60df8ded5e5f4b42079524e1bfa44d683c0d546
MD5 94e52fc2008a029523a3a51411b86fe4
BLAKE2b-256 c4ce348de26e3f2527f1c29f10035bde431e992baeff78178a8d4d9f4af32892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 49a419e5728260a656dc5ce40c455efbe72d54d1f8b175502994cf9d3dbd1f2e
MD5 c59bfa5b30f3714d8ecd68fc6ad7a8e9
BLAKE2b-256 dbedf62b64e6bd3e35d80a9f64a4e1c5ba96adc6e6fe64a74195e0a106fcd4c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cb2469fb23acc20a646fc63f5413668bb7e11853b517384ea1d1de7224dcea6f
MD5 27a1a57291747af6cddd4fa5ee3a5b21
BLAKE2b-256 27afdd7cb9efeff85089b0c8634e91f0e264589eb2ab09d8d17f6f5fa6663c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a4861047324b9aab3a34e1d97350ab343f8972de09f83321dfe8878c6b26add
MD5 bdcf23cc18d13c2da7055ed5681a2506
BLAKE2b-256 753904d52de79934cae0ed5701ad883167256b2588df3f2fcb714f7b0133cada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29bbaab9429d455dba16f0e16fa231c4a55494c4edcbe46a472135cefb083ab0
MD5 cd5b01e7efad1d767c3e1a373b062313
BLAKE2b-256 cd7ea4b1e93b44e12e40408a374824a792f3b8f1f559833605a5e34fea2431f5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 523a319879b42a454e9f2376280a8db131c03236d9fcc56295a40adf95f2980b
MD5 94cceace7e3d355e6939ba00494da719
BLAKE2b-256 af179f171e79698fec0c60686ebda29f41504fc2bbaa628db931dcb00f0f7218

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 457701289e7f7f8e99d76a34b75c528b0bee25c4882c7309801aabbfbdbb7621
MD5 be712248fd8537ab8cbc65cb893d0627
BLAKE2b-256 be3303a58d87d11527eb65d90e098bc99486e0d449cb7e7daafe7434ec254dd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3741fb0e5d2ed74c2a2d694a0c025bb5b93032eb3fe4ad8561133decccb0477
MD5 c1ba8537f5d3ee18e4f44b24ec7c07c6
BLAKE2b-256 b3a5d5ed51792319677750ad296b39b924387c9061ff7f5e4755131976d67bc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a508baf31a08c210425c364fe2a6ab93ae10ce10eb7660d84e372af1e086457
MD5 ff0fd78b8eee27e5d08b14fa2c2cde51
BLAKE2b-256 e693f9bb444c223d548f1eb6103d39fb9fee491190156fcdb2a5a8d538e0dc0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0bc0f4632b211b7c08d48d5962ca83281ae940ba5c99693bd924a272878d7915
MD5 cb8da1634c14d469f880c98ce5c080c3
BLAKE2b-256 0253ccc350828bb345b1303d6eca0d7d06a847848560ba0a731b0406c54c6914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ca0da06d5a5fbf5c444c8701753a7a661a6caf4aa6ed0c4b088c0e47c0834f1
MD5 6d8cc9c61318aea2c56c5d18f3320679
BLAKE2b-256 d97d623bdeeea11d5a4d856c336689024de78dda354e5d6ca922785ec50b96b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c93c84b32d50521d249b6738be7a4bf590aa35b03efce7cf7606e2ff5925ebe
MD5 2397578f84d39d4e7eaf48a5e1a1ad3e
BLAKE2b-256 03d78989db26652feca4553657b3511ebfe3af32c784fac3971a42e3cfd830e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 edc55f83886a805f16e68e05cfe55c9929f571fda5e713eb01ca56b44d129a4c
MD5 b8df6d6923a75aa4a6f7de538de89367
BLAKE2b-256 a341568689a5416da2849ae58faa55ed23f2e909bd1bbd836301d5006b67ad3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e330da10672e8a8b4f914a00f96ab9516ea6c9a51956d04d9aaed5ae399382f9
MD5 75acd68c27c7a99dfcc4dbb6ef20ec22
BLAKE2b-256 24456d252e007dd86372dd9b49f527abbfd30ba9b383013f970cf9f599003271

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0054ffc1c8c5a3b8d2e38ac7d2ffc63618f48c13b10c7a0481ec4e16fb02352d
MD5 cfc2138f06c45e561a4797fa19d0b065
BLAKE2b-256 19f3cf6263d4933410aff9f0a79a5537abc6c882928e4cf012e24ff49207eeba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5773c88a7cf828e487c494f7329d82382c044695831f9fb5715c39ebc42cd8d
MD5 5397b2ffc3485ee769e5b3211ff37390
BLAKE2b-256 1d25dd29d0a810f87d73c5fbfd4d915a23deead58349c7659e31a0e95a7ff8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a53eb55f6093b07d40ea9f195d80001e6c660a32accc83e5652a365b7a8645dd
MD5 84cc3faf760a5096016ed9127ec66409
BLAKE2b-256 e876d818ec6b7bb45c61e8ffe47cd1f26fd815b0ba4282b6c9236d04bdc4e1db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f1e7d57ddc92a890fc8fe314b4e769d5492cd9fca0931f9be78d49eba66ac69
MD5 aac325f2c260f6e9807839d641394dba
BLAKE2b-256 2730c85fa1cd0bb755f127d6c04a01167a41f3b6380c47f97426169964a75149

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a4723ca5f416a00b1b0b896c1aaaef89629e52a05879c42087a1a6887afa7370
MD5 024685a5cc6f46d8b5ffea251894ec01
BLAKE2b-256 25b213bcf108d5bd52ea1835cd69450bca37f87fae656c6b3f130d6bf874e855

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e6ffb4a5b80b81e1e64690a7acb04efca57e02cbf2dbc72906577db1249d14b7
MD5 0a33967aa94ba92b7b97c11b8dd5546b
BLAKE2b-256 fd07ed1363909b2ad9ffc6c21146ad7cf313c445c780e90cd68d7ce2ff79eea0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9544a077044a9239c10fd5f731486e2344c3cb3f582f21a67d463feffdbf421b
MD5 d1d9b72222bd95ee003c70c5e8c70a0d
BLAKE2b-256 3c1d3155908ff0958104801cd1c211f7a09b9982602f941bb54c1a3ca5ebd2d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51b4d214ef0d4ba4a1232ca10ccb3fd3d72d3f317f581c5bca6a927e8dfc0473
MD5 10c53473c3b86f84eba1e589034ed4cd
BLAKE2b-256 9ef415af9fe87bc000e7dafb84861e33afa7849f1109b9949248ac20a8f9be50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a06149421a021a038d87f6f26f549054898c941538817e024494d70736242df1
MD5 8c8f78a4a76e54430b1bddbd729ff31b
BLAKE2b-256 80415ec62a7616289d748d1d329362d0be9aa7b75788531622d53cfd9de5325d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 066306517cb000e58d8b734a8c7cf3e27dfa76bf6c630b7b78b07494aaa066ef
MD5 b02cb557e601e9c800277fc0d21287b0
BLAKE2b-256 6b283084de2c842d42612a6ddf21cf8e10cd7c38a8262b81bca81488a09ef5c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d2933da5eef0500cf2403679b5e011c360d8285e7cb4ebe928f9c7a145a4813
MD5 2223cd444b19685784711a43a181d854
BLAKE2b-256 a85fef7c938b7e51252c30f2bfbc5c0a5aff3836e3384c5b972e0cd544669dfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 daeec4b3d5147a126e5ddfbe2b229b21847d5a3d17ab77a6946cdf224b2ddc00
MD5 d7dfbdc26c7d0408d47bbf87993b4bfd
BLAKE2b-256 3c940ce8cd49ba5b883293b8527779cdb8ebb5131ff7b485d117c73d5b8b6711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f8dd5bc36b1540171d4ae3919a56c693cc1b15125fe9f085a365654d076a1c5
MD5 dd9e92dee45673daa8a58d317e718736
BLAKE2b-256 96652ba2ef542b73518bd85b8b3efedb2e1a5909766e39dfd9b67c8ea4d45cb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86a65369c915594ee811e1630e509e23c200203ca591f94026d00081dec19385
MD5 1e88627cf5fb131a8b47c8f1272e7d9f
BLAKE2b-256 b9da6de8c6f93008422f399abe13db39e324b10259fc5900ef2f63fed3ab5fb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e3a89c45bffd673a76199b6be6c2460b7943b664b277272c1a9ded983b236c9
MD5 fd680485b829de9cd4a6c37aa5e0e97f
BLAKE2b-256 49aeed9147ef7986237838c50c2e73dc46994048396719a4edc46c58b21c0530

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e9877f13adc4ae1430a88d4d84e885e9cce602f6e61096c014440103a69f383
MD5 f2e93de0200df60b7594a5d0de8d1b37
BLAKE2b-256 359917e3d94b69b450b7651dada0bf26d1cd1a7dd2bb5ddabde5c1c4cf1ada33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3d576d25a00113320a3aa8ce4d4c6024f7ed26db39705e9f9ba0ac9a04b0f2d4
MD5 a34db4b9ac51210480fcdf6240f2bf23
BLAKE2b-256 0d56ca15e9f9e0035b413719feecc6efa19b2917f2c342f9c43ef3bc18225fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 891e7c1f11159610250f62dd8d1fe065de3eec7443c181535292605d8875a94e
MD5 ebc6e5bd27490d81efc905a3ca161ad8
BLAKE2b-256 270271dea2ac92f962cf74d36f866492f742a4d13384fa0bfa784b598445ba75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2e3857a6bf933ac8f1f730083dccad95e5dffe86171b35a7ea71e04ac668f0c8
MD5 1e6a4113a0cd663410d079c4a8b20725
BLAKE2b-256 39e46da18b9dadd730abba2398f443241c2a784e30edb3091c47c6b8b9d9a495

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d188a9a7b858eef1a22f5d820616e08325d453ac7eb371a3dfa55bb915ef8fcb
MD5 87957dc74d5b1cc8324be2c15e4a258e
BLAKE2b-256 03a6a8a693e200db5a98119a02e98157d2f846318f77c42acc2962abb659e6c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cab599df0384b01857806728f46fe3c9fd9ee64608217d13845180b81c068978
MD5 0f10fe792c7a63e5aca6de8ef4ec3239
BLAKE2b-256 f1475d232bcab1e9e70997288c608b4c8cb7aadfdcf234c4dd8400452edeacef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b3d2c01f801e54a96fa4282ff181c3d2ff66ef6f0382e2789872f348a563956
MD5 97aea5b32205f750a7f03131e00a9413
BLAKE2b-256 2c3746ee4350ed2030b369e230f70dbeb0b1e0e9324582060ac9e5186944f64e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d6a4e4610f02b579a063fc830afbf3e33467b79f57730fdd8eff71b20bf0b76e
MD5 2afa6ae803b227a24d39d29d8d0b66d2
BLAKE2b-256 3500c8e022642f6f94e5e29cf946588a6e4dde6bf5b8094de221e2354e6c9f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 530e160e080c2d86cc1da2486967594418312b1cd82c1e55c54e248defa3498c
MD5 189cb0e52fa002b0e7e06d1eb5bfd931
BLAKE2b-256 461b4630c65ca0955d91cc175093ceeb0d460e445ef25008cb49c71b3e3947de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f068b350686163752c0a8e1c43dfa5e9a81735462d65cb7749594ccd0e47857
MD5 0a9f15f29973c7440ef69b3352b05a4f
BLAKE2b-256 fd2a2ff5c1ee3ac59a8e92c5591fbfa95d920c5e0e65439140499190d72f4178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d84126b3ccf80c0015574861addf24a600f41a5ca6a0aa9964421699d0b47aaa
MD5 f4f54ca417f533f7797b8f2333e8a719
BLAKE2b-256 d82da42d860511cc55ca58a17dc5a8021b09f5b18166fa2d36173ec0c47ac0f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 16d530f5157406dd9435345c3836b8edfbb8040ef19d257eae68839d7f336e5c
MD5 6952c6e2494bbf316fc9ffaedb450765
BLAKE2b-256 26fab62a6d72b8af69137c86e7b5a652afaf4eae02288110f142c73a5108336d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 de4ef3294cab072ca8609104e2cbde15f9adc1c0291bfcc3e58597f3566a644f
MD5 5aac3a0a5d619b2db8b7eaaefd2b1133
BLAKE2b-256 be6e3f5e081dd33499ff3a0092048e666cc35055f7dd68e111dc2d05d5a6b627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 339089fde4c9221d0589eea41b0741f0279409fa6beac60c6b18259e734ba444
MD5 dc6fc96c8c9357b03873f4aae7c4f8c1
BLAKE2b-256 be76939a2b5cdf22449c69a9b1dfcbac57c8cc23a8a7f4279f6a6afd726c586a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f334b9eb0f70003780b54eebfcf26e25929ef746069703da739a53af9127664
MD5 ff54f82f31ce17c23e471d6a057b77ec
BLAKE2b-256 3422932c1f6ea1a5638d69e5334db19c741f5e94257d0924aff5915ff213f6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df72dfc1b66421d5fe6ec54a17c2e88ad74857f884d38d893b0db12e0bd1462f
MD5 4bbfb24d3fe3a9957a119d908a6ec769
BLAKE2b-256 7b4ee1bcf9bd87fe7d613d1eac552a5a491db84c67682be52e155c334bed5324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f33d8ffe461b3b5d010c40a6cb1bb8dd0d81a3cbae5f70254ad070ca99a0088f
MD5 f02f550b2251fb7f7bc7697372c5d86c
BLAKE2b-256 3f110672782936f7225381d9de26848909be7706a7322a7dfb0bf4ffc5d9bdf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 927603aaed3b7e877e76d1f6f845b146ff66cf3631903b1a6dcb56629b615c27
MD5 21ff95688b8de2200905d3e4260777d4
BLAKE2b-256 93555ce0500fa84ed49c6ad98edc75663aacfa499d17c965bd7a197db78f4d87

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2affb081c07e45b6a4e7d269603e925d508e14d3307889d87014c819e9c3d368
MD5 45490b3c385d52e76b856f94a2fe6d8f
BLAKE2b-256 ee43a45ca4fa9c5a76e1a30872403e796ba173540f01d0b47b5cbba322911641

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 251e615499c6e65346e8607b02679fac2660273650a304a363c1d2e8995d4180
MD5 f142d418f61eae7b4d77dff6aed1ac6e
BLAKE2b-256 211f847000ee286d1e6330dc2d76c758ed0c23e4843101bd192080c81cf7f597

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fe0996e12ee294af0a0d6d3e28bcbd310c2d9c8634052eeca16aae00ca131f4
MD5 42f4052e09ce9c54afef56fee9a46788
BLAKE2b-256 d3510a3c202da079e86879635dce767dcb749c0a889d9862fbcdc07157944549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f2aec45efdc1e86c93744aea5e16189de188c12d0e2f27725dd08c1153f36dea
MD5 43b2a6ed02ee085fab2aea1c68afec34
BLAKE2b-256 b574c5af843ca1104b8fd96be35e5b71066269bb6bcc876f66ac6ad33cb61875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2b75f5b7d39b4fb94f149718508769841c16a57cdcdc5bad97e1b3697abd3270
MD5 edc3e3d220f568ce9f0339a57ee20fa9
BLAKE2b-256 5a3ada52e666e673bf05de00515449cd53b0b58bf1c013b29ecd82d9da1f1812

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 701cc2f0c9b99b97f0a300561348b5d12a23c11a6c7492f46f4e7cc2637a43af
MD5 e4544f2b0593d3564aee8ee0b68e178b
BLAKE2b-256 a98b6e4dbf999878cfb537956ae094e22026129d5b1fbf00c77aa5ccb7c573cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efae3310d4b3ee8c37935a9db94c7181d06e6f767c279fd6b8dfc7dada2f1f9c
MD5 05735740e2569444a9a80d3eb9117bf7
BLAKE2b-256 786af5afbdb19dd23e12acd00244867c12d1df4d2571fbaba21af25e47f5bb8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c746939c37ad55c21c30db3226ce92f05bfc64f958c46ce8f5b4081362f36a37
MD5 bb78e20937e623a56635a0e602bf1246
BLAKE2b-256 f62a23d3370cc5610867b7c11fea61cd7fa25a5c3df6ff1c7921a1f7330fe750

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 51e5aa8e284c94ce9020f81ab2ca6a1a2697ddab9a19b41ec639e36dad2793f5
MD5 fe03827e0d75bd9d9bb1bc8b5ad6860d
BLAKE2b-256 c9f988fa5153d02f702eb4894cdb56810f7ebce9f28cced4ac43c3eeaacf383e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4706c50ba129b0511f88d7885a82962451972e260fbbdad38dfe9eb6523090e5
MD5 ecfe26c48dfd5298da285b20eb349395
BLAKE2b-256 06632289c0b6c43b397c0a8ae738492d2c4af826de64e76473d848ebeaa9399a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bb2d6cefbb0577cdda3e3f7dc079e37442011c1652bb48c0f060c4e4d30cabc
MD5 59e1e89304bf207a549cdffb045aee59
BLAKE2b-256 da642b9d6975eec2952747bd3d118bbd6a5f094e12ad6be1c8887b84759d7925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5c6afd8a9c9e0362865fa88a04b0351d0a98a8bae4e0f0407ef3f6317feca896
MD5 e0461496de0bb38b83b6c6801852fe31
BLAKE2b-256 27411aa0d31d477e9fc25caa1eca4bfc4e66bffbfba380ce19fe7c50a9c01546

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3ff5ceaf275c68f9cd06f36aa4b0ca98c165d254bd5ff2f1fab0d8588f44215c
MD5 6a1f0ab36434016840441eb1daffd720
BLAKE2b-256 bdfb1078ecc6beae59b485b8971a4f56bfbf9ef252a705cdb38fc4d9b0b0924d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 338aa9288ef27da7ad8ecb7cb1109a62817f0be8a76759cba930a41a04cc6f0a
MD5 01f3a2ba4614498d99d5b95b71e8798b
BLAKE2b-256 0aed5d8c3672fd531180b05b3d05a98ccd1fe41771030bce176e273a5bcb8953

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f9fd7f005226eab625df06effd2c0674d07b002d72f82b73df8f180dc4f080f4
MD5 f8d9f8425be77805c79bc7dbdd8d2b4e
BLAKE2b-256 d5c5006e4b539f5170e9a7147092db3d8d84d0437b4746fb80dc1e3c9a27aca1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 967cf4066f14f51626b5280b6577e6665e77d93cb76c4a10b7b7b19e6f5cdb9b
MD5 41d9c920f4568404c58d9bd51319d3c1
BLAKE2b-256 613ab6888e5a13e9eb20c6451b02d90c3d70c4d21cd8a86ca9570f9c9e36038e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5030cf29effa2d72cfea7bb877a684f1c2244b5ab425aa3644654b5ce1376658
MD5 394a9c3971e9ff84a1e9abf4f089621d
BLAKE2b-256 e961e78a38030851eb98d8f4079526a5fb7036a5a13c0236cd717142c60f86c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf863f6467245107c7631824c519083f5a9f19e51ddd91069e06f54311589bcd
MD5 6c7e2d3dd382141c65fa73c2f2c08d05
BLAKE2b-256 805ba5365e34ff41051e5e0397a7109cead8fe27e8c1b1140d0d4f9d3c73cc47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e0db12afc235f8a97c23ecbcd4a7a3927528cd8a6d9fc9826a35cade5d32c09c
MD5 8c4238345dce2aa66a78e64d75b1e6de
BLAKE2b-256 de14cd67cff4a5b40840ec48acc775cdaef7cecb17697bfa37ec12c334e1b70d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ffb3bdc84828d3033e97174c7fb6fe47c8fc3dbfac76736dc9d3aa03f607983d
MD5 0f2cd3107a6bf4954a6493b4c85bc219
BLAKE2b-256 adecf745ede10bb797c9d3fc1d9a67e0447c79c61f77d8ed3ca85380a590bd8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 712773fce192b052ac5d3b80e582aabdb47ad296efd60baba9097a01d241eebc
MD5 10a14880310078f3fd923fa1c5aad010
BLAKE2b-256 1bd3fc69d441aed5af64f346647d85cd9ddf211979d1db4816172031d29af08b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bedf88000688af5d4541f2addf990f5c25c09af7fe731aff8fe67e60d9d85fee
MD5 e3868d552508253d865af382dcb6e5f0
BLAKE2b-256 cbd83ca82ff98314af1c4e4c56011796460b91f53487afaa9689944c6007d267

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a743830b926e052bcb2d9727c73bcbd723121bdf978bbe465eb897bf8cda12c2
MD5 c6f043925a19c7df565f08ce6b43bd80
BLAKE2b-256 08032827f9c39aa82f7f8ac6317f19c3c0a6f951ad51ae7fa871a9c6122601b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6a5eec74d2b82ee2b483feca0ce83a7bdfabfdcfa5cc765bcbc476735e20d3c
MD5 570ab5231aaddcfc17ff7ee172541f0c
BLAKE2b-256 96ae9268df99ecaab31fe463fb0b8415f5940451bfe0afab3cebe7d5305b8404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd73297cb8badd1d02efec58aefe42edfc4b0f086f2e32ca6bb02e221cc30738
MD5 83f8c9b5f145506a0b97153ae7ed807b
BLAKE2b-256 036ec8ec6b06cb0b59fe520e851d23ba539cff3ddc4cfd9c143dab2f80051b3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.2-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 78a89b8774455182e7649cb7574b7dfed1afdacf5b290af656cdf47302fb94ea
MD5 d44ec80db3ec1659afcbe059c0647fcb
BLAKE2b-256 011669451b80d8eda4cee81c40196793d5b37c61d8c53f5fcccc55f244762e1d

See more details on using hashes here.

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