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.1.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.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

loro-1.13.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymanylinux: glibc 2.5+ i686

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

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

Uploaded PyPymusllinux: musl 1.2+ x86-64

loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ s390x

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

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

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

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

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

Uploaded PyPymanylinux: glibc 2.17+ ARM64

loro-1.13.1-cp314-cp314t-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

loro-1.13.1-cp314-cp314t-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp314-cp314t-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

loro-1.13.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

loro-1.13.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

loro-1.13.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

loro-1.13.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

loro-1.13.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

loro-1.13.1-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.1-cp314-cp314-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

loro-1.13.1-cp314-cp314-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

loro-1.13.1-cp314-cp314-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp314-cp314-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

loro-1.13.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

loro-1.13.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

loro-1.13.1-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.1-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.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

loro-1.13.1-cp314-cp314-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

loro-1.13.1-cp313-cp313-win32.whl (2.9 MB view details)

Uploaded CPython 3.13Windows x86

loro-1.13.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp313-cp313-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

loro-1.13.1-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.1-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.1-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.1-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.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

loro-1.13.1-cp313-cp313-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

loro-1.13.1-cp312-cp312-win32.whl (2.9 MB view details)

Uploaded CPython 3.12Windows x86

loro-1.13.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp312-cp312-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

loro-1.13.1-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.1-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.1-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.1-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.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

loro-1.13.1-cp312-cp312-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

loro-1.13.1-cp311-cp311-win32.whl (2.9 MB view details)

Uploaded CPython 3.11Windows x86

loro-1.13.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

loro-1.13.1-cp311-cp311-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp311-cp311-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

loro-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

loro-1.13.1-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.1-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.1-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.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

loro-1.13.1-cp311-cp311-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

loro-1.13.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

loro-1.13.1-cp310-cp310-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp310-cp310-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

loro-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

loro-1.13.1-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.1-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.1-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.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

loro-1.13.1-cp310-cp310-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

loro-1.13.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp39-cp39-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

loro-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

loro-1.13.1-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.1-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.1-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.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

loro-1.13.1-cp39-cp39-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

loro-1.13.1-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.1-cp38-cp38-musllinux_1_2_i686.whl (3.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

loro-1.13.1-cp38-cp38-musllinux_1_2_armv7l.whl (3.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

loro-1.13.1-cp38-cp38-musllinux_1_2_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

loro-1.13.1-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.1-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.1-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.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

loro-1.13.1-cp38-cp38-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.1.tar.gz
Algorithm Hash digest
SHA256 0c3727bc52f5098576532edd399efc08ceb234c5d9235a19cbd5ea37c4fba485
MD5 9cac2568d664be80e0bff6d5d64a2cc6
BLAKE2b-256 9c0aa5171cc085b08a066bd1f7b686db9f6493fc45b69b4047ccea682255fdea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 531635135306ef42681837d8a0f7bafd34fcf146435ae9077f31fd89e949e5cf
MD5 47aaec22c7264a65689ab0319b91be8f
BLAKE2b-256 85e71f4d4b588d1c20bececfb3e90d8d035ec4f8e7c0d9b45925eaa6c9b5e511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24ac898cf8089df7a7dd1adb116acba8e1a68dde0060db5bb29f4067858fa068
MD5 fad602d75e307449279fa198b4c71c0b
BLAKE2b-256 26530a56911f810bfbcf426a85048ad51413f80d48643ee9e75e359e7f301309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 403ca90311137f94d6a26723dbb0bf60af0a83c98577668f3939e5b67b9359e6
MD5 cb72f0f6deb8d86ab2b06bda128ef152
BLAKE2b-256 2e12479dfce8e159f6b238a9dc5e0daf8b55626ff245a292415d902d3dda3b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88359d12071cb96c1c96912a90c4102f538354bef2100b3797c225418aca8588
MD5 730a0ca3f64661b70597482c0c632714
BLAKE2b-256 4afee65cead425aa667b2d4b484c418609f088b23321062103bdb3751d4fafaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a252b6badfcd7d43f45c58c61282a256a2bebb50315d363409d34eebb576fa86
MD5 ecc36b8971bc789ec4b881f422f68b91
BLAKE2b-256 ab91b61a37a2044cd36f0b89c1ab97a6444fd5eb4256f17ed5e41b855f05ecd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6a18812dd5129975c89ed3c279b96d05a7129d671b3c4e07d47da5d2a5a44143
MD5 bb02a7331bda259d807b9a93c91561c3
BLAKE2b-256 03082c7a178b5a761f081b72a8001e42b71c0f7b1d088242bdd739fda7332d71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fea37c8a2d307340fefd9ecf9dfe2d0cd050e5fe52d28dc59f3b74e2f4d86a59
MD5 f947abf1dc9b4a1c9eeed856b2e57824
BLAKE2b-256 01372bea377c69e277d5c89fb53e7ca5a55ed025f58ed91ec8b7d879cd7363ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 774d466c51506e9bd2e2d889078d405642f14474d5b3d97323ba64e1709792cf
MD5 7a5e6d00ef959059315e541abdb55dd2
BLAKE2b-256 607bba4a7542bcce0c6c542fcdddf058140fed930c43763faa449d37060a8d1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df3cc735e6e514fa700c1142ef5aa003eb2fa972cfe6cf5a1faad73a5b2b9f35
MD5 aa270bc714963c42729bf190ab8b0721
BLAKE2b-256 665735da08c298f0f74212a5b03aa7b2eabb49f03d79d7c7d1dc9b85795a1f53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 26be461277ea678a47e937b077b4fcc9b7985083b3b7eba5e33bcdcffb511ab0
MD5 bda925a35458be4a596f5873bd8fc11b
BLAKE2b-256 9f1cae412692eb78f270ce31b95fe212902c3906869426c11a5d4905a22ca776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19823f7fcedb24e7c90708c25135311dacc87b00091a8c28688eeac7e59d17be
MD5 84ea07738dc7b37e263a9b811abfd149
BLAKE2b-256 2d4ea8d486bc7cce088e50124b25da24a3347d4a909f315562d2cf8bbc7cd742

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01ed5d2fae9cb10c7ad0c8cb31f7b25bef938077a1094a1449340c48cca130cd
MD5 133eee4bef99e0741a7fd520ae7b922b
BLAKE2b-256 873cb0500c59856c6f807ec0459105584ed78e8fc2827520ca198dc5d94e4a47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3caa4acb70cba3d562cd939618b4d72c2a46000e060b5077a0712c53e9276747
MD5 dea1b41aed08ce054cb6fc83b341b1d2
BLAKE2b-256 70199993e6b0bb882f219d6768ffc0cde96efd6bf07d54db92fa02dbca40a8d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70dc63bbf6dcbf20cfe0210e23beb0a509d3608d5ad4d3004c6d85107f945d1d
MD5 56a1eadf3b81d35397c8c5bf3190ff8a
BLAKE2b-256 6d3a8ec8674a323b9872b4b7b59e2c2bfad14aa825a7d551df0ae0ffe1001c3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 837251c39e43c99e241bb253e3b05a1a5424282ddc905d34d0f554ede8bcbe39
MD5 320aa10b800b30f8637ec2d46c6bd4fc
BLAKE2b-256 17892eb3b0643c5249ae98cbb259ecd6a737986ecec215ff31e7c682ebd198d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a29d5cbb17e8f317a1818dc87280c389e3c22c0f0da8e5f1e34c95333d311c48
MD5 75a9c674a31f64eac2aa12fa12d9b4d1
BLAKE2b-256 38d6a57a182629f6ff20c3e650d303b5d821e21edb1539cd64886c2659f171af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99385246166f3bddc0bb686cdf61909969d214ff0c1f0e36db5fec9aa1244579
MD5 95912bdf26101faef76cacf3a47334b1
BLAKE2b-256 b85a164b13e23a9897d895b4612eb0a7c2140b4c941eb12925c350bca96d01a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0962308ad8e53d3cb74a151062f3d075b994b3324b3217af67b136225af5204
MD5 04afd7c5365f19a1f34622f7598976ac
BLAKE2b-256 9e961a5d508afe5570af35a37c6af65152f58848f54b498083f445fb4daf27ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f584ed98839de111cdfa3719c3e9a1860535cc65bb8bf6c99ab994c92143e5e
MD5 fa989ae1c126d262329b5e44db42260f
BLAKE2b-256 d74afaccc4d9fd424b0a0fe8a3bef6e5cda2b6797de5e733d393294960c550dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c09f4b6cf528fccaa5da63579ee975830d7c6993759de02189c0dd1d34918cb1
MD5 2e4627f3b08dcc8b1029ba332f9f44c1
BLAKE2b-256 4a2edc5a5067e356771cc2ba1338668521d83c945420b7db75b011e4771734e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fbef39ccf81efe1531ed405e2d7e73a540a7f86d54510fba36ac048cb49bc19a
MD5 4eaba7bc2d29c423bf30e783110b2fb4
BLAKE2b-256 c4c75e90c8206a7a8f58156bc993e32bb935f2b4ca48dda686b6b124f0d65198

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0712bfc5d9fdb7cae73fb8034e4a5ad0e81c71a91638497304d45189db984606
MD5 03536536d1c75230243f5174449e44b2
BLAKE2b-256 9da2fd4dc9a1b84d27e1b857cc400f31f76645302f12a1053e668c0a18e36aad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7c30d915e9d4c1c870e001f0e70a941749ad0c27257154b5534243cbefb82faa
MD5 e79bdea670f4096521cffb5ca13ce188
BLAKE2b-256 6ec21d4bf196735e3db2f83aeab8007233054535b3c7b42979fc4f2b8a010453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 359d66e04eae3068ca216d62f9b9d8e6fb3d7173f445f8b26f2f39869ce983ee
MD5 d7333ed00f3bc8b2303f8950883e55b1
BLAKE2b-256 93c3d754652e6da3517230acbcba5cb56ea4372e0fd1326cb667d9e219f5cd4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aa19bce6ebe5ce349f655debb443fbfbb66918942ee8e71dd492235a194ba636
MD5 c7e4bbfa398a7d47cb708c2eae2630e9
BLAKE2b-256 9652a207a60d4a23fa49b26b530b3700ccd848d9bb769eb96525be88fa168ef2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 312dc933f11a0dd2060a10e0ba3b089e2d0ba19dab77f5b07dc5e4609f38d137
MD5 c9e7411d183081f77376ba2102d9bcd3
BLAKE2b-256 7c169c0502d630bf79298a6b40dc22819941ed6c09995df26b7454e372c4fad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bcd020a12b899db8d24b6f7a0db8d92eb186ecb283ed50baac43014cacb7ff9
MD5 f6c79b683180a34d17baa92da870df70
BLAKE2b-256 899d471258dbf471160816e41dcdd9abf4c31b33c74462df6a5f4a9fa9bfb3db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0c5af71cf2a08bef1cc4dfe8baccba403bd8d9fb0700a95cc9bc3f736399661
MD5 e88f9241cb5f6dee4cd98610dfc66a30
BLAKE2b-256 67a7eeb8356e51779ca80820df203f33589e4387630c2e04711c5723848d5f62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9628d59233e5f993758ac914f97555296e758aaa43892cad871a27a3ad072a3b
MD5 70e3952b0f1d1b8a2090a66a2f24ba21
BLAKE2b-256 fed86fd76c38094bb2aaea9c3515708ff9f758ace45e722dd416ec37ca0385a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a50ded264d5db56e880ebcf92c80bfd9b1780fdfdf87d56e11d31ee5a2c6b1fb
MD5 19675817b1f9ea573941496e882dba70
BLAKE2b-256 41cd4924259b0840e1ce3b468e259e2e708d00502540bea3bc6b39f6dabf6ef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f673c066c0eb5c442f067f5bd90fd3d70abef3d8b5ee1fc58672b029743a4785
MD5 e8b1d700de895bc42735e5bd75c1c06b
BLAKE2b-256 0c1048432999bea2c0fe456a78a3e6279997e61d8fce628137bc1d82943b80f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ab26c84a3be3007f17e00947953e5f6a8acafefbb28fb51763c87314f94ac7d
MD5 1b45b09617dd449b3f589283e52a8223
BLAKE2b-256 e700fce97f14e6c01e17e2b7127bcfb37d7bd0ff33f7e95a2fbf8be3b4cb7b56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06b53fb6ce7d173ec74c12ed694782ab3fbc8a07bd42bee646d714f405cdb27e
MD5 8a5a78fd727b9b483bd3193b61fe8138
BLAKE2b-256 2b80d184dce3bbd17200842e5f29ae20cc35bfc5e261e36f359a80efa0ea0815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 49c9a8f10f81835202c3bd708c8a4ac34e6a3917b69aac144b55b100a85caf36
MD5 c18a2754df66dfa505817d12e7a893a8
BLAKE2b-256 ab76dffe9959f110c565f4782a96edf647729cc73dade7a1aae199d33457e60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c52a31d2cc73017df7cf648d375e27f99db07634df4a090b08e1a6aab9b36fc4
MD5 0aba7f7893a492a772266c785283677b
BLAKE2b-256 1dc44924e599909c31013075a96b208abcdfddf5679efa42ee0831d149f09573

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e0ffa14f843ba3ddaf53b176f205f0e37621afb76e417afedcc2dbbe6925975f
MD5 affb99504be3ce51b32eed113e23060f
BLAKE2b-256 1447bf5f76066ba7634a7b48ad23d0d0979a2c4169c227ce9e1295016c3d2ca4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5234b6363ce558a477d2ae68ba50e082e26f30f86e05d0e24ae364c75d004718
MD5 5cb7a59b07a7b44c6da2d7d2e76b01f6
BLAKE2b-256 b554b486cd95bd4368f5558bb246cfa12343959808f3633f7439f3123eab5e5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a1defe484248b0611c95b70792ac26021eb953fa4b090a5fd119c5d676e20e31
MD5 f4dcf1ef8945d2632276fb8d8b15035a
BLAKE2b-256 10af768d2390576ca67a971146682426002467f871dd9681ad9527457c603d0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f02dab4ab8e8c3d4f38434b2724fc5793d088de663ff7cd9b3e5c545d4601d62
MD5 34514c925940ede107aff4eeced2d172
BLAKE2b-256 8f2caff8793496d5b39ce77f2b29744d8ade1a0649e196674e8bed2fae0ebe49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e97be90bb75b83a0e1e5d01697e422b37795c0972d5c0f209d6f598a32abcedb
MD5 94220e7a13f02bae340f5570ad166f6d
BLAKE2b-256 5e91ec18db26e5b1054438d283bd3c45db6006a5c2e8f649cbc8b96b6e86de89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d85fe33fae897cb7d94adf350c7593290f07fa72b0a576b4d233228bf77eb75d
MD5 4e3194345b026a108af2f48054989f7c
BLAKE2b-256 6395c2d1e00c06c5b79af1de3d575d583894039859f63a0bb8b9cd64c78a1d9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7f245ba8648555adb4e11f8e0d1c87a9864428e103fd80cbd758d4a800c848e8
MD5 3efc3ad55d848e023fa027270ceb9a0f
BLAKE2b-256 f285e55ee4140ce9521ecd625479ee453afc13e46b7db1bd3efae36c27db4bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09afd86ff1c7ebc1a208cb0323fe05024d7f7eeea7025f0d029e1b23b606ad58
MD5 e3ee5f0a41ea14ac39d3b82ed372c0e7
BLAKE2b-256 fda6824feabb3d22feb506c945c53c3548df954ca2666206b05aa151f7cbe110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fd4e186c1332dedef5dfec6acd3f8b31d9f57040ea4cbd5332ab6c7fdd2a97db
MD5 3e0fc993a45334b4c6d2b58fde194e7d
BLAKE2b-256 0f9b8ff0df1c7a95440f78b8034007189aaf57e3a7d1758cca8009b38ab0911e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f6241dcaeb655775dd6bb170646f8efc6697449535cc6a6af6834bb7a9817ab7
MD5 935e2c0203456a28e613a3cace1e9ba3
BLAKE2b-256 e301b267a962fd67120fe88696f959d92a2f706c1845e68c56270b5388208510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5f9ca634f3f8fafa6e71eaf6949893ceb3142aba6d13e8e0ce2050945a5e99be
MD5 0d71d1f32c1a6d6e53638deed92f1225
BLAKE2b-256 ab4b16c526348e9aa002676ca3be0e5d9ec6b2b9dc19871a63fdc66654614310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32a07707a786b8e187f421a1ac37180e96fd66dbe638672ca97e66432127ab53
MD5 ccc8e469d045c25994862ae88fa8ba76
BLAKE2b-256 bf3b95de0c3cf5c47a889b13ec0f8e163ba8d8cde4764f7f6212cfb6a87e109f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d4fcecf5dca67b3987dc33858e675565f7ff997a50f9f9b3d3ca77c0ee5a3094
MD5 efa425fef0fc271e9c7a86b4694684db
BLAKE2b-256 281eae9fb467ef99998c8ecb216ce1e101064440ad1b6dabe2e1bfbc10cf4369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dea742fc32b90a4215a3b253d254491487fe277e8dd93930c08fe98b931cb86d
MD5 7b8cd32ecc199816e34834ae8896097b
BLAKE2b-256 546192bfb79c7c49d5e28fe380f71cbddbcd992ff5b94068864d43d0cc6fa928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f2fc60ffbe4106701f33d5734a16cc491a1fb6b33bb3bc8d03faa22433be144
MD5 4c12e9f8b8b5d8c1ab9da7d5f823a2c3
BLAKE2b-256 f4c3a4e18b1159a4d558e81ea566b98ea7dd402f1e81796db8b7ca31f6f23ecf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 31060b96a1a085dc585b7d81de56816ee52f50b3328580e6b0b778058c673b02
MD5 9353300c55c98b3ace93e38f375baecd
BLAKE2b-256 d97c7f24a599aa6f1f6bd52052937f8e7089f8daf4269998e48836bc38c4c353

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 89fa0c1d0ce435ff593d65bd6173ef7da0b1794cb8b542a275cc36052d147d13
MD5 7a4cd7e326ed702f02020de1700e25b1
BLAKE2b-256 6643016a4904c0973965904b795599631becf74f42f7e5ab569790dcc02bc2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 063a137ecd547259058abfecaa0dccfebbece1bb852960f811fff8ff07ff1549
MD5 bae6651d74d5e29aab46cf9eff15ded7
BLAKE2b-256 b942a04aa38208dfe8d66619a5a5dda9b586ca30069347ffd5eafb9f2e3c645d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e0ed665870c2e63e3b56a56e4cf4dcecd483e4658ecbbe7c913d09f251ccd9a
MD5 7decba27ed6dc17f8a35b826c3844e96
BLAKE2b-256 0a70abd113d4211f843b2fc5425049225bd0453ba51dd4536be0f170c59cd89f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee1819567c55821d18bae00779427ed57e9287e2620dc773922d9efc9215d361
MD5 a80d13ce42b97814ac5f829010e298af
BLAKE2b-256 3b065e1460d701c1617d424e6fc930f73772e4aba7ba4c0afc35c14aaea66b64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f44bb3e017b851c518a75253a5648c168796080a7dd7c370f991e4c26c929eb
MD5 7633d307b36a2398af30eb756ea2bd80
BLAKE2b-256 ab23a40c73fb33eb5cc4bbf44ea81efe147cb804c1b9c4d41c37e2dc5e1e1a21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05703492391f21bb251181a2ee9f1f68425d73efa94810271e25087faca5c23d
MD5 57e4e058133ddfb20c1cd99798782bc0
BLAKE2b-256 57c28c122a862b8f773ba40c6ade7a89afb9ed26382d23e024f4e66f47ad639f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1a1591e115e874d9e0ad7cf7b413390d26cafb5750d707897fd79a5d1f69b7e7
MD5 4e2ce57b1259bd00ac1ccdfdc97ef637
BLAKE2b-256 9c64838072fc73ae993316df8d80aedc537092c73b5e0f27132de60b9cfaa31b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e8bd1b7b65b552b7863c2d8d0e041dc35b3ccaf86422c2d03cbd89903feee890
MD5 cea1892b950a11a43bda56e175427186
BLAKE2b-256 e7b73a1dc21ba8b5ea4362df8d21f61b4273fdcc84504969a4868621faf428a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2ba4caa9b52d64dd2d1aaa0672cb058618e4fc722ab26393f5b2db51bd715fc5
MD5 5d5867dee99067afbf414e2e5d79a94e
BLAKE2b-256 e842990572d3e7f71f6930420185b9fb6669490078b88a8ff2e8171310b861b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c46783fa28dd5144f7ca5f20ac949ad7568ef6d511e4aec077566bd0e011f3da
MD5 6b97beaacabd174ca37b0a8b49620ddb
BLAKE2b-256 c6ba314c26e89492b4486634e96844bf5acf4ea88b1dc4fa04b06e47e92403be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 862f4948e3a0da4eee417d159a728a8f75a309d02e9aeb4309cbc96e5e48f3c6
MD5 6fd0af8875d9157d0fb29a6e8c934e66
BLAKE2b-256 35ff49426f106fcc8b3cdc22dc46af68a1f74ab1675aea07c5244616e2b7b805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00b85365ff695dbff3b4e0513976025d92e80741475449857f0b18a143694c39
MD5 8d12ca933a59f5ac85ee48bd7a71114f
BLAKE2b-256 4dcc0f661d4779efe66e61d825b31ff13da3277140820a1db2f846e466d5b5f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 969916c8747b8f3fc0234c1d8c04f3433d3dbf88ce1f5f90c816c7e2c80c8d5d
MD5 29794a69af6855baac46d5767626c0cb
BLAKE2b-256 9306e369dac8102485a1140d18c4823b88c97c97577adb5c0029e5163917f726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b40a60be6900f84704824d44d11d7a721e5b3602f472b71d9aa8310b301478f3
MD5 555ee77b1cab5363c7df18ef2dafa2d3
BLAKE2b-256 221042e780e90c5a0a8e35c4e4cc6467dd2158324f389d6183bf763434c51e89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f13be6490fd9afb86474cf8c20270c64efcb0b3a9b32309bae5611ffc5d4ec30
MD5 6e8e826e9777d8658ee6a4da5c4e20e1
BLAKE2b-256 cac37f7e28ccac959d2d0085fadec194f6b45713517155bb67939392a8675b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa9ab0684b64eea6bb4088697063c536e322688828946ef29ada34cdd7ab97fe
MD5 0ad9f8b7a033aaf6e740a2c202bcf2cb
BLAKE2b-256 ee9bab9b732f43ccc895b97e848003f72edcdf46dc6adac77f5313e520699c86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5438af35c12fcdfed73515bfec9d675ccee9ae0f6206402d42699f13921c489b
MD5 ca55d5d7e714dd04601227e7e3814e2b
BLAKE2b-256 48c90d4ea932f2a2aa5143ddc5abda9afc45036d99af068ed9176baa19f8e5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 dddaa54ab925096efae42d017e3ec3e1a5e96109f011c9457a364370346d8d57
MD5 246c14fae676ec2c7a730a4a008dcd87
BLAKE2b-256 66dc9a800ea8c377af8b839d052e1c6dce090a5bb1a8d62f9bb72d8ac74d7fae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 799f93099a7397e3d4975507769beaca49b1545c28ce2f565e0c6a9d7114c7c5
MD5 9d78821408e9badd2c62f2a36186aa89
BLAKE2b-256 5e77209513ad828529b52bcadd43b438aa0c419d951c67dd8573c2d7fea29c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4bb41b0fc46d7310f9b863359bd9073e8be042906792418810c45246d52f3e2c
MD5 ff7766ce73241dc2c80a85d0c8b3ed4d
BLAKE2b-256 1b24384088890d15867dcec61420afcfe37c6a185dc38302426b53b77ab9a944

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a0ad60e62ee97de40e345a79dd0e8e1890589827517a85f2795499ecbe0c772d
MD5 e2c3596b238cf3844222012f93550f7e
BLAKE2b-256 4da43e879c36de0d0726686a8863cc4c7cbd27977ab54602d9d5b519a6c038ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c974a0c7534cdb3885922fac0762276726f2c6212ea42ff9f94fb66458646163
MD5 1d52b005d302ab478c486cbcffc3db4e
BLAKE2b-256 f9c5efe3ed6991bc2fca078e6f065e9b3c6af9caabcd37de9c45d001e27d02f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1692f6cd32715106fa6512cffd77dae386c19aa3d269e0aa540f562c901b4fb3
MD5 a06f530528ac7c76814c217ecee0d774
BLAKE2b-256 9ce5fbe091e3da9518b22cf81227d102a792c5f2427f011461192262082b4981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f24b880c6ef075e092956e6cc8a1ca10d75dd0c42100c93314d941d21ce7e825
MD5 990a8cf63051ad624b583576ef2d174f
BLAKE2b-256 6fa194c3ae7ca30252caed58895e9f0c711045f93903891f59cb17c255b1832b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2fc251ab7ec8d4f45d6afba76b5c0fa804815df8322a7c5b4855c69d574fa3e4
MD5 b70d9d1a7fdc33e7bfeac58d08f94e7d
BLAKE2b-256 59fa93a33f1e4f4482dfc3463be3395d29ad5769c213cc89890167aca6c7d682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18483499a361ca72dd6512a889fea097ddd203d6d048cdeb202cfdb454daa6da
MD5 55f762d4724d2a7ba4d770fd7e4b4d4d
BLAKE2b-256 8ca71e00449128a0124f05a0070ed042f6e6e6a1ae9d42462f341e5782d0b1c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 62944de6a84c71f7fb87dc5ea59e70f68c3910dbee08fa29f1d87d2aa79361f9
MD5 7682791b55d6d15444b94c8c6b18255f
BLAKE2b-256 1d639d58b58fa07691682056a1869332acde98ad3f5604c5167bc2c67a3499ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 10ee34b857c0d0fe175874abc20aca2d900f464fda0873eb40eea64a13d120c5
MD5 82f9cecb39102ec1b01b780dd717a76f
BLAKE2b-256 63d99268de0d259470e9f5ccd64b502d5267cb83e22e5b9eb9680cfde916314e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for loro-1.13.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6367d8b6f0e682e17f281df51f502d8c7034b3e115899169fffe5c47943f044a
MD5 4aeb241dfa9f3e84696d3f3f4f63d17c
BLAKE2b-256 7050ff05b94aad55319162982fc81c7f5beab8c1fb4c77dec1364f79a2dab4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3115e10224001e517b262760126bd998c871168cbcfe822ecf0f32ba843d13a
MD5 12a2c3f9d8003cb8c1802a41fbfb1b96
BLAKE2b-256 d4b8f26e7e04146a0958eeb136ce9e1584d6a0a663e917eee0019cbbfcd3fd95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1e57c441619090013730a1ff64f4a541df56230f56f386004da54d4bbdfa5b49
MD5 fca45e454bdf3235952c50975041035a
BLAKE2b-256 b4767c80c176de31b068cce0b608664541f7c45dc1522a0afac323454d6ea565

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 86500c195f3542c1b286564ff283dd2d29acf87c029e3a968fce658f492eb70c
MD5 38083c4b832bb53cb7403b59b7641a80
BLAKE2b-256 b46cb825f30215048473451bbfc68570dac846d6b5c9a566c38e69fe4cf2c171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 236f0b5a606890782e9830233f049e9bf711999fe12163b6e57b2f16656477ab
MD5 35753c549701694aa0f1d598731d3721
BLAKE2b-256 b9571983a2c4febe009d8000c46c2aae91fa2a063ff006cbdce08c19ff3b691c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb40d659067c6d393e28c7fa1d47a74f02c21b002f631b296bc5956ed10e4e03
MD5 6708a707b5178edd86c27bca14430906
BLAKE2b-256 827a8d0b98fd2cb7459ce662fc09d09f2c7759dace5281041f1a40ce88da7118

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3a91938bd8812f4aa445d8dc7f4a2296aae6993ae99b2573b8346d95a3112f9
MD5 1776a457e642da173d35d3130ca9a42b
BLAKE2b-256 6957e2453b4fcb83c0ce238fe43e6073d32c257f1298c2209a7ca532701e24d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 984f2c7c17f7ff5c11cad04d5aa22f76247800b4b10465845a64b0e7d5491a4a
MD5 449b3b0f9ff63b9b9c74e4d79d0d1495
BLAKE2b-256 958237a9163194b097c89f7c87062e8dc3067af288ffe36acf17d83e50577a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e87166c9bff35908e2a2b378def56c8a5ae6286ca7d3c14dd7d6a94a2018713e
MD5 9e9f259192599e02f30c0ebfe9e3178a
BLAKE2b-256 2ec2c8b10557879cabf6f9fb3858dee5fe0e4d72c0bbf390d5a3f4a1aa8c86fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e1e5e572e69f3aeedd3dce43bb4cda602bd20c91ea001f6d034b89ce511affc5
MD5 bd9a5441f811ac5f0c0bf5c56faf8455
BLAKE2b-256 5ad8f0c7430e9a767cc956f6f4414e8cc69b1382e15c13dd5fe8a6d099ac4270

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ba14aac864efa39060f429e13fe826dd7a3eea51770c7ba18f7ab417a966733e
MD5 2e3bbb9fbff8ac46167634d4d81f6631
BLAKE2b-256 56e644cbc490efeb482ffdab05a9911de479cde2c5b15cf78cc380c461569770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84026a187d2fab3f7a1386eb239042a8c334ef2493621fb7684fe758229d3f78
MD5 fc9c214772d85f6961f583420016adde
BLAKE2b-256 68ee8ada6f1ae19b9e1d69c7d9760fe4544a6a8baa6015951f260d368311beb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ca89672a72fd211caddec137cb5539ca7b9906e9afebabd25948590c042a52d7
MD5 4f0ca07c8f16b790412e09c3b47a5110
BLAKE2b-256 6f739f28cc5d626cae0b1129a62a6edd0922ce979aae67ccbd162a3052aa70c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 24bd4f961ff269c332754467410fe54e30084f11e09b390842d88a8d7aef3d84
MD5 5f101405ef0b63d89cb2634462fe8a2a
BLAKE2b-256 d80fe37c22d1c24f97423c213c81c4b0c1979da506a47fcb7c4252ddfae259e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 defc33602140c410ac63bc8301ee2ae91141119b9622aa9a8481f5ab019179e8
MD5 cf201463f5921412c7f1620bf36691d1
BLAKE2b-256 748abec03707e0e724ef0b3b1c4b318e1f732b79ca0bff0ccb6fddb7f51db071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e3b3b52fb6a326fe33a6c8dda2725ab8678e35995042966e4cbc0dda884d89f
MD5 d85cc474c9bcbce0a5078914c81913a9
BLAKE2b-256 cce298bd5558b47e46952b85cc374a6433c9de068af40936777759f0b4a2c593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6836ed89e71a70a2a48fa989247ef463cfc53bd192315fe5df56f1d702a77c5f
MD5 9c9ee6364df53b2d04afbd4f9074768c
BLAKE2b-256 69f0b16183e3bf647135077e59778ab74ff30292b1ba4ea0563ace3a26ecf848

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a0cbd507903dd0f1017d602ef59f15a185493aaa5fe597149026c4f6d19a86ad
MD5 2622421860cffafb7b5670e2b74a45f2
BLAKE2b-256 a2c94a9e7799e327a007cd869e70586ac65d5e4ee0b0998194549335519906a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b99d7f919bdfc2ae29dd69dfccef890dd9ac225b9802ce20b85260a90efa45fc
MD5 0c44144b4a48e2e5f80832601c0ce368
BLAKE2b-256 86bde3a9ccabc8d9b59a621f570b9aa267c9306286aa601e1661bd506d57ac12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa325d3b519ec005d57abc0e1cf6c093a8bfbdc2b6fcce2202339a9c1af8fdc7
MD5 1d88e473c39684006d780bc26dc6ac1b
BLAKE2b-256 8999fc1cf20c7f5db88417a46aabbe17e9f4d4aa046fd4036c3f5395c8907f6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e307f6b18d698f1230aafca0e10791c268d9ed2d663d385fc4cac69145cba12
MD5 6342586a1e73aa2df1f29e876508c96d
BLAKE2b-256 6f0cea0aee61f2a08eac87c6cf71ffdb85681f2d0842310df11c94b6aca41189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 016f8ce02e15be615b91e503143ee57380cc88c882bd25a06f7ee36e14a83cfa
MD5 3460dfec578242b58cbac159044b633b
BLAKE2b-256 18654e73c5c25c9b524d8e8198b4fcfc528d854390ca57cfea027aaaf9082b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 585289f1ce720e64ed4c11b5dcdcd820696b140c7ec01169049979c079835a75
MD5 8e97f7278ea6f457130b4642ef9dfbaa
BLAKE2b-256 27274a8dd890a2b286d44cc551ee7f7e99af840e665e2fd7302d9a854109b8c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 634d3d271e586c8ee5f461f4fcca033509ebe18f12bbd6fc1cf5015b6d451961
MD5 7400a9f711b1e52e3518f354b5592892
BLAKE2b-256 8de23a6cfaaeef365f2dce48522397270ab8ab3738aa5ee0d57600bb55bbadb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 be581dd2a0b9ec61aa7f8b2805883d94e7db5408e15991c612507d3bb2c6e969
MD5 72fd2e3a9d90c0a20e4757083705f52d
BLAKE2b-256 b99abf3f976141c7a981b92e38cdacdc7e287fdf460f412f2d6c8c6fb2714ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8197e6ad7577950b7989d5e2e631195319e5da9eb1d37b88fb153813c3462ec
MD5 63bccb01e8d0b02beb998f6aa8587863
BLAKE2b-256 16fc97adb97b98871dd5837770effe54f8aa384eada9f8a92169de556d3c86fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 881a45d7e557064b9749a86d390c256712c5313a08b89cfb832da6085764cb8c
MD5 d0938fb0acdd406d59f5eb9238b1cc30
BLAKE2b-256 190e78d538a3a4ed549bf67ddbcbc94c7f283f9bbb023b91615cb6e94aebe3e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e9f87a6b98e6cb92352626c89bcf6c7c7cb724a4214db7c1e685157d69b4a9e2
MD5 a30767dd250dbfa9a990c19390ac27bf
BLAKE2b-256 8d823cb513aa609ada4057b3a9da9710930375e6804577064e4676cd19c56128

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 523670b5397d4ea65235b7b0a29599e0bc02bc62f3fecfb67f167080b619830f
MD5 296e450fb4f1abff9538473d394aab86
BLAKE2b-256 75c41ddd64b7e6aaac49c03431ff9f06b44d6975f350f7ac84c01598ebb7377b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53522239bba9766c85aeb748eed2dbca6d36191c157b2bcd5ef6a86468718648
MD5 5bed8b37a3114b2d2ccbc34989b3a34b
BLAKE2b-256 0e3fe1ec442c92a84a99e1868b5d978f7f16bb65e63c1a10a5661b693317f9df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 33838b4ec8aeb1df3aaf0bdf804bb5eea983e4b650813daa113d3e559c9ad2ca
MD5 4990072226b47a5661bc5e6f9445cde7
BLAKE2b-256 775d6d5eb82dbde29b403e8570c6c5509d42dfb4d2fb8217c825da47e82a7df3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3acff3435b641486a2bdbc9b25a02f87ed7571d091cee2d4b26d5d6f6bfc7b59
MD5 18438ec36288094e07dbc052568cb843
BLAKE2b-256 2953232c6d9db5f8a28c1076c79bb70855991e7af1b97b8dbb54a99c8eaa2cbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e7c558ea7e7b3f7d4b2ef7cc876d6355500bd92db57749dd0f11a6ffc61acd3
MD5 8d852ea20796fe70898adcba68fe2673
BLAKE2b-256 656785d3bad930d235f90df62fc8b5c18b43099e704744394a2382de86a7c387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09557089884f9e1988987de417f74a5c36fdfbc10d6a2d4c6c9de96aaa73684b
MD5 7bebf926aa7e2e49222458b1b62e670e
BLAKE2b-256 84a3cb338a72d210baeffd11908022db662307d154f9a04daf993534e8e73dce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 956ea3a86e829d80e136eeef2468adcce1fd3d81a64a669a28f79a33b8f9cea8
MD5 4687748f8eb3533e927b586b94f576c1
BLAKE2b-256 c4db31ac0c128ecb4f6ca54164fccbbbe81487af98ef9db134d8945bd0ce6b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2fcf0c402b19795e3fd225ac66e4e559bf705d473e5f95a5941fa3586a55c94
MD5 b6887f7a31a0d09e09f0e5671212c2bc
BLAKE2b-256 1fb17759876b74102a2a2ce667837c8a63a6568d6ec20d58e70bb4c669c12eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef34f9938535970da22a9bf028832548dce94b35d62102d7a44bfbac5aad0d3f
MD5 de8e183eec9cebe0a48a06bf61e3bd81
BLAKE2b-256 a9e618157d5cc4a37a18053193404082e8a9446c1c10cd093010cadf204cb685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 95f08578a2b8a0ea486e6950fb6a0b831c016383fa81ee98227b90a2a40ad99a
MD5 6a345a54c617a97357f0a47d8acd59c1
BLAKE2b-256 c132cb89c330f627ed5e45340e7a3f72687300fffe22d22fa9c14433d866aa64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ef125e50f0a8d226747b553849cc538d9fc7a91d9db7b53530cf317674ee1aa
MD5 286da14412430725e40d682c360fcebd
BLAKE2b-256 dc9cc5adfd3afc592fc7d335fc6033487102ec7c471f1a4c8d9753c85c480776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2eb1ea5f580918d850561f108edeb6d4e8d61734c068eba0570cfd6381da8c0
MD5 fe2281a409c10d4786d46489213f26ec
BLAKE2b-256 c6dc68463cafefc34336e35bc27c3c6ee3e0a7c9ec6cf7a0db35a3232964b11e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a6ce880b9388a74d8dcfa337666098e341d89b4932d35ff708ca10355315405
MD5 2270291ebff13ab17b3b0a675df4031c
BLAKE2b-256 4e7833d068d1923dead206af848a777877b571279a667efc161a82bc0703dfef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cc26429b6c0b1e96b21d2aa4ba043ebfa5d831fac139f7c500d193c7a5e2997f
MD5 4210e1bc906c220d87fff0517bd92561
BLAKE2b-256 9456bb8b3cd533963aa7823a71552845cb168e2d03572b63b8dd324d8e6eb994

See more details on using hashes here.

File details

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

File metadata

  • Download URL: loro-1.13.1-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.0

File hashes

Hashes for loro-1.13.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 df75ce2e23bfdd71dad51f5fe7b4713d442e6eafe0f657550c97c82ba0975006
MD5 0ba27d1891005578103c4a46744088f3
BLAKE2b-256 71394474ac1d0fce6d187a2b4e74367cde0a7320ae7fb60f3160eddbedbce33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df47d6ef08686d6f3b4d43021cf1948cc6f6511c5b6fd893cad30211082be4e5
MD5 4132d7a2143bf5a5f3f7dea0f674a7ec
BLAKE2b-256 a76001236c8df6164e6c5fc6dd3344810c86b6b2003253e27d64bea93806597a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e78870a5444689cfe1c92502990047a2063cb8d49cdea0e59bb96b365d0fda33
MD5 36398c08b155656452c8db739ed1f35f
BLAKE2b-256 80d44b52ab337b0b73e8755ca2f58a717af8305c1ec7b38119add36c67c537af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c37fa45dec7f42c4f06b7546aa0d2814940361fd5ed2a1ed9bafc9b5f864eee
MD5 a4813beb5ac00700e4e04f4c3ec8757a
BLAKE2b-256 0fdc5a3c29f1f40580711d675a9f7cba92768433e988f25a2deea64bb9f21d97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1121051773944ca64f15bcbcfef6a357b0b4a5c7e9e926e27438359b4a54b49e
MD5 d589e99ed4b04bbb599117fe8916431e
BLAKE2b-256 88101eb236819ed234dc724e893185f928ea9893ae40cbaeefa112468a5242f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5d566c3cca6bf51f8063dbf8c8bd323f993f117af07925f8805f0e3e033eeb0f
MD5 11c996e88a3fdd2ff464413c4b0814cd
BLAKE2b-256 2c160a3a32943c61797a890a115b4626ef9bc2c0a43e834a1e434bb5ce0999f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8dd5ba34415e92716f2458848285ae61007d8801bae005e546b341eee9941dce
MD5 b273b885425c7f4127869db77a3b355d
BLAKE2b-256 50a1c237f5c9bf88bd7b318aabd160fa63fb438b2dc82ecea13ee20702f6e1cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c23dece81805b6e4af351b67f9543d56341a64abba8466ff9c6f914a8b3c5cf0
MD5 39c62d43291ea1cef68aff2d7e58a2bd
BLAKE2b-256 4707a01e17199611e98c9aca2e319c14a350a4e6411d1d840218502b270afd48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 562ce4b1e6aff1d9c0c703a2ef4da399d36848f683929a4760ccfaa7546a5073
MD5 de941c13d4587b1cd9b6201a91830be6
BLAKE2b-256 3fc49317276606a56fef38d256211e8fcaf15c29e4b5b9262df2d38d9d772402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c65ed4ecfd0b820dea65eda7b6570f260efba6d97b172c951b1240c26950ddb
MD5 f679591db2282f1eeed65b32726c99b3
BLAKE2b-256 0da65fe52116ebc58744d4bea4107029611d31100a0606246a4a75b069e86331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for loro-1.13.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a82d62eeb86ed7f1f0a6b6bc7fbd5a7f0757fb716b93853b30e314c26eab5eb
MD5 0f692b6dae8720246badbc7a5e336e85
BLAKE2b-256 c2e234c3fab11441f611333c15aec7edc699a90cba907c30a1602a1a5804d202

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