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 rdp2 import rdp

rdp(np.array([1, 1, 2, 2, 3, 3, 4, 4]).reshape(4, 2), 0.5)
# 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.1.tar.gz (148.7 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.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (404.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (432.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (505.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (415.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (243.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (251.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (405.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (433.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (505.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (415.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (243.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (252.0 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (406.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (432.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (505.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (416.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (270.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (295.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (238.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl (402.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp313-cp313t-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rdp2-1.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl (503.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl (413.2 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (267.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (292.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp313-cp313-win_amd64.whl (103.6 kB view details)

Uploaded CPython 3.13Windows x86-64

rdp2-1.1.1-cp313-cp313-win32.whl (99.2 kB view details)

Uploaded CPython 3.13Windows x86

rdp2-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (402.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp313-cp313-musllinux_1_2_i686.whl (430.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rdp2-1.1.1-cp313-cp313-musllinux_1_2_armv7l.whl (503.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (413.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (267.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (236.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (249.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rdp2-1.1.1-cp313-cp313-macosx_11_0_arm64.whl (206.9 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rdp2-1.1.1-cp313-cp313-macosx_10_12_x86_64.whl (211.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rdp2-1.1.1-cp312-cp312-win_amd64.whl (103.8 kB view details)

Uploaded CPython 3.12Windows x86-64

rdp2-1.1.1-cp312-cp312-win32.whl (99.3 kB view details)

Uploaded CPython 3.12Windows x86

rdp2-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (402.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp312-cp312-musllinux_1_2_i686.whl (430.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rdp2-1.1.1-cp312-cp312-musllinux_1_2_armv7l.whl (503.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (413.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (232.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (267.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (240.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (235.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (248.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rdp2-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (207.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rdp2-1.1.1-cp312-cp312-macosx_10_12_x86_64.whl (211.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rdp2-1.1.1-cp311-cp311-win_amd64.whl (103.9 kB view details)

Uploaded CPython 3.11Windows x86-64

rdp2-1.1.1-cp311-cp311-win32.whl (100.4 kB view details)

Uploaded CPython 3.11Windows x86

rdp2-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (404.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp311-cp311-musllinux_1_2_i686.whl (432.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rdp2-1.1.1-cp311-cp311-musllinux_1_2_armv7l.whl (505.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (414.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (251.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

rdp2-1.1.1-cp311-cp311-macosx_11_0_arm64.whl (209.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rdp2-1.1.1-cp311-cp311-macosx_10_12_x86_64.whl (214.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rdp2-1.1.1-cp310-cp310-win_amd64.whl (104.1 kB view details)

Uploaded CPython 3.10Windows x86-64

rdp2-1.1.1-cp310-cp310-win32.whl (100.5 kB view details)

Uploaded CPython 3.10Windows x86

rdp2-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (404.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp310-cp310-musllinux_1_2_i686.whl (432.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rdp2-1.1.1-cp310-cp310-musllinux_1_2_armv7l.whl (505.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (414.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (293.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (243.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (251.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

rdp2-1.1.1-cp39-cp39-win_amd64.whl (104.3 kB view details)

Uploaded CPython 3.9Windows x86-64

rdp2-1.1.1-cp39-cp39-win32.whl (100.6 kB view details)

Uploaded CPython 3.9Windows x86

rdp2-1.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (405.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp39-cp39-musllinux_1_2_i686.whl (432.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rdp2-1.1.1-cp39-cp39-musllinux_1_2_armv7l.whl (505.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp39-cp39-musllinux_1_2_aarch64.whl (415.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (243.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (251.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

rdp2-1.1.1-cp38-cp38-win_amd64.whl (104.3 kB view details)

Uploaded CPython 3.8Windows x86-64

rdp2-1.1.1-cp38-cp38-win32.whl (100.4 kB view details)

Uploaded CPython 3.8Windows x86

rdp2-1.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (404.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp38-cp38-musllinux_1_2_i686.whl (432.1 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rdp2-1.1.1-cp38-cp38-musllinux_1_2_armv7l.whl (505.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp38-cp38-musllinux_1_2_aarch64.whl (415.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.9 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (251.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

rdp2-1.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl (404.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

rdp2-1.1.1-cp37-cp37m-musllinux_1_2_i686.whl (432.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

rdp2-1.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl (505.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARMv7l

rdp2-1.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl (415.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

rdp2-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

rdp2-1.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ s390x

rdp2-1.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (294.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

rdp2-1.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

rdp2-1.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (237.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

rdp2-1.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (251.2 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for rdp2-1.1.1.tar.gz
Algorithm Hash digest
SHA256 f009b289b3dbbf58ff7c2eee41f8cccaca3c4a04debff58a32777fee056a6a21
MD5 5b05ee70b1db0a8461d7980f6bd0337b
BLAKE2b-256 2843f95de7d1483ee8edac40f73bef51c9e16d867dd2acee4979d55d4b48ffe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bcd01ee37d5b8a64b6c34ed36a28acc57642cb680ff4467d499180b074187e63
MD5 e4f41b93f046cc44a48d0ce6a57392eb
BLAKE2b-256 7b007c3398012fbd81226c2516aae7dd71c340001194d1fb547b2c447f4aa3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df4651dec46c08de2626d4498290b361d091d6334dfa843cfc973ceeafa5406f
MD5 f098a9c73d351fc969dcf965fd630ce8
BLAKE2b-256 faa8dcf55091f63421415af511d5738b9660134b5048d7a1bf8df60fdf117bd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fb33bb5227f88dbea6f2405c1a3bc56f47a85ed1634a74090349258ef64f9154
MD5 7c2a134f893b17820a5784a04676b8f5
BLAKE2b-256 7c74fad15398d8e6d0861167b6c97639b038be02895af7e0a9d04abf34fa5756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba3374ca61b676373ca5e404d968087ae791f4dfcbeb267570e15517171e6499
MD5 bf5448e7e8453c5504acabd689df4ec6
BLAKE2b-256 7b11e17b28d293d577908f2476caf60652dd1f4ca786bad2be134434535fe265

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a32ef731c98ebf77194457e9fada0ba3e044f340adbd358a54d8844c21e53411
MD5 2b0d017427688c0051bfcc38be9c47c6
BLAKE2b-256 56b4e2bdff7df7ec8226fa83655c46ab244ce1ba6711d5a629074294835da129

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 da7e0286f7cb110edd8a4a347a814b36a1d9df26e303018f9dd0e04dc6bb0b9e
MD5 93261739a3ce787c8902797d26a1e933
BLAKE2b-256 8f677cfd91b08fc8fa1705821ed424777db17411f692028fff7ab07cd7f5a9be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8f2dd34fac857804e8233a51664da17f3a6a42f06ec5d74cafbf22fa1bfe61a9
MD5 ce0d6a027f29a2b18acc391c849aee14
BLAKE2b-256 d6bb4e102994d1042863dd79f3b7483093c0bf2c9df0c5baa3720046b082fe52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dbecc20f4ba3d11147595ee8add17bca1ccf632ad5c8eecd4c132f578890afcc
MD5 bedfe1b545710f4745065b80f2018c85
BLAKE2b-256 df4f486ddd11cf63cf6982767675018f4206f869ea086ca14aadabb71d193912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81f31b51311a864033982ad7fc68cbeba971a52e6894b1dbbf44caff68911e5b
MD5 e5186640e004401816a3880277d355fa
BLAKE2b-256 e9e3814b5b559a35f1af4b548bd57023f98d0b890031cc6c3b2598244891f3c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e28d9f778a61afbc003d94050f7fb16b2e6f3b02376dea7edc4db8bb49e130c2
MD5 c9becd4ff854bae19ae8fef12c91d2e8
BLAKE2b-256 39910c2893ac12e325ac564103097bb9bbfeedcc08fba1e3d6a310284e8dbfb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbe5cb463fa66562c9477a991459677e1ec4751474046127d8f03ade181e712d
MD5 303003837b285e67877dbd60af038750
BLAKE2b-256 01f65fd0df9adba668105cfc5d9fbeeac8fa294dbee8b655f0fe51cb4a369fb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3f358c145a40994eba447ded9bb6d5b8e4b5a8fad3a555144a0a4bad4f5c410d
MD5 4a648d469c4e129f800f32ae26337758
BLAKE2b-256 3ba6d01fcf356e572837f4609493f571b908c057cd64b631290644ba4addb3ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 58248f46916410530e045ff43ed3a2824b25cc18556ceb01827d9093ce1a4bf9
MD5 59416b9cf1533ee104bd0df505250385
BLAKE2b-256 f76c959a720c33330d9e10d3510e65cefbef58f61faa2cc4c4fb1f2fc71108ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45f709dd79403a2f456fd98228f04c285995c7c0c20583c16c9f543a35cdf740
MD5 fc7d62a5f1ec27df2fa6c3174237fd95
BLAKE2b-256 d3c5a59d6b44458c9cf9684cd57ba321bcc8076a73137ce7a5c98ea49ac829e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2183f553c90f6d4664859f85a186e81a7fe9d5034a3dc40a84502d7161c82640
MD5 458b8f18a8229a7f369d42ad054709df
BLAKE2b-256 81b960875555e829324cafbec28b59922868b212ac2bf41f0ebecd482713bdee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 86302aacbe3b94f8bdf5e4607cd6e103e461622bae0bfb5a90838218ac2cae43
MD5 cb682a2edce55a48997b8cc817d1cf15
BLAKE2b-256 7ebfb999442847e4dd49de037b539a73e99faa2065a9ec90e81fc02eec1c7f69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 01a27be6f60d1515c951f1332f095d439a1401b87be5b8cc3943fc66b7fec2e9
MD5 a54abf967b3ffcc9f6b0f66e357afcd4
BLAKE2b-256 8c1aee4c3e65ebf3afdf89972a83817c53f07a749e3373a05193d18f44632104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 43929e388cc1236a27e71ad7eb08666a84fd4747d1528f649c6e702d2cab1ab8
MD5 f8b71296ff0f9c3c0bb08d617a715a70
BLAKE2b-256 68151048cd386fa0ac7fa86fc85d8cf88e91054289eba7a00c2591092663374f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abd49566a584854bece0034449c10603c21b2df4f266ec7281d3fad90df11422
MD5 0d4494cd412e7928267e3c1776f8dc57
BLAKE2b-256 8cf93706e43c8dfb75e214187f5437427c6890299ee720680a3ec11710ca4aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3872ae123f93f6ac0a03b4eb1143600c1a3e078cf1ab6a193eb5358efaef268b
MD5 eae2fdb56116bf3549b234ecec73dea2
BLAKE2b-256 3db7ea864c7e28cb7392097cf0296ffded809a929a1d9f5d01cc416c8f977fe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87eccf0b4448fd152a59092462f1d4f6991ad93ac94b9d48e638ffae64841a46
MD5 645a96294058204d53be456f83f14329
BLAKE2b-256 32dc62267f2207a3d0456caa2863bba992b45f9ecad4ecc1db35c6e6c55e9ce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 61dbf8709026c1a63a88a8a81bdf01659c4da50dc44c9603a7b72221490d5f1f
MD5 f4b1ce43a2500796b303a19fe0c20b24
BLAKE2b-256 250a8272a9599208854c5d803452e3e77fea56d092bbd666ee961ebc7bca0488

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1cdd4a75a3f568e2af2a536da6c4906c41141e2d893207507bd763299db675e6
MD5 e9ee55760283c6b4f4b905b58c6cd838
BLAKE2b-256 40a4d5b6a828ad64713535fb65c046d0dc15eddd0bb3e7294948b1636b4e64d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38ae12b6f4305dc071af61db431bfe26fab3a2bf9c80725ea0729d5c3688f7dc
MD5 b4ddde8fbef4720324ef4105d70f0ce9
BLAKE2b-256 684e5d6a3c719e8193a455d8b815a0de2a0ed4d8d6c0fe15105d150f27059d87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c662a2943cbd8f20c7ef86681211d7650b1f10a6a42544d65b9d6ca7f91c0933
MD5 3d08f945a4f8c678e96402fb77f38497
BLAKE2b-256 38b8dfeaa1809eaf751b04284840a059efa0f75fcb83a3f62f8d145b33014077

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e288681082c9f253f8aeb57d9a96b541c893822849a11586da6c169ffa6bcb1
MD5 3a84cabf59363dd6bd488983dedc915d
BLAKE2b-256 30f00a192f82ade050b80e05bdb8fde2b1893a9ff514330da73a26c0b67586c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c53c90f023cf71c22174b1bc374d32174334e15a1afa2d8c26d46de8372a6166
MD5 b2b7bc6a6c3daf78d471c1d02794aae9
BLAKE2b-256 026f3a965be9ac59535d01d105b42a53f165df4aa00471414d42c5c214c9adab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 934487bce52bbba10b5ffce52a3d8e3f0d57f572a77a5b8b233eebf402b7ad55
MD5 822650b3d5ff1278d399e1943076bd84
BLAKE2b-256 f1434b6566fc0055224ed3ede8a168ca68f9addb38c015e7425ce605c277bf45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8937bd27d849ab6eb5794039330489fa85474d6408f48f390a7446aaf458f789
MD5 0de2ff72291962c0e0ffda476d437874
BLAKE2b-256 917622240785991374ca96fb93bcb5493e30f61979abf8d636e01bee91f163be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 79531c1bca80e693acf3347f084919effb7060cd3752abaf97e58b875d80f6e4
MD5 89c5082e2f62d7c5e2c5071a1da0d0d6
BLAKE2b-256 bb2fbc29c5d62645d94b4965207d9f2368c61cb3234de23ab843a117d1b47046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cea8a21066f75bd4358dba5bea056ee895efb904db4b1c98093f989515ffd918
MD5 7c64b5b744f22707f06dc2ae17ac8d7c
BLAKE2b-256 72103ffc6bf6c399ea65851a8e9b922d3d3cb9e840b48b213dd2324d10d4d6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a87e6298c69ac900c9516b35fe3eef4cb3471534cd1977956b28d24b2b6c9ac
MD5 3c53a2c831146106b1535aa1dfa64286
BLAKE2b-256 1e7d2c11ec99b9b1bad55dc2773856d2c8c975b933dfb90599fd4277b372edcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8587d847b1c774c1247c73416c0b83bd993edf70121dcea46c2710a41736a072
MD5 012680214f44571c3461f85355bb2611
BLAKE2b-256 7acfcc67856d9400b8c75e5b8a1d3bf2687f862ec7312a0917601eab25dea3d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d40603545dfab0d39f0ca402ee53f3d39a0b6535046d9cf33c3b7d39e9e63892
MD5 5d53a9b3e4c40a863f4f0c80dee9459f
BLAKE2b-256 a84931921d9195d3261f54ec0b6a3b00192e614ceee434fb0ff67fd2b1854e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 df88097e797318795a004c1171f951f92814c9779e076e890076f11df337b3ec
MD5 926b44fb4dde4fc9b9b70c2b7c806525
BLAKE2b-256 2d6974e72c129e42a33dcfbb2b6ee3113ba4ec41e8539f5b611c857f7e5921da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e86cd4332ba3653cc3b72f415602ef20e7e140f6bc53ac26b0350e459fd7fa74
MD5 a6ed000a7b5273328d708b8144905811
BLAKE2b-256 69b6eed0411c38251217d193ff4c8ab127a6503fa77c1ea8846203912337f2fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 103.6 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d0f9a47d7aa583ae5cafa87f1368b94be19b45c79786d56556333de477c7c3b5
MD5 37513fe8001bfe33bcde8d45e1953542
BLAKE2b-256 52c17838ec7001d371f86915e40b0fa75fc4ac189945751db517956bc5e936be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 99.2 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a1b2e7391dffaf1c1cb80a7a1848ad5566cb2cdcec24b1f339f676a18962c7c3
MD5 d5f4e96a111544867e04d855a9dec7c9
BLAKE2b-256 2dea4b56a8d4fd67d0fd1d8c65d6928cbea3251c9bfc5bc42694cd97532162a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e3c751f1c86afabf90f08928617ad5e317732c8bedfc1890eeff5ffe3faf3ce
MD5 1c6636d71303970e5a657191253b7146
BLAKE2b-256 45724b14db8b7af9092c9dd4bc6a78384f14dfab268a256660cfe7c460a0c62f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9fe53d4012f2dcdc2fcb18b2359b81c0c84f70f3c5cbcfd8f5e1f31f6289f282
MD5 be70bddde8cf5e08b347b139fed42c99
BLAKE2b-256 37ff4355909df16439966e2406d913627c09764c32a8579c51b1ab1937001959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0d1d2cb65a1b1c39503dd5b676386e17e1173dcc3380cf45885d0b6941641bff
MD5 6c19f44b80e46d6d1a348d58b51324fa
BLAKE2b-256 4da3f3908da83b7acb16c7f843b5e16c71a28e46441ac07b7102469e0f4f3d9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1220aebee4ce5543beb984a491550242bc7246b2720e232dae77f9faf2d56e42
MD5 802224a629509a0cb6e40f86786cf1e5
BLAKE2b-256 32d519c7481d92f9c4b078edead99b515c470e41bb817cf5b34f2422d0d570b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 578bfb5d16191d2a914109471acd8e1ef465afabe7e065f026caba0611708491
MD5 2a83482ac94dc6a4025d9e937b0bc305
BLAKE2b-256 ca240e546c8b98c6fc6ea77645c599fdefeaf23e6758fb632f84384bb1848368

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b937ce44f7607c3a64041592ff679ef8c199806132f80b65ccbe8cc887022b09
MD5 8acffecf454b0181e4ab7b0cdb15f6d1
BLAKE2b-256 6e093dad255f9d03d4086d425653720803ddf898adfa5243c2492b94aa1c6059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1a1a3c58b7231dc42a67e53df148536e865d7e0575be4fd58216c1ba9c1ca3f8
MD5 236275e03fcf11cf508f849bd07b6036
BLAKE2b-256 de61e9560ac697689f2f9774b8fd8bc0f41d95527d4c4ed8fc46c90cc097a820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3032631f0b2874e4c094c95ce37d85480bfaa35c29660f5e825745fb5fd54065
MD5 dd3073d136a1ccaff3773ae510e45f2a
BLAKE2b-256 3dacde9509884ac4eed407a4364577b485211599deeeedf6e6e46cb7441714bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a177318262c2f1ef43bd8f4a2be8775b47aea940afe85735f712a56df57075ca
MD5 b3a19f32ffd655a22d1c32332b76563d
BLAKE2b-256 a7183030379bebec1b5c36154977b795bf69f970d1d201f5b068fb3f350c85a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c24da1885b89877fd19005f8e47cd80e9eda2db4f1eacc38e5f0a22b1d1320e
MD5 05ba9d783607fb1ca9dcc7dab5cfda9d
BLAKE2b-256 277c6716412785912228635e2b854808819fe773aa4e3ae3d3f007d60fde8029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41ab6a8fa3da8df211fe1685e97eec55f360ea5b603fe49a9fd1146dd300a8e5
MD5 bc6cf922d13a3b9eb4ed04476517b894
BLAKE2b-256 814037b8d9a0e5e30ed677a11840fa2fff6c9f82c50c01af08c55903cb07be69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2bbc182ea8e29a021261a9a96322a4bdafba3395b6d7e5c2713c05dad8a61642
MD5 4aafac4e673e08c3b21cd492c5f97d3c
BLAKE2b-256 bcd5092a339e12f371839f618b70dc5b8aed08e0afa8b1fedf58391fdc5dad34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 103.8 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 50d5428303904a7b38dd8fcbd6ae095a7d9809bfab5fac86cc0c25daa9965c0c
MD5 2f4d69a4ba565d7fa57a43e4836ec06a
BLAKE2b-256 815dcf1531a03925b63419e524a65b28c94bf1786b2454eb0190a0bc1e46ca33

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 99.3 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 58b157c9126fb357ecc6547e9618fb67fef4f39377638f67829509131e60bc61
MD5 4a183ae8883f27ec9cc4527ae057ccec
BLAKE2b-256 a4ddf91bab632291a5d22821cacceebe9bc0aa64446534166a4f0d4b5600ce09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53c2c51eb1b2d672f5480ef4f0a8ea64110723df5f5fc749f9a6bc2f3ac8630b
MD5 029aedf4b1f9b10fb60201485f3f218d
BLAKE2b-256 135fb324d2db5b0c14a666a0de8fb037cf4a9c77c2bb7ddba82d8e930a0285d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fa78eaac5e1790c3064baa114d684f22c53815ddf638ade9981211f28916b6ad
MD5 0a4eaa10e65c995095a655249b16c3ff
BLAKE2b-256 bcd344df6fd2a2bcf7139850cd5a9333dcc5b448250c4db86fa2afbe0a16b013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9efce0aec2d43712a20e19dcc6bd5b16648ba50ef352ed73d797a800f33c4274
MD5 a459311c206464c43502d00f3c79b793
BLAKE2b-256 3ec3c49d396784a2b9a6198466f5ede8df71d98db136415774c1587f8da96b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 589280c5fe66ada94fee40755c5d15d929dffc551b707ff40e8fc404376bdc3b
MD5 d825764b799287c53ef10a6bef967fdf
BLAKE2b-256 5c217053b871d904bf02f8189c0f79cde88ed181ae44b92ab055f1567d4eba97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 812ea6eeb74f36ddc26b2b515d295a71304501ddfcf8bd7dc2d1620186ad4248
MD5 dbb0ffd61521e0aa1a5e67c65a29704a
BLAKE2b-256 3decb20fce6e98d30d10064112454e62ed461374d73e1b5eba5745b9e6b6a6f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb35489483e1bad1e86b238084ffc54dabcd5561ead6386a3c6685c589a65cdc
MD5 d9cfbd50c167adf712f7f803b64da7ad
BLAKE2b-256 a9e6b20e48fa0a598854c6ada8e13e62b1be336f07edaf497146facb32defd86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 519ad3a97fc198efa0ce4328a7b49c2860b17ce9b86a1ebe73316f2817dc1d4e
MD5 9e1f2b6913c1c4d237069295eef40151
BLAKE2b-256 79f4f3819e78ef8fceeadc8906567f1d3aeaecce9e72f6f3953a01ee27de4b7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ef334643f64e2928c04ebd583f0f9cd7f1c3dd4ea561288010bf337966de2606
MD5 9cd25c71ef591f2647b742f2ab634ab0
BLAKE2b-256 d95963f5c77f00c1c0225722eed06d80898d596c30f9d041a20c750067544920

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfb3d78fcf98a6c8bd182c2db01c69c9852a50b18dfb0417d12876c696a4d57a
MD5 d85068f5d3ba2be3d4216f5c4f955d5d
BLAKE2b-256 1f51c81893b83ce1519f35b0078b18bcf755a77dd68b579a5059efadc34a9a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8065dbc6326f3c641aa29922b8562200d3293dff04d17afd9db0bf6d79431a39
MD5 579fbe64a4411ee569cfd6bb5e07157c
BLAKE2b-256 63055ff387af5e30280beeaf47b932c848d2cd393267dec90a07a8e8c9308fe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b56fe7abbb7d43ff517a03161c1305149298aca80b9187b4c0a28c1e14cab2ee
MD5 2da4f311e97bae02cbd618691eb87a42
BLAKE2b-256 2c2d1adf2e226c18eebf431482a60daf8468534df3d8c17a450dac87b1047c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b08a63ec2da739ed44c3cffd334c14256a16b1463c54a931776fbff6d32049c
MD5 cf42a7b5f6da17cb31d675a98a6c9de7
BLAKE2b-256 02fa0cc4962056d66d2f6f2752d37c59758641c409270fed507c82fe1ca82882

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 103.9 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2614638806bb23e4d836e4ca20decee374e52cfddd2f80f8c85011bcee844be2
MD5 5608c49806e52e8976c331de1d6819ce
BLAKE2b-256 2fb618edca6faf8b2c0715f91b86fbff0e529604bf7b63674996a3476800f481

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 100.4 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 062e473c4a7c79344658c0d6eba708984cd76438bfe6e7d71f7d36ab425b8d5f
MD5 2118852850de9ca3170486ed64258f11
BLAKE2b-256 71f807bbf6434dea3b9e1ccdcdee4ce7eed645b287c833f21bc32d0ec62e8191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce1930cd155f38f777d2d7acb3aa71dc9a6209a2fd0ece4e55a3086a902a1472
MD5 538c2611610dea2ee5b2cd4c7c9d7653
BLAKE2b-256 bb67c21a781242b51bdb6eafcc023a9edfb52c2fae0ece4515a2058396cf4cbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ddf0c982c5585fe503873c7fa59d3593cec13ad6cae33aa69a03ecf7dcc5372e
MD5 669be841be22a2215144805a75edf228
BLAKE2b-256 a0d086940a430fe6b446543b5aae4431d26e4d0378ac8f487c3ebb2335e4b063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7b59c80c555fa2a6166de6941aceb58976f70fcff740d451da4c277262f08e2d
MD5 25246bdd920b5a2ee7f1b25a89db1b4d
BLAKE2b-256 7bae24351b266e504bcbb031436217cefaeac997ca457eee56a16a02d9a3895d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39d92ef2f110335e8d5a3eb2dbfd2c713b3f2f692c3f7c48256c3402971660d2
MD5 54c31fe14555b06f17ef2f0bda8a491a
BLAKE2b-256 284a5c971ee6ca5a6b4aae64120363067afcd53010fb45d55c80e7114dd22285

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8415b2586adc1b884f067a40db759e69133786262c7e37bd9beea7adbb880a03
MD5 d83e6fc0dfcbebc3642718d2092d04a8
BLAKE2b-256 edc3072a2345b3bc26e717f3941c2d533d436488795eecd9b667d77c0932bbbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc6c0429c8b70c58e066b18971ec681c6c4d76628f57c874363f3c6e0227c122
MD5 e916b1e035ddda5c0c6332d75eee60f7
BLAKE2b-256 93e39c0799e63ab3ecf36425b1b10158790d9340e20f6f6443d27d731b869c71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f62510c3711a8d073b13f490c1432d7ebbe1c5a68d5f38122289eb99d825cf32
MD5 b64e7d46345d2014dcb84a7e7cca0ac5
BLAKE2b-256 2606bb07439d384f1fa527ca7e901e7af9d7e8ff170442846f4dfad85ef20c6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8f4ff7bd32bf7b6690e26b378fb3315895d9ca314541fde378e507ffcea0cdfc
MD5 dc25a9f2cd3ba2e1ff3493348aaf2b46
BLAKE2b-256 0494b3e640d82aac52ab2438a62116ca3d5b328cd1fa5893bc6b2ae025084538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6befe76502cbb02443589864850e1f38427bd352d6a63ca2fba9e8c65a14d948
MD5 28cd3b671e4a82256f721027250f3f87
BLAKE2b-256 608eea699aedaed01cf6a89cad4bdd81f7c9ff249ef52f72ad33a1b0263088f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 66cdf9db44f3571926978199f855611d4443b37f122f1d04291b2955da742b8f
MD5 cd711f9e21ecc083b60def0ab2961bfa
BLAKE2b-256 4d47723ac5ccd4cfcfa443077565c7d94918b47837a6c755af9053ad0eba7eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79d95c551c982bc6ca55309fa1927fbbce4a11879d2b61c22644c5bafece0a46
MD5 4c9dbb126e954e8016ce9c95690d93d6
BLAKE2b-256 58c7be337de3b6dc9c879d2d47c6273cf283017b996b9414376b924db61d89a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c5cd345c0ed4b07df5e9af644e5a6e0bd03ecd39252633d53ec2042449b65944
MD5 0f3b08901fc75b6d8f3eef08d02410bb
BLAKE2b-256 5b3b0d27c45a88bf11451addbaf3a9948415e20561c1c345fbbbf37144ebeb4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 104.1 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a86cac87d1cd410bd343c34fdfa9fe0c3d8199439b1ce0a2350b8ed86ef81d6
MD5 19635054fb99ac1077baf0df0576cf48
BLAKE2b-256 8cc8ee52d3eb9b2d251c79eed7e250050d5ca6fda111cd5f0c6367d91f2f3360

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 100.5 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3fed8bd029a2012cb69a1d14ca209a364a8db4592ec6f4ee36b96894f25347a9
MD5 abe3f000a47302e3beb703e7e86b3959
BLAKE2b-256 150575a844d6020d092f5b01ce66df34f2a8ada159d9a75c111fe6c8070765fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e21e96c9175911a7b7bd4b92637c2008819165567eefc2c69850b120a163bb8
MD5 f4f48bd916affa85796af30c61765cb7
BLAKE2b-256 b2203eb7edae4da25a391cf633bef3d336bbc6a80991679e6c16c1c51dfaa156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 23b10028377c6c79f7df4d7209ce512ca458ebd99cb0257a868242e04119f698
MD5 3d3d7a05f51c33862541d34586e47b9e
BLAKE2b-256 bbb7ae00ec3517869d52bc7abc42ee55b286bed812e1cfc6480ec00727ca446c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4ed35a1973ce88e7f50d2b28a625a99ff6a5b1b91186ea4e54e3c0ff7e4e9deb
MD5 79c56a77d34b68fc43d8de518d7b36f1
BLAKE2b-256 112d6d1a16282f55f29f48169a6b7c838e35aadb2ddb464158c45b99ca52875e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c41a8cf2710b9d7798aaa54d824888ab82d9c2cfa767467653bf2ff804743cdf
MD5 dad30c8566cec64e1edfed86eb344973
BLAKE2b-256 0e3379a32208750af118615c57da91a78209389c4b9cd9e9bc1af930c70b7550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b64813cab9d858ef7bf488137e6ca077764cd3c451c221be6a43c0cc46a49a4
MD5 8c05c3124ac1a662dc04291a62dbbded
BLAKE2b-256 032e1bd56afe628b785edab5afd351300d70f764797de045bd5ebb0572d924aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d61b3b345e3373f2b6dcbfc3bd434f9de11382c8ad0695c5c2eb41cf596f30d8
MD5 7c9deedef2c17acd6200d66aee51fce9
BLAKE2b-256 7f1fae4a21d0ea40997bb938d37b1a0fcb2efd7fb56374a3f21a99424c927d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 560dd98d6450b5c0d6da4fec8380633a19c051f882cbd9a6a1b1dc24d63f35d7
MD5 c7e9e16d90741105ba930fc37f920b41
BLAKE2b-256 7d1a0cca570cc82092c7008e8dea47b7b5011e2eae729cb4970e43ab0a941f02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 93abb2d0e47a7069c2740eb07da12f634a91e1443c5028f78ff2a94f70dfd2dd
MD5 602d504c6154a2ce10bf8c6405eaae82
BLAKE2b-256 6ce4386653b4dbab8c8196aa78c3d8f68ebb112640bcc86c79c0f4a203ac1656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d8e3725fa3e1a783cc4ee8142d917d49bd69b221ae01432e83002ff066bdb290
MD5 c654251b0ae9856a7f0632e0f782f208
BLAKE2b-256 216d7fa4a4b600ffb78382d59e9a717c01f121534862705799d6a20d052aa8e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5163121037dfc98a54a03b1b87e8213f40067f341ece4651e33583f58b3168de
MD5 8d3e7dc858782713e3d9afab4b41881e
BLAKE2b-256 6ea183aebdf55248b27b0291985a161abaea1c11fb003624d485a0c649b29531

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 104.3 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 63ffa33f667813b8f74d09bbe2323d8a814e58a42a9559ff103170d4c9ea4105
MD5 346a225c1313371483b9212f7b5aa676
BLAKE2b-256 b1ee29d9a29ce98e14b6ad00ff72538080cee50e08e914f97db4a4017ea864d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 100.6 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 779053949b7f85e9e67d10793f3f25b14b08667c6304dbd83919632ab06f26ab
MD5 790afb77ae882f20890dc874690adde2
BLAKE2b-256 2041bc0d6fd14ec73b76c974bc7c2f07e1f070cc37d3a2743843ddabd7ec7408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9953a35c95fd261b24852cae95b5119a63faac0d315d41f3107ceaad79683613
MD5 2a27952082471d5824b806c4c164d18d
BLAKE2b-256 055f91d7602640f377a86e2bdb4390a4564650f2cfb93b9d845ea31a3fdd5547

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ed171f9a92f784413d3f14ed5ff7ba053f232f7b89f182f163fce941d32ad7ca
MD5 95d434dfc1bab9fbadfcbd8a43d0fec9
BLAKE2b-256 04a1a51363e349e7186e8e8803c8a2fbeb8458b55bbaf78cf801efad75ceff2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a3a264124eab0ccfe5f681b9aa018e19999dfd6d55c88fe68490ea7067e30951
MD5 30510194739febb143a0a1a6335d7716
BLAKE2b-256 edb298b3a5c0f85b25b5d49caaf5f521a7dbcc426eeab3858287c034aa762044

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c39928463341d46fca8717fef17fb387b875d4e7bca21aac4f6aa7efa18ff7f
MD5 8c5bde1ba637160e8958b1f214400ee0
BLAKE2b-256 e3d00daa9d8bae1f687374d1fea6e222c7ff476bba739cfefdc34e1ff913ec8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a02d51da618c8d6b5b6f17155aec3595b8a901d3c7680bc6db0511e06448110
MD5 48cf05c78a9dcd426365c7dd8f74340d
BLAKE2b-256 f12aa55bd5979fb86c1731e9602f68c725e3003845acaa876c9b93e56c29dda7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9d9186c6e2625c2e8fef12f46414a6aeea8fbe051a1f4970407d535ca44b3f0
MD5 afc7bfdc5e48b805b7a6ef5c8ecef79b
BLAKE2b-256 733a22a0bb5a730eba16d169f4f925dc66869c111c9208fd3c6a8bf1ce1d0d7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 186e6d3cbcea50827dfe389e27a2c2a1dcb780912f48274018f84bbb195216cf
MD5 ef5049d04da37cadcaf2b8b5cf533ef5
BLAKE2b-256 a0b06aed775e252357a482c0bc872ff5d7715a4833c270a0cc3bdccd350e269a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65ed84cd02d93f8f1ce9422dbb8f127038348d809542cec08a42c48edaea11bb
MD5 598b55bd3f954516ae35e95d48c1b5b6
BLAKE2b-256 f7467c0fce206be86b701b27b13dc70a1d487331a05ef1d33c146dcd8d1c1460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06391e01040979f872d2c577cbc2d15abaa9e3efbe5bafb2c466177edb2bfa9d
MD5 1aa0510ee82bd434b50ea10f7ebf74eb
BLAKE2b-256 ee869f0fd63a31a8b0fd6d162ec72601c177841c419de17854c9b61e2283a10f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 283afe18a7d9d86636482a2dace4ea25be15974cc0fdf41d3204716ffb1a3261
MD5 8f7527e7c5c91183b93d37fb611ae747
BLAKE2b-256 ed30446c5731fbb0929ee03ec975f3d59df746644ed06241aaf77f69d1a3e2f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 104.3 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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5f9d766914ea98d2c9c0ca555db2f05b8118fcdb00ec6de5bf2dfdece09f4adb
MD5 774679e1824a30c61fa58e41704c7576
BLAKE2b-256 383d2323149580ee4dc0b7857cc0b6a964eb97be06fddc75553b64c4fa26b4bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdp2-1.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 100.4 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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 70ab24fee03c4aa44097cbc75a4c8cc53b50f6550e51ec81c4bae5155faf2e07
MD5 c76fa1616c594b5e848de289fcf2b134
BLAKE2b-256 f946748fe9c0fbcfb8ccbdc200e9ca45c7045a237bb9f5d65c582e5c4fdd49b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1db8a1df010eec1f9cf89665d476d5ebdd65a441782eb38ff1fb93d79472628d
MD5 ec65eea9516cc47af2d10f554991b935
BLAKE2b-256 3cd94237f1d29974ea38856fa50e2f0682dbfc347f24e473f721956eebdb88a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58c40a8d427023004458b907e13ba850325f407473f125ec00ffdc658d28f617
MD5 6b99a50321f31f3c8f7c38878616f73c
BLAKE2b-256 6db284c393c5994c48bd15b0ddd01137a4339de40f15cf863ffa81a1f52e260e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ffeb2f600b89f3bcfb72dd594af739f0fcad2c0020a873a5a5c9f2e18bb1fa7c
MD5 73a80d04ec21b0dc65d8d580ac730c50
BLAKE2b-256 a223a71aa4348bf74d0d575cf993219328c4e8d0dd337f3e89508d173ef3ab9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d5cd7ae54188ee5670d66182476d72da4747dd11a23bd3e5d3027091759ad50
MD5 919bb78fdaa0e79b314a501d2c931cf2
BLAKE2b-256 c1d3d1db6cee424e887cac33adba55f5e520c28e2866c09a9548202745172a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d5f6b092968ad892289e75a63fed84fbf060e0fa83cee9b700ec493a1a3feab
MD5 94e969f79a770e67056704bcf7322f25
BLAKE2b-256 8e0b69833b83c61e96caa2555e42ac657308157748b5ea4b2d049331df183061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3663d66232c1ca90104d025d465db472b90dc22110ba8936a15f2d883d11dbc7
MD5 1df8966a43bcd3eb63d627c63a931ea1
BLAKE2b-256 d7ce1ffade8540981aed543f9de7fb6c0ae8c3d208d3af5d22a280d0eabeff5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 013aff1a2f4ba247720d4fff4a1cfc865182a37c5b8f3eb6d1f7bf152bdd105a
MD5 5643d64aea0cd0c085b2c831e8296414
BLAKE2b-256 0da336e4fd5e00072e4f943eee457e4b3af072ad76048cd92c7b58cf6b17018a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f9da6a75490b5cd89b972a0692a61532d1ec7c9021e1a912424552dfdb6d661a
MD5 7df3ac3ce137b4ecf521a87a9690c5b1
BLAKE2b-256 ec231e472e75df34632fd209275ccc6fc775db2820be0913a88d5eb4d63143b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d07e2fb762c888c5f4717ea1b907735a8b0987f7d0a6fcb2cfb6b3025b7f9bc
MD5 0a5ace384c37e35c957cb72c3f627bef
BLAKE2b-256 101e5fdec73ac78cd39b58416d47ede93d550caccbe665aefc21786101fd2222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fe7af39b7b95e700f87e7770a7adfdd5d8ad768a719b5c55d9232ed0f4c20ef5
MD5 c0c8e65a137141e369b06a107f091718
BLAKE2b-256 08ec6f9674c2630f88bda400568b592ec6948fba24d6b5d8b7906a5b42873da7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 679f88858c90e9163913b0efe884a3d2e5fdd94ae2d2340883ddd6603d106be9
MD5 2b6534b40a8320c4fabc8e10448f4a5b
BLAKE2b-256 aee5a623cbf6519de16f4febcc30d93c223b15351d62fc490514c2e49f980dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 248f4234b607bded51dd9dd97c347c74e3051e1bdb9d6d0e57e6d303543d9e0d
MD5 22a646212a87e6fd8d947e96e759ff19
BLAKE2b-256 fcef068590b2962ff9738a09de0c4d0640164c4d5d087a501f3d135080b68332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b45255d3b2c3ac46acef5e7fbbc4279a5a7e27269b932579879b984fa16cd466
MD5 38e01021a6a99e8f560a86ca42c3c61e
BLAKE2b-256 0bdf14ed1cf59e7001e4a340188b24b2d0435acea19944792ea8ff178ec6232a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11e8987926c8ec50f33911fe17508eec511856cbcdf2c238fb60013f37c78ac6
MD5 d64ee912c15dcb727833066803cd2a3c
BLAKE2b-256 1b5722cfdfddf208242ef0fa1152c9bb52d8d475e63d9fb78cb0d0bf6d05bc40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2604e7cfc537d7c949e441840faf4a4edad815c9093572825531aa77ee41f0ea
MD5 df85bcd2fe20a04253ca92f0e4f24554
BLAKE2b-256 9b1dd0a56099289b84c1ccd75e0ff7a5359bccf854c110af370c69da526d6826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0db5e107fc8494344cf1eee4213490bf991829b18b20d5fe644ff6e938230645
MD5 7d1c0a880cc7b671cb9ce1b0571fdc47
BLAKE2b-256 3fd7f842191da8fcc13947cbf5f9fc4a7443f5ab136a6efc3a9be4e46bd7ac9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 12a8f86219e61381ac348e68e2009111ce397550d3e7f2ea6580fed36697bc6e
MD5 da03f51fcad0a7d3c490003aee96d494
BLAKE2b-256 ebca889eca60cafe2543f62d935e1b0ba68db78a8deef75832ee29a3caa94923

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 685e7a7e1e9504433b31024b3158afabb2610d69d2023dd0b2e215d15efc3fe0
MD5 b21a9aa711907ab84b6b966e4c1f5df6
BLAKE2b-256 c358d9954c477544dc9c540651494fbbd5a65116cba356be7e89c84109095b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c730f944dc121af10a7d84bb855416d9922a15f1fc667c5419d599556e2abfa
MD5 619116c6633f5ba12627e70a16d4909d
BLAKE2b-256 2dda09aeef8084d5d820d02ed5282f205d83f4409b65cadac248346aeb4b35c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdp2-1.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a01c3d6cdb2789fbab9cd086e2b7bc2edf1e971bce1eb0f0ebf27ab37a4e7ab8
MD5 bf0049dd31ddc757f77ba3981bfb157b
BLAKE2b-256 1af27b855c5f7bcefee1d6d1d318cf8d2ab54562a1bfc2bb2fdb77a55b38bd52

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