Skip to main content

A high-performance Python library for the Ramer-Douglass-Peucker algorithm implemented in Rust

Project description

Ramer-Douglas-Peucker Algorithm

This repository contains a high-performance Python library, implemented in Rust, for the Ramer-Douglas-Peucker Algorithm.

The Ramer–Douglas–Peucker algorithm is an algorithm that decimates a curve composed of line segments to a similar curve with fewer points [1].

Installation

pip install rdp2

Usage

Works with both lists and numpy ndarrays.

from rdp2 import rdp

rdp([[1, 1], [2, 2], [3, 3], [4, 4]], 1.0)
# result: [[1, 1], [4, 4]]
import numpy as np
from rdp import rdp

rdp(np.array([1, 1, 2, 2, 3, 3, 4, 4]).reshape(4, 2))
# result: array([[1, 1], [4, 4]])

Examples

Example Polygon with rdp Example line with rdp

Acknowledgment

This project is heavily inspired by the work of Fabian Hirschmann. He originally published the first rdp package, which I came across when looking for an implementation of the RDP algorithm.

The bench.py script provides a runtime comparison between Hirschmann's rdp and this repos rdp2.

Runtime comparison between rdp and rdp2

License

This project is licensed under the GPLv3 License.

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

rdp2-1.1.0.tar.gz (148.4 kB view details)

Uploaded Source

Built Distributions

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

rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (404.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (432.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (505.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (414.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (251.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (404.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (432.6 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (505.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (415.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (251.6 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (405.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (432.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (504.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (415.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (402.1 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl (429.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rdp2-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (502.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (412.8 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp313-cp313-win_amd64.whl (103.2 kB view details)

Uploaded CPython 3.13Windows x86-64

rdp2-1.1.0-cp313-cp313-win32.whl (98.8 kB view details)

Uploaded CPython 3.13Windows x86

rdp2-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (402.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp313-cp313-musllinux_1_2_i686.whl (429.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rdp2-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (502.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (413.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (292.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (248.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rdp2-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (206.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rdp2-1.1.0-cp313-cp313-macosx_10_12_x86_64.whl (211.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rdp2-1.1.0-cp312-cp312-win_amd64.whl (103.4 kB view details)

Uploaded CPython 3.12Windows x86-64

rdp2-1.1.0-cp312-cp312-win32.whl (98.9 kB view details)

Uploaded CPython 3.12Windows x86

rdp2-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (402.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp312-cp312-musllinux_1_2_i686.whl (429.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rdp2-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (502.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (413.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (266.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (292.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (248.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rdp2-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (206.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rdp2-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl (211.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rdp2-1.1.0-cp311-cp311-win_amd64.whl (103.5 kB view details)

Uploaded CPython 3.11Windows x86-64

rdp2-1.1.0-cp311-cp311-win32.whl (100.0 kB view details)

Uploaded CPython 3.11Windows x86

rdp2-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (403.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp311-cp311-musllinux_1_2_i686.whl (431.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rdp2-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (504.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (414.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (250.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rdp2-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (209.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rdp2-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl (213.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rdp2-1.1.0-cp310-cp310-win_amd64.whl (103.7 kB view details)

Uploaded CPython 3.10Windows x86-64

rdp2-1.1.0-cp310-cp310-win32.whl (100.1 kB view details)

Uploaded CPython 3.10Windows x86

rdp2-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (404.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp310-cp310-musllinux_1_2_i686.whl (432.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rdp2-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (505.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (414.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (251.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rdp2-1.1.0-cp39-cp39-win_amd64.whl (103.9 kB view details)

Uploaded CPython 3.9Windows x86-64

rdp2-1.1.0-cp39-cp39-win32.whl (100.2 kB view details)

Uploaded CPython 3.9Windows x86

rdp2-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (404.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp39-cp39-musllinux_1_2_i686.whl (432.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rdp2-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (505.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (415.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (251.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rdp2-1.1.0-cp38-cp38-win_amd64.whl (103.9 kB view details)

Uploaded CPython 3.8Windows x86-64

rdp2-1.1.0-cp38-cp38-win32.whl (100.0 kB view details)

Uploaded CPython 3.8Windows x86

rdp2-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (404.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp38-cp38-musllinux_1_2_i686.whl (431.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rdp2-1.1.0-cp38-cp38-musllinux_1_2_armv7l.whl (505.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (414.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (250.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

rdp2-1.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl (404.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

rdp2-1.1.0-cp37-cp37m-musllinux_1_2_i686.whl (431.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

rdp2-1.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl (505.0 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

rdp2-1.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl (414.7 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

rdp2-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

rdp2-1.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

rdp2-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

rdp2-1.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

rdp2-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (250.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

File details

Details for the file rdp2-1.1.0.tar.gz.

File metadata

  • Download URL: rdp2-1.1.0.tar.gz
  • Upload date:
  • Size: 148.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0.tar.gz
Algorithm Hash digest
SHA256 114de03509494d1972577636807a833f52eb60a95140e29c6b64ef72edb3ece0
MD5 a1f7d113bccb1268dc26b6ed29970d9c
BLAKE2b-256 a4653e5b4c6104ae91a78d9ef0178e2baeb4c496368589a4e875cc621ada7e18

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc896a974872b0c8a7bbd7037588757eb2c46d2fd37b6731350858e53968bfb7
MD5 24ada792f1cf32df2efe564dbd22a440
BLAKE2b-256 01ccd77dc0b7fa7662ccec3c72b8d77d0bcc197030817dca76370473a323c32b

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d59e1e06934d122ee2e7ea2a1833fa6aa6a393d56a02776c3267ed72998c784
MD5 3a4590fda646520a975657094e23c8cf
BLAKE2b-256 8485d87a8155a831abbdbe95dcf019e6879072f289cf31933fba3f8bba3c1e04

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a37b76997ed81b6798484336e5e31d32526a74562a20e920b949f7ca0410255d
MD5 0389a34d1f3f521662680a986db03c50
BLAKE2b-256 c2232ff17efc072425b84ebc00c64764b3ce4912dd0e3e85168c4b40f9f0b9ed

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4562197c4e46179a9d0970dc1fe9bfa509f42e0ff0725184d67c45c73d4adbe2
MD5 0e861fda419f27cf1b4af9187731a046
BLAKE2b-256 aa37f28d284332b39198812086f29e5d238544dc9727e949938db2f6dafe010f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 609b5d6de1478bf35bd3bc6467ae3eaf4288f3699593d6e7a526f9c59a99827b
MD5 4bfc60b540b5fadeeb7e126598d03b64
BLAKE2b-256 f67a5e86cbe95cf717b49dc0e9337ff045a60a59a5f9481372f06edd59f6ff25

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bea4f8c8008a81cace41230e326fa49b55e75ce114e70a95552ad38a79ff94c9
MD5 abdebf504ab3f6e06c3ae3b73d9d7249
BLAKE2b-256 9a7df480bd3b98c54fc7005e563d96b73d22685b1f27dc46d0487939119f6d92

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02c4f6a92f9676c3e29ab1ec805de7c5664662b0f33d2c82a4583b448bdf6da4
MD5 397754b6ab4ecb8df779d1dc67fc6e9b
BLAKE2b-256 35423ba1d6f1f2ffe645eeb0b0fbbdfcb98c1e8f5bb761fd00f5fbbf86ebffae

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 97b0a8f177a64eea7263363d2e4532e7aee0d17a471c2eded25129c603907b00
MD5 3a0097040fb28a42070ff90b7ec015d7
BLAKE2b-256 908d4c1d9b8d12e54a6db3f304d2406d4071baef8fe68ab7ddfaea78824e27c2

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6eabc96c2ad46d4fe888e38d86a8bdb541d1293686609ded686290591df43e6
MD5 29b6e9e86f6e76ac8ea047673e4a330b
BLAKE2b-256 5ac26ac2e3dec0a11aaf0977dec94a5bec2077d7f878acb58f57a5c7861b3eb3

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 197733743bb20b9208bc52935fa15aaa1378f30095937a1dc333242025c88359
MD5 8ae0e08100a95c74bfab08d505bd77f8
BLAKE2b-256 021c1e94aae6706e91db245d011ffd9917c50d1db7210602d805b1c2b09a5c28

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 360477387282c5401e87f8a1ac609ed6814c159f9ca1b25c5713ce7d82a43e0a
MD5 81ed6b9effa715f60af94d7fc92b1a4c
BLAKE2b-256 276333a851af2b794182ce837871b5efba516e3dde94e5ee38fdf57cb071278f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a23d9351f41b3270cb85afbd312ba1e5f2eb864300ac5a4236c5eab5e92fcdb4
MD5 9d1f422eb5d3d22ce3015f8cb64c86a6
BLAKE2b-256 15ea5ae7a43199db9d75c474b309dae5e65d8c0bed4ea4804e682712eb9d0963

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 57821f6f39d74fd10a6d1bfd651839b3bab0eecfc69f15aca2e24e06de834464
MD5 d0596a138e811607b1b25c0901b3478a
BLAKE2b-256 e6de094f27a1b8cbef784ff6e020edee085f9523290b7eafc9126c57f16fa1a3

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce52320ec30114bde2a6b4c82936237f4053e60a6e74058981f51c9d8356f1c8
MD5 765cf49d135d8622bedfd52d7fa25089
BLAKE2b-256 381e7926677fafec79d954db459ad49a276a602deb9cdd521eedf86154de2247

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d5293bd40048cf4fa3716e56a7a14b78ff73b02aea0ca184c499e8ef1bee4e7
MD5 5f62a74a99d4400d1daf6d68e20194f8
BLAKE2b-256 bb408309ff55ef5e76c4737d7a89cfc06fa279330210ba619e3acae56bd5bea9

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 25dba315f50d22c677b17f896fa232624cdec4a0204753785291b4be51291728
MD5 ea0973998f5d33277ff5f2b941e21aeb
BLAKE2b-256 caafd77dc6c4c1c632399526ab8a0a86367ade2bf88eed3c894b2e7b2122b48c

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4229c0d9d0b541c020d8219632e77d48d7528ba39dd7881a943cc0db5757fcb8
MD5 871e05eb29b4db8e14a39d0fd1f8e9c2
BLAKE2b-256 53798835b18a46819f2f8640c8141a895ccdd0b31c5559498b4b247e0c27c7bf

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5c9cf3017c0bf2f6a0c41dee20bf216fd8b699a22f86231e35be06aa386420c0
MD5 d6b1d26048bdd549914111ab4701067f
BLAKE2b-256 a021e34a19a88be4b0c2ecd32bd8f9bc534f264259408a4c9f99653d720ab7b9

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c21103be521c99465283fae305a2bf02caf33e7befd0f4de00f3fcf6d4fe3f20
MD5 2aa8de38a82fce7afe045608909ecc3e
BLAKE2b-256 3b9b2619393d7397b8cb9a3c8a4911aabe222a285c06ed261c8f207bac7b16d1

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4e3ef93048c93598b5d15403c72f1a4f5beff41a83f9549b9c009852a636aa00
MD5 4ee85e7f1a1b9eb674d1ee733d83529e
BLAKE2b-256 885665d0e9dcb9cc2bd89466861c328c4f4cfdd246792af7446b524e96b3e0c5

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a48691493ae710db89cdc629763b663dc76c117d96867f608c5266f2a6ce959a
MD5 b7966719e95f4172788f5af805cfbb6d
BLAKE2b-256 d957eebf1b8b6551d66fee2a245d219008569bec76222ad4f0f9f2ce0ff14fc0

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1d9ef9a11fcedc7c6d5400f707bfd70dc5d93527bc49c99bfb9aa1f0e8075b81
MD5 936e53755b28471810c7c8b41ca86518
BLAKE2b-256 b0dbdfd0ca563173c43b1568e292d8c3845d496051e57f10487da33ab9216fa6

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 49378aa52499abef4324c37e380717be6789e12cac34519181cbc996f6ad6c1e
MD5 11ac89a55fc71d9329d00585d1e9286a
BLAKE2b-256 8bca39bc3a7dd9d202d8c707c7c78efc2e9f4a9dc38668a016275e08833ff919

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38e23ccb84e4077d9f15cd22dbfb43dedc9a932ec591e04d79b564ec5e623abd
MD5 99d66258f1b4ac4689b31b66bfe10bdc
BLAKE2b-256 cbcb5fef11d872fed001d1471d20c4ea094c988319c0c06ac7a150fe8d6b7287

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 299aa8bf7148b0b77c5a5c485bc4691f8e95c95af9fa688f95c53ac2226f2ecc
MD5 49d92e4a170c808afdc75039668aa5a4
BLAKE2b-256 60966fee6c56bdbfcb8f9d23ee57b0688a3a16be0b19bb4581dc82e974c91f1c

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 14080d2c3f0c95e88247e1a242351ccc78a60219bcb35ba5a6d604d135bbd281
MD5 09516549f52285c61500d25631629594
BLAKE2b-256 c5995b7f825536c91cb7000855d3280d8023bac0c9cc05b80db35a18120dd98d

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c33eb6f892d01327b14696844a945d0f59bdb0871b827214e60a1fd87e882b0a
MD5 194a7ddd11f2c06f0b8b41d2cdaf2620
BLAKE2b-256 f4d5e54035dc896c8ea3a9176fea536cdf44645bbbaaa606e73291552a22fae2

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74ad19ecc0fe74878bffcc43f8b97bb7600db878d777c539f8881fdf5cdc6c5a
MD5 32d88357a6fc9234950d46c6110ee93a
BLAKE2b-256 96dcf2dbfbbab2146a28d8ddd5731de95260f7d984ecf8564244eea8b89c6982

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb0999187e0126a7843a8a3ffcb2df30d9fcda877037e5f4b9179b3412e939f9
MD5 c34dab929068bb8577571faeb9ebd23a
BLAKE2b-256 a789060313a3e54843edd1d0a65ba502e77337ce48f466de09d4985523d759f2

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 770f7dacde7b179f09c7bd7076ed30530899784f15ac018064fdb0fa30763cf8
MD5 6031a30f89c392b816d901574febd9a5
BLAKE2b-256 e78657920a93afb161b7264dd576ed3df1a6dbb6f451756a1f0570ceef0a62ad

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4bad3eb77508a449c2ab7adb06aeba157770b628f3bb5781981298b63cdb0c48
MD5 cbea13fbf81160543574195422b32803
BLAKE2b-256 2253a4386673710933218942cc868a2552575bb38e83466272f4c8007cfd414b

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf7960d2a20015b549c2126a77fc9bf0beaf64d9ffefb0ad196bc7ebd8169e26
MD5 5ace609ea3a9e233a3d9f374cac00604
BLAKE2b-256 03fe7a7bcfaa87dfae6e640ce3511f98b706ddce747f3fcd39fa97f5bb359ea4

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a39594e77f79dd62051d78e05c87aa58190c3f4a1a70819c9d7d2d4d747a5268
MD5 034edc351f7a05f8a028fb66bcaa5473
BLAKE2b-256 ac8fa009a35cd5825f0393c4dcaad0fb2cf9a6410080e620f9dcb8d0ba3126e4

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01617ff849d88bed11141dabface44111cbf03e28f1e37b663ec781cd080ee88
MD5 b3701777eac96fa3c1367071e5b404b0
BLAKE2b-256 be0b6e54847c5d6f8a4e464cf056338aef2c5b68d2f8803b4599fdc1d5225847

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43805dcfed68c9462ba769ae68f0971c1f80e72d6ceb7f6b6d2779d2eeedc157
MD5 b30033ca63763b9d9cf349b4647f0232
BLAKE2b-256 2ac2a927bd6bd25c3f96fbddc1e0e8e499097e208d0226e8d0372534dfd781c1

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8724443a428e0bf68e4e2647aa9dd4dc395ada05bdd86cd3fb6551db61eab045
MD5 7a5f7ceb7e37abe5df423223a0f3517d
BLAKE2b-256 ee5006fe3aa37682f39ab6f4616caa87bcfcfe02f09c5b135ce69dc87b708e11

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 103.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eb56b07caf1edc50c99728c14af3eafa34b268fe9efa19ee2d31796a2f105b72
MD5 618a0de682052de93a45123d588208db
BLAKE2b-256 b2e6b26b8df26ea4e0ad1766f9c1bcf25abdd17280e04e0f3b54093fa8dedbaa

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 98.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 65d695cf2de3cf1b34d38be7d43499a38322407e00488a1d045cc543fa1d208e
MD5 3ae6ed962d15bb1dd13d489fd3b3f888
BLAKE2b-256 f7ec0e12aba9904f271ad8a4e1f90522ffab8a37d1d52551956610a80ae64411

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aac0147fcac50bef0326f64b75ee0695c2cf5b595f772694d78912b733ac1a59
MD5 182e8c09c3c6c8dd4e39ec9763f9f2c0
BLAKE2b-256 c49467743ff82f2a8fd29cdf0234186137633c2fbf4698fe8bfab78e8054717f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 654b9e5119fb6019377c9b4b53e0b04025313d73f5de5702cee24f5861aabd75
MD5 11abbe92f6cc00982bc665bd1a823ec6
BLAKE2b-256 fb77aa498a8b62c95a27dd0a21455edde2530621cae178dc2b4a5a9a72e6e9bc

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a5e875e80e498d4c613c327e524656213e5be706dae921ab904e1ae2aee3f259
MD5 5d6cff754a7476f4e719fd521c19e287
BLAKE2b-256 35dde443a48a013ca81c78f034570f10a83c04305266ab94b4958203f5869258

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 692384ce4215d3ffbe21e43409e7c1f327a76b60bf55ce272d980b4b3f8e443a
MD5 1b057d87fe9197549dc80a7e72789753
BLAKE2b-256 81ff5da1e2f1e95b7232058d74b2c5b1e4522cb107b16756f910e14dab5a90b8

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d52885b02b7c86994312a04ac4d8acf009c32455a8a284c6479fcf2d5ab84971
MD5 21d3c935e50e22c451a48f88b078b9e7
BLAKE2b-256 8291ff01eb5a9a646aa7fe28617989db6f387fbb13951612181f2d6b2bc34eb9

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20794c8bfde336f34d75c4fdbe3da7b7cfe404b2106265b45b6255c5e77b6660
MD5 7db1f254a09fd17b4c74af8179faf136
BLAKE2b-256 280b6693e64dcf86fb50d3ac7f162b00dcaa91ca0984629ce3d12d833a7c01cc

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 965bce7469b5a291706c797b14699104d0402a1b352e7109c9d1e4485bd0fc07
MD5 dff6859d7a7cc797ac1333a687bcfd1e
BLAKE2b-256 07e15641bb8a34d80c5269f8903e07185e5f2a7038d468732d4a4a761740584d

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8a847eb2a21e9d98dcf805afbe555c1d74d5538b2c97efa354abdd79976397af
MD5 804f0cb085c7f0eaa90028ddcb76dad5
BLAKE2b-256 edf958b31d7df4e21d2ab4f0a0123af57fc32dea54e54c21c2450a5e67283298

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b73ca471a34055e7eb7c3e879740dca665157a0510a86c07adf0e28a57f8eff1
MD5 214ae4d563d61e74ad640bef8140f9b7
BLAKE2b-256 950feae2fd2e94c3f7e2f7bd7444e69dabf36d445387f559727fac6419eb0a16

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c1dcee31ef24723d02df4e58ad9e2ad9f7b879f935f12f89372f11023b5891c
MD5 ab7a3c1966b619dbc01d46c3a937a85f
BLAKE2b-256 0f20c9d9cbdd99d4e6e8fd5987b7f08fa35d0e98c13c968faa6824a479949563

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7216f375f2e58b7c3ecc500c97532e9dee648fed78f49ca37c4915c5a7bc458
MD5 9237ca65b2abd35e20166c0ff262b0ea
BLAKE2b-256 fe21858cb7d3f18a2ab8776980c5b28e52295aa395f9b2023ad7225324200c29

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 781911730d4c0b3e2954d733d5174961983a0dcfdda8b2cb958562c5de6438d7
MD5 686861cdd2437ea11fc90f75f41e9be8
BLAKE2b-256 0b57a1c4b85d380e0fff6f9299ef5c9f86d21382ed0ca34f49c6c59f0af12dff

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 103.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8879993e9e840a67b5f499566cbd1d79f8fbda33d26aaea15bde7fd0bea6415a
MD5 60be3be5783412b05589b6235ba0fbc9
BLAKE2b-256 266b60fdf85f5fde5dfec084ebc71d1004cd99052f25c26b93c799b549e5deac

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 98.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9cab499db2ddc2ac37216fd6b1343793a86167533d7503c69fc973af34b5c0c5
MD5 378466fd6e94118bbe83fea3196f6dfa
BLAKE2b-256 26b317cf0e105829484aa18f150e33ced6c3afad50a81e9d720d3f00fd99246b

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2d4c74668d26696b6342680eea7fb641852871cfad73a9133c733d8506cbf34
MD5 79198c71db1ed14ec25b44d5b6549547
BLAKE2b-256 b513ee38ee44201f965763b0951389db5ccab2442abf300728457c9c7da25f9b

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26a72fa2c5fa92f59aa1322c64185b62a4207278315f612af3bcad5124528aa8
MD5 12ec8b80c645199691b1391bd79de94c
BLAKE2b-256 0fca70272fafe89fb415d318b3a015d2667c31add0b650005d4dd7579230ddd7

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2ca39f59c77528ef43a689da570b1a380b1030a1347f6f56129105630bfd718e
MD5 fbf1ae17ba677c2cd911e2115b02e02a
BLAKE2b-256 06a079722fac90a2593b4b6bb45bd21dfe6197ad82d4162d32b1e3a35d3df157

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9262a38034ae1a3a208d20ac47da3d25eea68a459ed3a5c2335d3e2ee35567ff
MD5 d016380da34b6a4ea259e759e4c4be68
BLAKE2b-256 73946fcfeebdfc3fd3801cb8298db1cf1820c70b5160e9a22030cf96d5a13fe1

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b30454eb949e9ea26309a5df19a93abac7db2021ce21ffe3acb2a73c7d53903
MD5 9b5c4febf410017781a304daa56e1364
BLAKE2b-256 968a17cde990ae2b7dcddf0e0212a679cdfed0f6662b80cf636dc2a308645fe4

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 43bf72d4766763c73513b6e3dd794884ba4547f7feb516942101126485525b1a
MD5 2e6f6392df36705ebf6b7bcee66e1896
BLAKE2b-256 d8e9d5f267fe1e12a566fc4418df13a9ec8efffd8e51edfe72070bc7abb60d6d

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cda0209b945d07e2f097a25c8fcf6eadcba04ddf4841250455ee39d45700c1f9
MD5 72ca77bb711803c6ebce77fa5377ed0f
BLAKE2b-256 c77d6e03ab07101569fe417e8b038ebdfa178eb70395b1689f21d7c4053b8a2e

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6ed4d724f0e106f48727bbfb021cf8f69985e607060afe4937c73deaa17619f3
MD5 12d87d820727fbba6a517e2532a41190
BLAKE2b-256 4573cf5365b5c8a6fe60ea1f1fc2044c5fb79b469f090e7692e0567459fa4014

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ddec1a01203d4ab800e1e35ee6c0f6a42b7797bead49e44b58f2603c9248494
MD5 86a45ec9308ad03614be34453fc02382
BLAKE2b-256 f393a1c1c251b7ed291141b73b8e10bbd8ce98a4a40b9d512285ec045c1d7acb

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5d98080293c139df38b2fcc27fcb531499cddf6e13011d606d4ad8411e905933
MD5 37a0b9a5e9745205306a9142e034b151
BLAKE2b-256 c775a0bf30a85f1751f3271edca09046777706d1a51e3c5580e1b6b0c94030cb

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9af18567daf89dbb18aaa206915211ef0f9fcbd5ddab683c44036ea2cd52e966
MD5 94e9108a04db67206019b3c975ced29b
BLAKE2b-256 dc7ea72d89bd960640dea5befbdc0870640cc5955c940b8d1910bd36b54e6915

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8fc2c166a2f9ae7bb5ca716ae4d5ef2b1649ab97fbcb218c3bedeb1814392be0
MD5 737567a66045eb8d77fbd9666a1d133d
BLAKE2b-256 d170369b40ea94728a94742ea03e064ba754f145c0f0cb2dfc2801ba8c87de85

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 103.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 786f958632268107c804ccce7e58c5f68d4ea62ca4e1f498b86e8831e99f2961
MD5 86372610920e183a30804a1aeadbac4a
BLAKE2b-256 9e671e76e44c574a0161a3bbcb6e7aa910d19854489b6b34f8baa8bc7d66174a

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 100.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 893a8407aa7cec50225cd4b4f67b99fb9341636c3d6abe8c46ce6b4e6e167dbc
MD5 f958d5628541bc30155f2e766da8e503
BLAKE2b-256 38a1f450f902ef4528acd57efb78c801ea955fe4bff6e85119c2004669185cb4

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7cc223db6aae98e9a28f72683f6c508be76a85fe1854287b3968060157841818
MD5 d2fe94efb8fc3271e918b8413f917f81
BLAKE2b-256 4e0ff9ca163fcee9e24285b08c2348dfb73c9fe7f2c705d503877588400f5770

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e96bb9108d2bc0536b94011dfa00d63328f2202a7afbd29120045deeb61a8e99
MD5 b0dd3749d3163988e9e9153a7bbc632a
BLAKE2b-256 7cfe8e5d1307827b28a9da1f22324b7f67dbfdd792698ecf8028eb0b8b858fea

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 381b23678bce676228bcf296d5ec615492c6f4b89c5adcd78bd4c54ba48544b6
MD5 9ab22413941777248fef302204b7a7ea
BLAKE2b-256 fd175cbfd4f560770dd0b1eb952b3857b05a6a00586786b98d7006e5d9d77fa7

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13c58376ea0d53427b6b7dd0bb75a6c068b165b8e7a6d9eba6b971c7ea8b96ec
MD5 783705122e1b3b8b9f78a594693bfdc7
BLAKE2b-256 9315e4effd2827a82a549772458e494b4c9221aaf6568dbe697751451cf2797f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cfe4f5dd658d3f8ade981eb6bc9fae13cd143501e520683beebc70e912e59960
MD5 7de350c13abcd310c63c75f734336e69
BLAKE2b-256 abacda0a38797cd93b690ea06bdefda2fd8295f115d85e208889f63618807aa2

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ecdc718e7118d1796d723fc392872660c85d47bff2cf9537f78743ffcb803f3c
MD5 7024917393c34678385ccb0a671fa1d7
BLAKE2b-256 8df89752f495f62b2c749e2f8d5a5fdf570ff657acbbe91b8cb79c7ddaa4c33c

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f2a21ae70c00a9f29db64f59991daeb478eb38cfdbdedcf493efebf041af9e15
MD5 e39ee04dd37a533eef877e5f21f75b56
BLAKE2b-256 1db255966b9e49ed2c8aab26c3df94f813a58077c34a0e95276e284fdcc6d347

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d8cdb0ff1774084ef7811d3b83b778ffc16b3795706ff6f8dfd0c6c16e7324dc
MD5 caeb12c2d9945741e1ff4b0a203db14d
BLAKE2b-256 a141067f50d949b6b9eca4f61252d74085bb0d5f06a0a0335d3d0e664eed6602

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82c0946182865d6958a0b11a0496b60858445da9d6a7dd7306873c5d33cd82d7
MD5 ad5a980bc6aeacfa1462b305689b6d6c
BLAKE2b-256 1c42bd7b5ba4b5d244231cafeda47f86f7844822e1113d32a211f0849c7d8dc8

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22cd3be75b1a27da4b3c3b780a29be775f52cee9e320529732243d335c634039
MD5 f5c40d6572fc1718b25d9d495afddd9b
BLAKE2b-256 be86319f9d07519dadcfee4b69c24cf8b2765ef387098d319ce181b235116d8f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d325f3bca31906de09d3e0002911baf51339bb7be2b54161cf940a18f2a2ce88
MD5 b06dc01446fc8ed278455c828bcc81a4
BLAKE2b-256 8da9a9ec5771e3bd5981eb6f98ca4f094b83d6b72d316974d2b1f18fed5d6b10

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5a419ec466dfee223471a06e167bac8f08a92dba826d64483beb9bdea2b606bb
MD5 0e77dd9958c567b589af115fc1760bc7
BLAKE2b-256 8ae5a62822ecf93dfcb3a8bf3ee2d3aef787eaada967b85cc505adf3cf03f7a2

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 103.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 882f0aaf2d554c66b6bc97fc1737cc6f6f263efdacc614d9e6836c491bc80ad9
MD5 21b7eb7c3f7dc50b311a513489b8f92c
BLAKE2b-256 dba5e0697566fa74e72b36382ed5335554c9fd16c0aff7c8a76c73f7e736b8ce

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 100.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fb9c9966d035c385283dac7ff546d46e4f4b33061c486065b918ebca2088f3c8
MD5 2cbc847ff527c9b674fabd7d462f5406
BLAKE2b-256 06d59cb84f7c34351228fabacda41f88192af6e2237eb9e732a830fc7488cb87

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dea6de24f9b93648e69fff086e2bd802731b22cb50152b20805074868007dab
MD5 ec849a15606ce5350de383c640f91bd3
BLAKE2b-256 a37470aaf35da7645064dfb583b1169c3e6ac4e45415c9b7c2780a825447fed1

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 463a584140255de823aedc472374edf1dec999a9cbdce35a0142ccc4620fe400
MD5 8eef4af25996a7fc0b22945838018244
BLAKE2b-256 5a810a1caceb0cdb657bbd16134bb71673aa3f3a0eca3397b274f2008cd15b4e

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 58d36f1c3b2c0700efb647251f4732785fe10d1855b576f0371b9e27c855bfda
MD5 2a3eb993dc8efef8891875e1100f36e3
BLAKE2b-256 fbd15f67b3ffa960350d8231a84fa134d19cd8cbecaa90c50778cb6839b3eeb9

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2a5b215aab838378de66aa320e17e89e03cfeb6c8a3220065952c1c6a13b896
MD5 5161618708cb049eeb7e9494a5ba2fdb
BLAKE2b-256 f4ce2a100c06cff7437b60b0125cb96b65d8e286e8aa44923f6f760b096874fd

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2af7cfa3336594f93086d73296eb430901fab7620c67f25e636f16f8ead60bc9
MD5 d0ec35bca8e9775d29edc8c6740a2073
BLAKE2b-256 5174956e18bb1356935d6a6358b9a5722a18eb8d87f6ad36d821a0a153fc2129

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a8cf9b1f4df97fe0ca19e670f9f07ad92c6d6f2d187011d5ffe6e7f4e5cb47e3
MD5 c310eb0afbcd74dfeac6593203480c2c
BLAKE2b-256 8b51f33a4b17879f1618caaabadeba7112085c652c6c00bc11a2a0c8fdf1c01a

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 187bb7c4311f2ccddaefd8c679e726713c174624c6f7518270d6ae84c654ec06
MD5 d8b40cb61446a48215b8c37a7da1f84a
BLAKE2b-256 0407f19ad158fb0d5c163a210b0ece7fdfc140415b2e17f94b9f7c62ae75b29f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7f7bcfb388b083eacab0280efecb787de6b96e5a7b42cc150e206049aefc5e08
MD5 aadc0cbabc729739f3363a07a92fd47c
BLAKE2b-256 9951ed0ba3670e5c1194b7cc0b461ecc5d10fbe4957b313bf18713f88bebf949

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7391c0912321ca2c98f705fa8f4426b2c9d0138fd0018699f731a1b7647f2179
MD5 4cc7b6d2de9a66d63a0670a83afa76e7
BLAKE2b-256 40a400675852b3ed619d0b3d0a31f58342be00b9763ba62c3aaf3a637b24adf6

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 22d591bad0999d2c0672e2b47c90f081da47b708a79f25626dc57b36fd5483b4
MD5 20d904024e6fad87e604d11818c6884e
BLAKE2b-256 a8f17814ad34f237ec2e9dadce8ce7e8094224d270385e0a424855b93642b058

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 103.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 467be607f541b07b75617b020e467ed1764c1693506826eb9e91a76e263329c6
MD5 b649b10489e4493e9095c4de992cede0
BLAKE2b-256 b731e2f5ca39406900fbdd93808fa8b57f62776d16fac51863755a07b295d2b0

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 721f696925b088463fab1eab5356daefaab9f9606425c4c4edf10c18d63f84d4
MD5 2f7af82c53d990fb8ba9377b267531af
BLAKE2b-256 e9e15ff01b3b0cedb7a5e39d4dbca8af5b601a1988854aca872d858ce2498962

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 702dfca0ae0cbd5d289188fba79c301719a85d184bd77f4ebcc315eea16a3b83
MD5 f891cd6cc43095b7ea95ae03b480462b
BLAKE2b-256 24bcbcce5f33d1e864ae3024cd145a9d731b0339194a86b03a565958962f13a5

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e39fb850ed2508e8b3725102ee41480dfcdce9a417b6721ef40a5b913df8e96b
MD5 52e0ce87d994d0e472327d0a228f6004
BLAKE2b-256 0eabbc87fdc6006c7259d7b93be716583412fb0265bd7a6ac54af80816c74c18

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ee6a48da36eb4857845b81d0d85c800ee1b7a80d69053d69bbfbebf016fa5227
MD5 d91805a3ab97a7ba093bc143f2a3afb9
BLAKE2b-256 26567c3a651d00338e3349410c58d8f3f316851c2fb764aa54a88d3730595889

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d83c03450fac17422e12b892b2058a80e87088b1d870cffc690a4b4f2cb8dc68
MD5 0e5369f94db5c15a978f67dffabf9060
BLAKE2b-256 68fcf914d8c4a50afc8142d716c84ecdd08b584f7b91a7778c77c11b24887b64

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 508e659943f3fde14519ce228c6b926c2cea80098ba6b12484d5c28aba8bb00d
MD5 da4167879ce58f7b1a941b277327502f
BLAKE2b-256 34aa52ea65eec95fea914afea27c442838551a66aef9f13de8678ba8315fba2a

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d2711e44c6cf439c56dbfce14d5147abbf0e58e57421b52059912ae8b720282
MD5 814953612373d34af3d2d5246df14735
BLAKE2b-256 6d8b6bbf953ccc4262e9b481640e6a61548fa7987ac2f3e7430d1eaef530e1af

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e8ae92963939de33966505d12f94a43f772b6d2bc27184aff736a3cc2674e524
MD5 8b582482ecdda5799bf7b4a763212487
BLAKE2b-256 a78db680324c62f1c706a6405700d3bb2c658fc6673e5334e6b8393a07d55d83

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14ed6d492364b5d3072ee517c93848387c1167523c88b2a631d80b2b327039fa
MD5 40d3664836289671e082396af26fb0e2
BLAKE2b-256 ff8d01a3a553883b6f9d7d5ecc0e12968639a162e0d3b9748dfdabd7625ffae0

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93801f448a2b4f96a79a4e0f593d9bcf2c689531060e3151c531b61360d09494
MD5 cb17c37a4ed383f9a4cc805d1e08f2d8
BLAKE2b-256 66e732176dddfbfd16f296e66e9c0c4140721f182293e06c318f88af0c2808ca

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 abe43165dcaf9eb62439c675a1063c8d8eb17c7dc4f78977841cfc86a8107b9c
MD5 8ae6545a96ba7ef4461f3a43b9daf356
BLAKE2b-256 8cc8fa7a00bdda0eea0efe37554d3b4ad0accd3848d5aad9b3e40be8599f6966

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 103.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 32c1d5e43e6731bb0af9d8018e64db571d0c3460ac1eefb6cddb68451820fa0b
MD5 54acaee22aee6ad7ee6638ec38d93a33
BLAKE2b-256 75661e81b68b0d3746eb3eaef11e5f1f1df42085f9edf6e6dd4372699ad7caf1

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: rdp2-1.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 100.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f6a92af5a26fe3dd754e5c2c9a167ca83c993a43652e0871abb10fcd6fddc1c2
MD5 dbb72da7346b197b54bb176bf7f9ade2
BLAKE2b-256 fcbaddcf4e1636b1f0d31659ea4ecc47c236d4f8c5339809fe64b6d9af225acc

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fadd39f2a381770c70cac9f5b298e3f26f898df5e46feeb519fef5820de9456e
MD5 06b1d58ab35bf642ec12c7327dc2553e
BLAKE2b-256 d08ce3816cc637aec71ef552cbf8021b9020942149f4f386c1a05058e250b703

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0eb14a62f25a02695e86427c7db779dec12f82f0b3754d766a5c4a1f6acde72
MD5 e684b7a0cb4d95d21f1927bf69bda2e9
BLAKE2b-256 a6fe3505d402fabe3d0aaebaaafa09b2bbc265883a1d7ca9f2a5de53cc28c756

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0afa222790c4bb2a74c1355a39eb8ad1d7094f08ef61ce42dc8ff015e6e55a9d
MD5 c252f651c294092c2bdc6d85d1802dcb
BLAKE2b-256 e9d74ff8c5ec63900175b32db81dbc0560c8c29f3b88278b78b0d4eeeb1513f4

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 41f5e93d2ddce27cbeccb62a3527c52b1ce9fc3643497a8393fe05d1995468b6
MD5 bbf19cfb9600f14831c6ac31a0cad0ae
BLAKE2b-256 88f4112bbd34e856c52f9e4b109450552d2380c880357689ef4ab8729baaebb7

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf011ee9e51f89f1df67b90f4fb0ec78df5047071c9fb23ed395fa0de6c898d2
MD5 070b0ba6520ce1849b41a6993687c911
BLAKE2b-256 0e644b65887de8f3a0a5638098cc91d55d90c54186a729490dae667218091697

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 52564f615d4710a3a288e22aac9152fc3720122a6b59cab1c0be623bd90ddf39
MD5 2b1e0b11bcc02249122e0f15236d1432
BLAKE2b-256 d9f30bed2f81ae49a062e6a087da7dfbc3a04a67110dbf127d87764bb5d4e65c

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d26447e686083514eca8ba6972c61d42b360804bc1ed2ac5ef0df930a0ca4195
MD5 7baa9024359ef2e1a350e8c4fc23b46b
BLAKE2b-256 1bbe9d3bbfedac277ee5674ac139c936226f90f878f54b515b51c4616bba7bc6

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d33d425bb8464fdb9632466a32a3adbb191bb431abe63bcfb22a7405fc42bc0
MD5 de64ed0153a77d8e2367a86ca8155d72
BLAKE2b-256 1502a107a7cf03e60e5889a374aafb75253f889d162e15f19e880c72a7e2111b

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63fa9af22bfd83a70a2945bb9a212cf8ea5eed008b72d70740d32489e0d37816
MD5 26fa53dae03a15b634eba310fa3319a9
BLAKE2b-256 c1cb1c267af8944257eef803865a5a8c6c0d7bd7455e463fa9c5564c1a356635

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 84b2446fd4a1d928419cd77e33c1c5a1708b88a58a1ab61ebf0f159b1da601e3
MD5 dbdc06a20d1bd79757528a89c181a027
BLAKE2b-256 a03a0a79e9166c86ccb895ba773731947f83d3cd391cb200d3a50d5b697dc674

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e6cc3d093969bd89175df6cae266d85c94ac6e698fc7d76991c1a96be67d341
MD5 8c99d1b2145a784f99404ccd8e0bd584
BLAKE2b-256 25b4436610be6cb3d13604bf027dbb1143c4686dec17d715430d16f3cd3df45f

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 041fc3ddfd22f764e62f7039940faf4baf3554ae6c56437c658a117218ec6e4f
MD5 83e642c898dfdcb0d18cab82fd8db222
BLAKE2b-256 1e8b084397b098020ca2d975313f3b58349e809dade3f03f0364ea8bac34111d

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 24544208d88e1c57a36048f0b11b4aaa01acfa0468838cc6dd9005329621e7aa
MD5 6b2d14957cf7bfd40d1b0df93f63f465
BLAKE2b-256 86d951072c3ac7c05f408fd7681e05ffc718c68dec156f4787327c71374c1526

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c930d2afa7bfad3aaf1e8ba9d76cd95d9795b0f88b9ca1aad45dc03d816f332
MD5 5f9d651b547fcf20f923a8f121a881c6
BLAKE2b-256 6999d6370873baf5e172f55fa13b83aee11aeb09a2b6a1c432e360b237a2dc96

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69b984d77cae23a3dde099191f47d8b91998f37e79a35e7e6fea951b7db61ae7
MD5 e7617f2568e1fddbd800a7c30c95feff
BLAKE2b-256 afcde0b175b110f77d1499c844aacd7d1ad187d969010befae7412c8e2ebdea2

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 473a145d612a5991e80a810eccd6b378b6ab191e726e392965c5b3578a866c96
MD5 cb2fe0a4e373e0fabc22d1cbac54fbb6
BLAKE2b-256 9a38d5ec9fe61fcc5cf13c5cd56a960b2c4aad2d2ca5d1c394144d05ce544011

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 690780b16045dabc95137fd3dce3075dd7b0739a4f28f96dd4dd428db437a021
MD5 f81728f35fd2002678e16ba1cf676905
BLAKE2b-256 12b03fba582fb172a5f8a8db820a45514defce56132a8d0d2cf28e1f2994c5b9

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0608f6081c2a65f4b55f5e7e7ca348eb2354c451e494cf356b63f8c2d1779be7
MD5 90a1c6ae9f2ada552ae1c68621d71485
BLAKE2b-256 7a84eb14264a0c165af5bb46f2454a97180d1b34eb715ada662b5abd51474872

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57a91fa8a852e68bc8aff9a5b1e1df5f7c38b2ffa055ef19f289cd71f95e491f
MD5 295eb0911316d61fce66bb550db24605
BLAKE2b-256 85fd6f6ec8188c2318e8c52253534a4719a7e4592869562bfd97f29023b85ab6

See more details on using hashes here.

File details

Details for the file rdp2-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rdp2-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fb3fa1a1ed54fe9d0bda41fd56ee7bb15680646baba1384b016d228fb6be14a0
MD5 204b3c4c14dabfa6dea5d4dbdd217874
BLAKE2b-256 c3a9f4dcf9af57e8a3c6e2139c985986ad84813d580fcda015002f870585988b

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