Skip to main content

No project description provided

Project description

py_fast_rsync

py_fast_rsync is a Python library implemented in Rust using the pyo3 and fast_rsync crates. This library provides functions for calculating the difference between two data sets and applying those differences to create updated data sets, as well as a simple function to sum two numbers and return the result as a string.

Usage

Here's how you can use the functions provided by py_fast_rsync:

    import py_fast_rsync
    from py_fast_rsync import signature

    # 1. take data_a and return a "signature" of that data
    # which is much smaller than the original data.
    data_a = b"hello world"
    sig = signature.calculate(data_a)

    # 2. take the signature for data_a and data_b
    # and return a delta between data_a and data_b.
    data_b = b"hello world!"
    delta = py_fast_rsync.diff(sig, data_b)

    # 3. apply the delta to data_a
    # (usually) return data_b

    probably_data_b = py_fast_rsync.apply(data_a, delta)
    assert probably_data_b == data_b

Building the Project

Requirements for Development

  • Rust
  • Python
  • maturin (for building, developing and publishing the package)

First, ensure you have maturin installed. You can install it via pip:

pip install maturin

To build the project, run:

maturin develop

This will compile the Rust code and install the resulting Python package in your current Python environment.

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

py_fast_rsync-0.1.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distributions

py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (418.4 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (441.1 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (512.5 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (430.7 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (283.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (282.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (269.6 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (419.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (441.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (512.8 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (431.2 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (253.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (283.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (282.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (248.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (269.9 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl (419.0 kB view details)

Uploaded PyPy musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl (441.6 kB view details)

Uploaded PyPy musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl (512.9 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl (431.3 kB view details)

Uploaded PyPy musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (283.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (282.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (253.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (247.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-cp312-none-win_amd64.whl (122.4 kB view details)

Uploaded CPython 3.12 Windows x86-64

py_fast_rsync-0.1.0-cp312-none-win32.whl (117.0 kB view details)

Uploaded CPython 3.12 Windows x86

py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (416.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (440.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (511.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (429.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (251.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (280.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (282.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (251.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (267.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

py_fast_rsync-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (211.5 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

py_fast_rsync-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (220.7 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

py_fast_rsync-0.1.0-cp311-none-win_amd64.whl (122.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

py_fast_rsync-0.1.0-cp311-none-win32.whl (117.0 kB view details)

Uploaded CPython 3.11 Windows x86

py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (416.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (439.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (511.0 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (428.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (252.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (281.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (281.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (252.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (268.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

py_fast_rsync-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (211.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

py_fast_rsync-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (221.0 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

py_fast_rsync-0.1.0-cp310-none-win_amd64.whl (122.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

py_fast_rsync-0.1.0-cp310-none-win32.whl (117.1 kB view details)

Uploaded CPython 3.10 Windows x86

py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (417.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (440.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (511.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (428.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (252.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (281.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (282.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (252.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (268.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

py_fast_rsync-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (212.2 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

py_fast_rsync-0.1.0-cp39-none-win_amd64.whl (122.6 kB view details)

Uploaded CPython 3.9 Windows x86-64

py_fast_rsync-0.1.0-cp39-none-win32.whl (117.3 kB view details)

Uploaded CPython 3.9 Windows x86

py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (417.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (440.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (511.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (429.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (252.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (282.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (281.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (252.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (268.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

py_fast_rsync-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (213.2 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

py_fast_rsync-0.1.0-cp38-none-win_amd64.whl (122.6 kB view details)

Uploaded CPython 3.8 Windows x86-64

py_fast_rsync-0.1.0-cp38-none-win32.whl (117.2 kB view details)

Uploaded CPython 3.8 Windows x86

py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (417.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_i686.whl (440.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl (510.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARMv7l

py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (429.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (252.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (282.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (282.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (252.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (246.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (268.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file py_fast_rsync-0.1.0.tar.gz.

File metadata

  • Download URL: py_fast_rsync-0.1.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for py_fast_rsync-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0237d1e935adad73697cae3f15ffc79ba639a931089ce2e543a6abb128e60eae
MD5 99968ea9e3dafbeade320738e699f9c5
BLAKE2b-256 c9e347f09ab98b428a16f362ce9730e17107ce34ce9b2bebbdec2ef438981a8d

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edf0d02bfd0e4a61b5ec0f4558c7a723300578dc114911add7b81fc767bdf1a4
MD5 a0e7594cbdb316524f7ac72b9c4503b2
BLAKE2b-256 1a872c5ec6bffc2860507fd5bc018c6d6f6691d6d6f56e85d1184099c341ad64

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f9fe9f8f0023ed97b440825f28c268f32471b6f883c319ff734fddc1ee3c5332
MD5 0888daf8ea701353a1a598e3b6be6f9a
BLAKE2b-256 948e1163651c6cc8b371bc6b687345703d6eb983301a9044d8878ef90b418370

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f3dc72edd835b460ff851a241851995bf641b0e9954e45b86d192614efd3a070
MD5 f0dcdd97669b15d88b16516a9da9c71c
BLAKE2b-256 8220cd05a409156b7d41daf2d94b00c851a4f125c69469a8063727cf9382efcd

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60a3c9ca090c09ed9c0b5bbbaca9ea18525b4b80a31a92524fcadbf02548fb6a
MD5 03b49f55050149c751066cbcebf1dc23
BLAKE2b-256 2790383ec7abccdb274c35746ef3b7a7dcc93dff82046438d66eafd712d9a5a3

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7eac59240b2a1768b49865032f6432794ebba7a86f20978bedf443724f4472e
MD5 b4e4de0e3e651c1e673f65368feaa7da
BLAKE2b-256 a05afc102b17cf5f4d5811d1bb17b332bfbcf48d59ff57569a26495e0e17ca9c

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7398bfa56e09cd6abf05be32ceea2a4c746264af70ec81f710081709ae8d9c4b
MD5 5b6a22f1f22420a99646ce137612ef29
BLAKE2b-256 aad40f16a065c72e933d7d32386d58e36f3d2d2b927b6957eb19159d07c74c0a

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c8c34b0c31a6a36ad61f605780b3935be6699019b7e6bc16ea78b628df05120b
MD5 72e45504ec71e15e45fbbcc063071759
BLAKE2b-256 e7fd81467ca170175f1254b9009f19a151cfb09d83bf9324a0e7a94b39dc9105

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 29fd0e9a68742a7dcb9c4b178d3d4e79eab46134abf9afb140e9c70e08a6bac9
MD5 4d3e2aef261a77d843c4e6316b835add
BLAKE2b-256 e2cb608259249557d1d3202b6630dd8a02f8b0c1957aeec8bf945afc870e998d

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f47e304158f7ef0907ac89fb3dbbda1f61811a2c1812c5a5a12656d6d6510cc
MD5 8091846319422dc90911f25baf66a6d7
BLAKE2b-256 b85e30ac03bbc3870be944ebea29d486de724092ed7be00b963b618340f5e8df

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 87faf6da6ae0035658bb9b2057021d6febd0758adbc275ce3223e64a932d6371
MD5 8db2fecc2b6c349f23002060510b1032
BLAKE2b-256 f2c84e7daa08ba33f70be9e99e490dfd61ef8abfe75db98d837f67aff5eb3e88

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0997af518fa9780c35d45bfec2b6d3081c957b53aa610ee376a52cf60ce24e85
MD5 16089a1a59a251414d31eb0219ac84f8
BLAKE2b-256 7f9da8993fafa274d79b3fabd4f744555acefa19b03a90f6626eccfdff39a54c

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a203ee63c1b3807664c16c46dc2b10cbecec1c44d6aa128e7449ad231edaf6ca
MD5 79047514a3e7c4197dfeb4e8866b2ff8
BLAKE2b-256 2594d246d5bb4d06fbb10162178c8ed4ec802a1657e256b96a4dc6714453c523

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b1759ddb048687caf653365abb3e743f3f3cd67a7e7cfc687aa007808a8c75e9
MD5 8a8a717f41b591a9565b3f1b8775083f
BLAKE2b-256 8363d2e9bf1dee13a400f312e616ebba371a8e0ef63d8af3e7c42c62b1c65834

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efbf8613d5c1a6f30d4e8dccc8df3d8a3d14437d9c1b1f14910ed2980920b875
MD5 16f9a70f682b4f52f92979b0ffc061ca
BLAKE2b-256 9d047d92a404d484635f6cc5c6c8c4c153eaa49ee6c0588e714afb0e1a38a641

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 348412ac6f4023bff94408523d6ecfdfa26792de265a4dd30502c2c28d813461
MD5 6ea5ef148144514bb0637e41fc726f36
BLAKE2b-256 416dc02df94bc94f8416b5c2c4cfdf86cabc3804c001e2da2d91d9db4c544e94

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 823035f9af750b3a1f84b672e4a28ef39065923bb5350ae34afaa8f9cc06b7c3
MD5 8c4645fd65ee258553f9bc37d1238a83
BLAKE2b-256 de71e637dae58bbf94adc638da6de0ef655668ccbdf67872ed6a5ab0b24275b8

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d94bd60bf38bd0dde082d791f423f6bff7e121d4e35d4e04ae1d080865f5a901
MD5 ae2751bf47ccd6ec0247aaf8350a5cf5
BLAKE2b-256 ffa9b3b6cfe967e22c3171b470a6668b57e67dfc5f40dd702b1d71ae439b4fae

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c407629030e146672fee921092adc7699a6950fd37e7d80e08e615118254283e
MD5 e6588346af9417c5cf7436ae753967e4
BLAKE2b-256 c2b1156bd6d3fe21fc34eaf060cf1ebd02766faa8ea7a71f560646bf0e983688

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 72849d1a6cc1611239eac76ea8f3fd2099e7e376cc29cef8b28e46f50e4fa7fc
MD5 e72de7abae683dc929fada92ffe17a36
BLAKE2b-256 4b396e8abffa594eb9c92cf85b8727236561c4e85c08e0a8fe394e72a87fb805

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 03c82ddf2c74862d6c33aae4c4bf256ed522c212e98246dec8586bfaa7130995
MD5 a6cf51c7fd232d3ab2ab60d65e9d77a0
BLAKE2b-256 3327984415247267a62b00d4259f7bf0e346d301220d7e91ddaa1e5dc08912b7

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 373699769db51e6eb944d58c0eec6fd34ff73f409177a79f9f6069fc683f4d12
MD5 b17fad06444ad3264af1468b03d583cb
BLAKE2b-256 3dccea68c0a8160b729e8bb037282f8ad1e9942efed4510d36c1ba33a2379816

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af1ccd094f2e06145e172160037e48543779254951eafef8ebf5308eff353f3f
MD5 cdc19228431268476f3f844da8dd188f
BLAKE2b-256 2b526cb2f4032fbdae1717566522db630191fe2781ef7c313bf84968bc85e5d5

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3526d4e4b49502d0bebe6b2d1991262fd5d6af002b2a42ed7b079f816c372823
MD5 515e2e9d992da08861a0252bfcadadb6
BLAKE2b-256 b4a05cdd2e6c7f6e3d6f1ecd0c5c8a34ef8b4bfbbb5baea5682304bfda480f94

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7553db189c52a9ab4f959988df925fa986c304aab783f3b486fa25de3c6552f7
MD5 9098a2ece064fa53ec7195d709000cbb
BLAKE2b-256 5f6aee20efb9db3932f3998f7a63bf2e0b68e47767efaa1ebabe105a7ee007a9

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3b286c5d66cb6908c5ed6f59516b113d03128fc50712afeb4dbdee5ac5eccb7
MD5 4df9ae9519efc270f00e53713d43f039
BLAKE2b-256 c774c20bb4ed35a24f300a527ab42317bcab025df655b8c06206b106eccbcb02

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3bbb24ebb38eac74c4bc7a649938b759551f7c741a2d796819c233062ae16cfe
MD5 eb4b0f4e088d311eeec4135eb3c0af1e
BLAKE2b-256 2ed1e7906f61f9953f03306db9f3d1c6db07e3306cc39141783ff19cf5954959

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3596d7a311194e0f5c6f0f6915cb8259452add5a04e6ea0b25e20fa622e4e233
MD5 bd2056db224e26630ffc8915586b8795
BLAKE2b-256 3f70e4f12ac301ebd1fbd816de8b24f3234eceb2527f725e20a3227ad1175309

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a020b29bd88678b8b9dafb103159d2d7e70134e62322b9a12c8f7a9074a0c847
MD5 f1efd514d489ba398e53f429923f0d01
BLAKE2b-256 df66a6cd1e326a40843b2240440de0296be5ba20c2d28781bd24e389ab745c6f

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 b83f786c8f1e8d74ff82fc1b995836894eb1294234707db0b638796c45223b0e
MD5 01871edefb35208f39b67335d5a1aba3
BLAKE2b-256 38a14ecbbb15fae383343a8f0b3124c16237e0782972661380c3a7baa5edf60a

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 01c33e8774fcf1828d93e2d0aaabf32b01ca7312a944a90c6406e2a62759ae44
MD5 eb18f128fbc87ee57853767f92f7e34a
BLAKE2b-256 df2979806bde74f5f68a877deaa29686a2c156ff8b333ebcb7281d3fb75633b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d89a79394f7ab6c0f9d80b97f8ce58ab5136bfcc0eeeb2f8357629a3ec69c613
MD5 33f0f7e2712d9d70c8e2d9cbf711c136
BLAKE2b-256 a5ed52979209f2637b3c0b43ed5ff18fd30e56f9ae7c6a2f5d995a9aed22ac07

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ff52b375a151f7235462140eaa719e84ce9f5a39bf6f5df6465b7084e87b0a2
MD5 c8f475a56b04a8243bda40404ee66209
BLAKE2b-256 56fde0ba8895e7daac51e13156e82da554784305b12ee179a045681b76a2b07d

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fb8eae2135c7b4aa691c0678adf5e42d99950713153208de8b51196bf7635f0a
MD5 1d9d0c1ffe35f51b58bda3737032d037
BLAKE2b-256 5699a6eb7c47cad7b59adc58c9601f1a63b5a8cf683b030b10a65c359a15ff53

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe7465aafee86fc78ba33abbf4143eb7c260d2db6ab933e35c8022a2b17fa6bf
MD5 ea5df10a0338dc81d9a45ac0e4a40ced
BLAKE2b-256 2b7605fc09c1403185fd0c507287f7757caefd62e3c08febf316383a641e3acd

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3831c4990e92301aa2c5f717fafb4df20134e2fd2efa880bb8d94a6ec7aa9d76
MD5 825fe6ef3371c5c13c3a8c0c5185e71c
BLAKE2b-256 e04acd1c1f52992a6fae16c4561ed484abbdd3c3d58394793cb2c5ee1e64d9c9

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c539d071de0794f6477116765695ad092b7cc87b3f9fc0f8d18ca5a0b7ef89a5
MD5 50d728cb33d7baa1dd5e48768077797e
BLAKE2b-256 438d4ddad5ed9fe2f8e7c21ea1c80edabec6fc20ac57a55a09133c638bc1cfd3

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 446508780a380a7365e09f5afb32da93530d1575f3141f049f557229384fe770
MD5 dbfaab8d9f17aa41973dc8f61a39c194
BLAKE2b-256 a0b713c6c78c816ba3b9ba4331c5bf66229811aa37b6dddbe306e240c74909b8

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d1a01022c23612b8939c06ef189661e0593995f991cd20418ab14bcc111c628a
MD5 47345a90d33b3da818bcbb2dc257d7d2
BLAKE2b-256 c69be3d533ed6c5c24f918d312ca70a04a917fcbe9866dad0bf86f791f8da85b

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d978c046b8a860c4f70d5a1f6b20f9477f963002ceee3e121823f409134b909d
MD5 76c81b688261f33bd9797289c1bf9eb5
BLAKE2b-256 e2e0540b2c7976b9d96322359e8cc8bff0a82a5e956deac8fd248a424a502021

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 17b5ad409c61db2102b02ee29e830019463e97072e0e06f9c9f53c25194b33da
MD5 24175c0da2952885ecadf3b04c63d2f2
BLAKE2b-256 e7a322a8074c481c08b7c9ce19e77a51271ed3e8becb537baed081c00a2a91b7

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2f4695bb0f4e92916b3ec4bd969f55454eddfe12985a0a3a07be1eb817b4875
MD5 506dbd379315626039d32e670b122481
BLAKE2b-256 773b14cf098750fd1d7c0a87b33588febb45d9641d553bebc57b32e829dda5cd

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0a37f699c7d27774946b7262d0f851ee8ef0c09a761e957c0134306ceba45f0d
MD5 ae311d2881532c5414eb0a2b20fed4e0
BLAKE2b-256 b1f52ad1000d7e467e54dd307f7f3486db66464f922e91a1c0ece6309394eeb6

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 9d09f0869c9074acc85f2d9fcc604f594dcb2e410fdc57df09f5c5f07c916add
MD5 fca3d806b3862c88ae1a1cfc7c33576e
BLAKE2b-256 72d6b835f74aa6ab9b9f5c1bbee15d8d2f2831fbc1b7639b769506497793b651

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 df91c34428dc5d2033f18ee5332966ccb2215d3a4e7d00e6af89c04f5d6cf18c
MD5 85bbe5d3086c957231e38a2d6ff97bab
BLAKE2b-256 5a56387033df81babb9eba71be797efcaecc468fed16b4ec34953b6a2e6db17d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 500bb5659b5fdfe0743a4f22bc8d798ef1c673f5dbee3f0fec02bac025a37d01
MD5 55bc30dab29a686c3ad67b7d90cd891e
BLAKE2b-256 c2c64f723af8595a9ca3f9b04238bf37ed3de8150bfc203bfbd595fc4ca651f1

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 68a7bec93f75da5e7d01d5309aaa59a0f6be9aae3011902c79b7e3d8a2f48528
MD5 ce2fbbb07f1035b7b3cf1d682d07f524
BLAKE2b-256 98d14c334d0118bc2780a63a740ed59562184fa6741025def8d6519ffb1c6558

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c9d7519e4183975060bb935d14ec4c55753b48edf2cfe77fbe3dff2fbacdf2f6
MD5 f187ca853ad592d7955f2f7b70776eec
BLAKE2b-256 65b1484d8ba7f78bcf9bae829afd3137c796862813a77cf7c094f9be56dcf5c0

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 90a1fb9677aeb8c93a6f1244cf09bbcef37a2c25cd84b921e3b899c9cd3d453e
MD5 ebfe40727dfeccc2283d3878c6da433d
BLAKE2b-256 1e33ce5cca03ca8faeb66d7e696a67e551878d455d64c64cc616fa718c1128a1

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22407ee5c75e534d41d76c035e79a295d555d44da9981fa6bc3af545f5e9dfa3
MD5 ed068ace4ce382e849c0c92dae9aa21f
BLAKE2b-256 0436c3948003b6cb97c6732e184765dbf5e48d8a816cd0527953025b5ac346d8

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb5e564474ee20e12cf32c8d7a6e3b623c4c711c418649675aa344c2834e13f1
MD5 25102b5eac3d1e26483d854a4e13cff5
BLAKE2b-256 e4ee06fc6d304eff585c9c3082229ed88017e9d76c039a03bc5e8b275ae91e64

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2bfa14befafe2ed5da206c5b0bd7eaa06f26b23336d82f5be92ba5c6e4dc9c2
MD5 a96984a541d499895dab188f98ca3bd5
BLAKE2b-256 cd649990193ae95f96e3371ed3fe4c57f26e3dae9de8780e2597b889574e8eae

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb47c0da579ee7ee756167a3decf96c2bc0049f00f66cab90d6e754b0b25a320
MD5 f31c93cedaa3d7d1774367a1b0e601fd
BLAKE2b-256 6f05c0f560f08a73866723e26cea2bd1d9df3b48c7682d80f0cc6666d30ee367

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6ec30c95c023881457b2eb93234d18fbd86c4fb9b754e2b8bb489d098d9a395
MD5 a81b2a8fbdd1a74675530339753550d4
BLAKE2b-256 887b0deabe1ddf50a8cc1274b953dbdf1f4680f60dfd3883308d16f59406285c

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 135e5ef01cdda7c8946012f13a030581287383955d521c1af7cc3a3e28d1de3f
MD5 443e8eecd3334c74727c91dee7f19ec7
BLAKE2b-256 dc7de548c82c55ef5e0575205e01875629c8204634c0fa41d7b7b8c91fcae807

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a92a677b1f833d47376b0d32374702c09e98b764602af3ff6004975805ddd4b2
MD5 fb75ff4739fdbfeea46dc56348676640
BLAKE2b-256 7102ffe3f9d27521a0dab39a306942b3e0dd576e810827161369a9c3a609600f

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 99b7e1bdebc9551723dead612feb0b31cf17f28b1977cc8bb904831808a0dd8e
MD5 2450bc4ff328df5749ef06856cbd4f58
BLAKE2b-256 7ea55ea9815fb8d7117b5ca8bcc6fb96cdd291bde5bbfeefa485c0d327274f2c

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e51ae07b0a2683f19e2054d685d738cbb18fc0d8863320c1c5b0b917e64aba47
MD5 95f8faead3c6fe5b0ec5bf6dc3e4c9e3
BLAKE2b-256 0c4ee31b20e49abc8820e750894fa24133a728fb309a233ffb256bc621cd0da1

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 584141a6086a4c11700be5daf28bc63585f63900d6bcdc36dd3cfe8c46585799
MD5 4e94ec7226df339e75452a8287d488ea
BLAKE2b-256 e644858c62de51827c7030125ee055f485aabe95a0a82de302d4e71b7b979b28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e9908bca041b5f6e8359ba7f07fc56afb06e677971d8dd2d3470d7170fc3ea15
MD5 62082e394dbee6a7527b1a08bfda1fdb
BLAKE2b-256 8d94b09952b0ab16a9e7df868612eec861461f53fa46c5a408df229be72a7b35

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c4ed4b6f6cbcd89b4eb9c3abe7cd22f95f5908e740f006473067f4fca830c1be
MD5 750182bd3162c756d8ac6c5ef01705ae
BLAKE2b-256 e74a4621798c0895e03c14abb726946a5a48d881533ca1320e3a7d723338d012

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f23cf5c39382dea61d19e0f0a620b68605fc21ebbebd564a094e0cb23c7dde7d
MD5 02b6e1d0627f653b2707d761a1d85509
BLAKE2b-256 f6fbcb9810c049908ba54fbd9be7145915a32f9d827379b5332a6ae2c11e02c6

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 385e927ca8e1b4d50c7c48949278ec53c0cd9f1b6e2aba3378c5a18f6cd3a932
MD5 e3f094ec6f0e518351db41263a0aa7a5
BLAKE2b-256 7799358a02106c9a9aff231cf378d30cb400ffb9080c96be4f36cf8ada79d299

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84d82a84c3c5d5967be3e8c3be7ca16ac48c3ed298029ba18b69730880e2234a
MD5 177730cb805c435b7235d4df49473eb0
BLAKE2b-256 d7f26fb0fc36ec8a8bc29e0a70b2bd493460dc430e79615db34e8f17bf0f92f9

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a3cd96a3383657fffe0e19d8b1fdf74a59d8db4f208a264c91f268f8bf7dacab
MD5 049842c7646cd8111ca9288fee5ef6a1
BLAKE2b-256 eeb34334dee7e31da412276f6d3740168b9f6485c331b42f6b1b5cce3016cecc

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 139168e8aa395d64ace28fa57d357e8cc7a8a46ef0b7c4e6aa011c16bf095efc
MD5 567253021fa98503221ea3db5a13f78b
BLAKE2b-256 1418ad9b6d8ce9c0ce2d01371284e182c9755ef3f343413e7dfb1d9395896e1b

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e4ad370842307b10a1aa933b17ffa396521e53c4a6b8afc5bc743d9d6d4eb50a
MD5 12e63753fc2c072eb8200fc9056413b0
BLAKE2b-256 118a938f5e5321383fc108b9c6bb42afc43b674849247074ae3dabbbb6eb1f5e

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd412dacf2939af3ea67a39d81593918cd76553d504273d15e31f36c9ed6bb16
MD5 aa7d5dc1ea3d29d5f261549ae4c3030d
BLAKE2b-256 4397bc167a5452c5fa96e14cfeca5282ba3e4a4d4891952f1d146ff124c3e1fe

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 95b5937fd5b7cfaa42edb5ee87c5fc134f023f880ee80b9d722d1c6fd0d72774
MD5 3b9f2de8136827377a94f4ecdc17830a
BLAKE2b-256 b940a40881ee5d6234d58b58d3fd3085d8d0e82dd634ea02943e85840232ab10

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d64ec65075c04311cc9711affa40857fbeea80f10b007d3970ef87c04b6cab1b
MD5 90ec3b109e3a28f1437c39085617dfd2
BLAKE2b-256 ac7549752fca6d8b31017b1c03a673a7aa9837d04427d231a5534b4219ebfd1c

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 9d3e2ac95223b9c89e95b2079384fbdbb23e8464faea69b39eee5e40877f50ac
MD5 a20c43c2b6ac6dd1769b0502fd5f3589
BLAKE2b-256 d11270f2fd694c9b648ecc6653896e1577827125ce7538c9ea765170950efdc2

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 a01cc4a3d8990ad91925f90c73e3ee83f4d5286716b8598f761e061d6030cdc7
MD5 4a31df8848b82fbf0c033194d9eeef1d
BLAKE2b-256 f115a1fce4238e7ba4d5902dcff907e9fad442f0973b8079510648c5e02fe138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 49e478c18d77ce02c345e099968b56218ca3fa7344a43144f06e58dfd90cc2d8
MD5 fe4ebe095d8c2640694d79dfc5d1f52b
BLAKE2b-256 d9a6b5bfde7492d3da031fe11db434011ec458aef5b4851a9bc6d9287162c0d8

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ec41d9f5938c670428ca8ff5f825f533086151b872c365f234a340f6689b9083
MD5 29fe908601b535c270486714365e1f4b
BLAKE2b-256 6637eaf816402f626f5defe6906589ddc8b5e5bc4a1acf1500c3f5a861e4c108

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e30068af9fc7f9d1f14ccedd1a8809d2bb43a00b88ffecc797371456aa1abe08
MD5 4a0c18635c65566c879575f848db60e2
BLAKE2b-256 50e8e113637289be6468fa5bae5cebac945784cd754883b67d7baa58a2029f12

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b85ebb8372d1d1feebf5900621c904e9eba7003c721edc72cb23233aa6659a1
MD5 bb94d01aa6d12cf38dabeed244ae96ab
BLAKE2b-256 357b4d7932cbd198080e0712dd336777e5affd9e30d8d96e05742d75237266e3

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9d53609a2a538c675b0108dec4ecd7838399a610e86b0f7de5a3f218dee4089
MD5 e80663564f0975899600602590a4fe8a
BLAKE2b-256 3429fdc6098b613ed045a7bc3c3fddec8592030ca448814aecda6cfd0ed2e529

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49026321576a63cfd225930679a61bdca603a3edba2d0a38b6a8e16c7cbb295d
MD5 b07fdb0dbf794ef871a44a8e1da84ab8
BLAKE2b-256 2acec3f8e0634b32d5bc285a6606d7b2a6e070bd31a2460656b61420b3bd4719

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ef3a1aea1ab3ec37a4cbddc7f3fb9d4551f939e5d9c167f85bf2fe76088f0b5b
MD5 3e6e17a7a5a99614e1a7589246b65b2d
BLAKE2b-256 6b0e0d986f7d607a047de6e0b468b49ff6c8de90ce28d5b20071983903afe171

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 99feadc7104c58e865ee21ccf1f119cfcc70e273d6a5493b851ea5948d4b40b5
MD5 3f6a3f9c222f8f1cf059305aacb39e78
BLAKE2b-256 d5c68faa6e8369969843d26e15478b7970b2df2f7782ba27db86f336f41b8724

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9cbaf02888f6e3eabc2d4b11ba03e0ae5b864854259a9a44ca8e13eff287746e
MD5 a5ff287ede0febfd5248dbe336b86c34
BLAKE2b-256 2aa3ec3c3e759f71e88843baf9b9acb2aa048255abb8783d14ae1d7c58487812

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 69014ec6641aa18f40374c1b6603a79e92e648cc742e1b009dab7eac11ceec66
MD5 e70bf31b66556b45e2877d33cc25ace9
BLAKE2b-256 e5f85059dab4385bf94518e3f172081f8abaa37a2f8ed0813f52b5a77c6e4fc8

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e44e29f3f9488f1d2c1e09a3556077d09c340c6f11b82568cc72a7ff09d8160
MD5 97371659d5efb891844e7fb61d35b43c
BLAKE2b-256 ce4f82b2aa430ddde0dcb3c41abe32a75d6c4660a662eba2d269170efb900ef0

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 7055f33a03f5a299df3384c33d65d874fd80401d1a8787760fb106d4953bc553
MD5 1a651f28b1ec4f4328d81b1233b98077
BLAKE2b-256 6cae8a1e983a9c1a11856fe5c69daf78ecdfa2d5528ce973039ae8a7fbf02911

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 40def4ff877c58c22ff7ba6098a0f2ffd2e33b30b6dcef46b42441de63f43065
MD5 8185f9745632659f5918c2a00080007b
BLAKE2b-256 30b3fb4affe43b27dd036e99f67c4ea22f1a449fd42442c116b40d8cefe857e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d8cc346e5fb05dc4b238523dd9ab15f01c3fe83b44aedba54cc02c3b49d1651
MD5 17b57eb4625e14de7af5aa81e0bb6db1
BLAKE2b-256 8c156631b3bc7f800feba906164ac4c4a42621ff577bde969937faefdebaf5d7

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b102312bda64b6ecc5346f187f7e86bbaae1cb354c3e9db82e7fed5ada648d2d
MD5 401f01ab21691e0f6b7b338f8007005d
BLAKE2b-256 4cc782545655a0d59dd827dd8bcae5671e5f93ac04baa22cc3fb2ac70cc0afac

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ca28c1282b27de30b445d2cade1c8a2f5771d9253348014c0d162295c162e7b8
MD5 d6fbc6d0ef4178afb0e0d86a43acc075
BLAKE2b-256 8fea516818e8532636b4ac5b497d0d95c759f4c2feea65e2ed15bece87e6b873

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1d438898cbc750dd1786f587e9736aa79bd874c63f0f1647d32a4474116a379
MD5 08151610ead4aa69bc4b8420a9a739c0
BLAKE2b-256 4c6f5388b855bd3dee53437a34e18ea104e3eddcc824a7074e5cc92418f89ac5

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0511ca050f70602dee131535e16793725a2a4e6b08281863090105955f4d21a
MD5 3c8d5b71fb30e294acc94a7b2e8a2a90
BLAKE2b-256 e4b99bde352f044490341493d26dde4b027d0a282c1f839d37bec2cdefb26a68

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a65480609b4acd00e32e81f9fd252dc7854becb18a6811fac58e6073a7babb93
MD5 087e20d055e7cc8efaa5c59032f23bf2
BLAKE2b-256 0f5898dcf5dbed82effa4983c93c3596b0f16b7374a706f6967cb648d772c997

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 145e6e90eb35794f782bae981d18bb53f533b8166cc1e36f69363cf6c8fe14aa
MD5 9fe5971731211ca2abba1286d85bad1e
BLAKE2b-256 3adf4c228fd6a249d04a915685a8a183c4407ee1e335691e0b21fd13ee759735

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f88776491fbbc26a1be3a0d5e774ee1008761917b5d38c7cd3b41616ebf40ae2
MD5 fcc42aac1433e9b24b597b417a5794b8
BLAKE2b-256 b4e69fb3ca215f7be98247593d53cf2969678e6d17aa7336f9bba34d9e6691b6

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6e6553534b014f075239e68cf000df88dd7b0d19af94529dec489c21985ee66
MD5 21d0df043d51f7fec03f7d320cf82232
BLAKE2b-256 e619f4bc43b7ff9f430e490adfaa3923bd9e75cc8a8702106eb5d0a4e2768165

See more details on using hashes here.

File details

Details for the file py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for py_fast_rsync-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e79a471902c1cf0965cc1434b14496079ab8f7d06a2d057a110765bd04ea2f7e
MD5 2870e6657bee92a98d2f0786ba25fe9f
BLAKE2b-256 7ef0c33979eaec67280af671f46f358a7321811d0a2fa6d4a97492d48d2984c2

See more details on using hashes here.

Supported by

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