Skip to main content

Python bindings for the RVL lossless compression algorithm.

Project description

rvl (Python)

PyPI version Supported Python versions

Python bindings for the RVL algorithm, a lossless compression technique designed for 16-bit depth images.

For full details, please see the root repository README.

Installation

pip install rvl

Quick Start

import array
import rvl

# Create a sample 16-bit array (e.g., depth data).
data = array.array('h', [0, 0, 100, 102, 105, 0, 0, 0, 250, 255])
raw_bytes = data.tobytes()

# Compress.
compressed_data = rvl.compress(raw_bytes)

# Decompress.
decompressed_bytes = rvl.decompress(compressed_data)
assert decompressed_bytes == raw_bytes

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

rvl-1.0.3.tar.gz (5.5 kB view details)

Uploaded Source

Built Distributions

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

rvl-1.0.3-cp313-cp313-win_arm64.whl (7.8 kB view details)

Uploaded CPython 3.13Windows ARM64

rvl-1.0.3-cp313-cp313-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.13Windows x86-64

rvl-1.0.3-cp313-cp313-win32.whl (8.5 kB view details)

Uploaded CPython 3.13Windows x86

rvl-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl (18.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rvl-1.0.3-cp313-cp313-musllinux_1_2_i686.whl (18.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rvl-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl (18.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rvl-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp313-cp313-macosx_11_0_arm64.whl (6.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rvl-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rvl-1.0.3-cp312-cp312-win_arm64.whl (7.8 kB view details)

Uploaded CPython 3.12Windows ARM64

rvl-1.0.3-cp312-cp312-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.12Windows x86-64

rvl-1.0.3-cp312-cp312-win32.whl (8.5 kB view details)

Uploaded CPython 3.12Windows x86

rvl-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl (18.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rvl-1.0.3-cp312-cp312-musllinux_1_2_i686.whl (18.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rvl-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl (18.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rvl-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp312-cp312-macosx_11_0_arm64.whl (6.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rvl-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rvl-1.0.3-cp311-cp311-win_arm64.whl (7.8 kB view details)

Uploaded CPython 3.11Windows ARM64

rvl-1.0.3-cp311-cp311-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.11Windows x86-64

rvl-1.0.3-cp311-cp311-win32.whl (8.5 kB view details)

Uploaded CPython 3.11Windows x86

rvl-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl (18.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rvl-1.0.3-cp311-cp311-musllinux_1_2_i686.whl (18.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rvl-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl (18.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rvl-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp311-cp311-macosx_11_0_arm64.whl (6.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rvl-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rvl-1.0.3-cp310-cp310-win_arm64.whl (7.8 kB view details)

Uploaded CPython 3.10Windows ARM64

rvl-1.0.3-cp310-cp310-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.10Windows x86-64

rvl-1.0.3-cp310-cp310-win32.whl (8.5 kB view details)

Uploaded CPython 3.10Windows x86

rvl-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl (17.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rvl-1.0.3-cp310-cp310-musllinux_1_2_i686.whl (17.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rvl-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl (17.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rvl-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp310-cp310-macosx_11_0_arm64.whl (6.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rvl-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rvl-1.0.3-cp39-cp39-win_arm64.whl (7.8 kB view details)

Uploaded CPython 3.9Windows ARM64

rvl-1.0.3-cp39-cp39-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.9Windows x86-64

rvl-1.0.3-cp39-cp39-win32.whl (8.5 kB view details)

Uploaded CPython 3.9Windows x86

rvl-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rvl-1.0.3-cp39-cp39-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rvl-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl (17.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rvl-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp39-cp39-macosx_11_0_arm64.whl (6.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rvl-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl (5.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rvl-1.0.3-cp38-cp38-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.8Windows x86-64

rvl-1.0.3-cp38-cp38-win32.whl (8.5 kB view details)

Uploaded CPython 3.8Windows x86

rvl-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rvl-1.0.3-cp38-cp38-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rvl-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl (17.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

rvl-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp38-cp38-macosx_11_0_arm64.whl (6.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rvl-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

rvl-1.0.3-cp37-cp37m-win_amd64.whl (9.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

rvl-1.0.3-cp37-cp37m-win32.whl (8.5 kB view details)

Uploaded CPython 3.7mWindows x86

rvl-1.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl (18.6 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

rvl-1.0.3-cp37-cp37m-musllinux_1_2_i686.whl (18.9 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

rvl-1.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl (18.8 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

rvl-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (19.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (18.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl (5.6 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

rvl-1.0.3-cp36-cp36m-win_amd64.whl (9.3 kB view details)

Uploaded CPython 3.6mWindows x86-64

rvl-1.0.3-cp36-cp36m-win32.whl (8.5 kB view details)

Uploaded CPython 3.6mWindows x86

rvl-1.0.3-cp36-cp36m-musllinux_1_2_x86_64.whl (17.6 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ x86-64

rvl-1.0.3-cp36-cp36m-musllinux_1_2_i686.whl (17.9 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ i686

rvl-1.0.3-cp36-cp36m-musllinux_1_2_aarch64.whl (17.7 kB view details)

Uploaded CPython 3.6mmusllinux: musl 1.2+ ARM64

rvl-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

rvl-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (18.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

rvl-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.7 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

rvl-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl (5.4 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file rvl-1.0.3.tar.gz.

File metadata

  • Download URL: rvl-1.0.3.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3.tar.gz
Algorithm Hash digest
SHA256 c7d23f32ea6dbd40a4dd79df742c68e1b257519599ff58bb387549514124c239
MD5 eb365c80fa8f0a4971146b10839f2949
BLAKE2b-256 0a0c6d9be15cee58eded3ec9e1a89e7387a32239a39a37ecea0ad46ccc0a5e3c

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b80eb2840db667c4f69ef8b7ba0aaeba6d71852df37cc5a730f04ed7c20f1da2
MD5 d772f25645e30ce572de2d02ba8fedec
BLAKE2b-256 59ea6340fe8716b5ca93b9b3c09c46b01f649262f3f5d304e3374be0c73a1233

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a0b442db18878c2ba872a2ff9feab383d010846bc6f51ae8ff643525a292c165
MD5 87a06236b0ffc16d63035fc1f7749952
BLAKE2b-256 fe62275e27a704db0a6df6ca9a81c5e2102e6c13666d15bc5517faa6b0aec17b

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 01197ecf657b93e434c3a79981332fce87e63116bb12f3d050b0367bff04c16e
MD5 e47a4ad89e14f77a797cb53880c9ea26
BLAKE2b-256 7f9efd39d4aae8d70df40801a7c7a83fe5618194203fc1bd7db8333f80806867

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 793b7d6d830263e5076b2c04327f2f6f1a2b899051ab26f89a964b74d2f9c8bb
MD5 6898eefd9eecadc19959a06ce345fa03
BLAKE2b-256 ef85bf1e2be535ae3b4d87e45ccc10a6eab2e1c27cd2b6b6ba0e59d7aa3dcc44

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83fdd5830c9c1be7d06fb6e77ac17ced56fef9e5264dc6123e86628b96c0c9a3
MD5 1deea7181cda533519b3692ec587fbe1
BLAKE2b-256 6f9d271d335048664a2b6bd17d5e88f69370e2c7819e3d89d65ced97f255cf9d

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89c11cd7ac52ffc70a4274f2a254f420299c4416f0c2278fd541070d30797b99
MD5 209ce915a4c7a7ce9514e8a792ad8252
BLAKE2b-256 3c38b7d8b29eca69652f28ac0234b3bbd68b45d03884e560bac8c764d32dace5

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ab8462e3dd0f27dbe6f257a5d159ee916681bbda757bb740250207157462cbf
MD5 4954bb5a2838095c5db90e27e8312b5c
BLAKE2b-256 bf05fe5b1e13189e4664303a546410d4ccd1f84616479e641319d6d028a5c3d6

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d9e33d4eca1abab098882da4d86d2490021046688044483feaff3830c4e2a561
MD5 fbcccebf6c3e460ac8f80b8baefe126d
BLAKE2b-256 70ce99bec21fc7673d23b72ffb5f38b8ed7cc87cdcf80e832991552756acac7e

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b902dde9ba7cac3f78706cf2e09bcec4b372fc075708a962590ded311f43c955
MD5 bb264f1fd8a0675106a3d548dc3af7ea
BLAKE2b-256 b9d51c9c6819ad2e285473d7b9e064bc04a00db99afa9a87bdb603d11447a46c

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5bda0d7c17c77505f6262350ccb814a608f7f0eca2ebc3998d4f6f6d5242afb0
MD5 40c9f895b8f3844adc9ecd4e424f3524
BLAKE2b-256 c3426653b08ab8178b2de6527e858e5b315bdfcb092e5d3f5d4e1ecbf4313f5d

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e9d6ed340ebc61f19a17d90a23546f9a9465dd5ca99c61c74e61d7feb994c237
MD5 e9fc5ab0404b2611590f384e7b4b2a59
BLAKE2b-256 0e0e1bf1ea9cb6e877432d150bb78cd923053ba41e6f8e38f9d2a6e3540b6f52

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 20c2526fee5260e2a452c0fa92272dc17b3eff2586aef62d214cc37125ec91c4
MD5 bb98817ac654151a9d7f6590db4d28ad
BLAKE2b-256 c4970759fed32fe547bb55e3047ca072ced9cf452618004aa81ea67ae14e7797

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e5e22c06a23c4bafc91c2d87431ccd1955d76c249829a7cb040b4845d0e9b9aa
MD5 4e7730ba0a0e2aa698c90f15bc45db91
BLAKE2b-256 6bbf941abceb0e5e6e8aae7d2eb72588189a163c8695630df1ed0c4bfb5459b2

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e74472445d89da45e8feb791c3aed0044927a6d45838556ee8911802bccb5b33
MD5 06fb8424966c0a7c61902298dac4fd49
BLAKE2b-256 10d78db501cf268ac5d92f99e7359674c49a274dfb44ba6f650448d4de50cf0a

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 475695169b69e8f905d12a99d6d3f69c30c6d4c446e54032538be4891ce0b97f
MD5 98e772ed26533f3bb455c4511be5b66b
BLAKE2b-256 9161f3c947cbc8ca47f6a98ae0787e62cd9f3aa49237960de6e68fd8a7299480

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 18.3 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c7c67d45d83698556fb1d38aad40e1fc28d491c582e3cd03f8b109360b356b5d
MD5 f5f3cd7b4797afc21467717c68542803
BLAKE2b-256 ff53866baaa1911e599cc196d2c709eea2371eba169b7ccfcdc6879210e1a770

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16bacdc520ac1b9871941abe72621bae3c84e90565122413d5490cf2ea9b1f3b
MD5 4adce88f4378af667281eba1fd9972e3
BLAKE2b-256 aeb030ed0cf92b2f6c6e26bc050cf9627e1eaa4ddcdaa2d6ab49be338a6b7142

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95775303f72fc88727b5206e299f27a0697591442c6f49472ff1a3a59fe964e5
MD5 e1d489205ff4ab96c982c5be0913300e
BLAKE2b-256 371633caf08ad5db90f40ee5d5b624c2d4d653e473ee3b39c7b820a7eb99dabe

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00276a321900bc5f33cd3fa79f82363af24e6f422a8c2a63d6aad015c923f797
MD5 0481e25aa4b49bea04e220075381010c
BLAKE2b-256 5040e6cbb887ca75869daf9cbf537ef45744e7e8c51b58427d33ad2c02710da1

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10c001e1e840ef47a9ec9a21939a7b6ed28d09234ac80112038a6713f59de512
MD5 6c09c0e61f72770c9a05c90371b619eb
BLAKE2b-256 2a2d5fadd443f1e60f1ea74449a560a00f298f7d182581ca62e5490868a69e1f

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe259575a3a13cb12476b422012bf466063dc02d0cd2e1ed784b832d65203f9a
MD5 bf0d00ff8198dffc9a9a7aee68007ba2
BLAKE2b-256 a3bf8343150dab9222115ceef0427cb3555e7a038f9db43d17426d3eb55467b2

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 986f33b0df0ae80b8a0a0a2d0195b84580838334ad983d1f8c8e203ee2831cd7
MD5 75ff76f012cf83a44c39356fc06d1039
BLAKE2b-256 9a71faff465baf7a8f59607731693c923a32b51739ad57c8c354be6e7fb35860

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a838201e7fc076afd84d224e2b0b7432609c38412fe9d2960a427d5ccc323145
MD5 5c5023c93ddb7ed42b708256b300e6f5
BLAKE2b-256 87366348b8ae2a0a651b2ca53b47bc2f3f4b3d1af24eaad41867403ced0a8cef

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 620fd0acd3ee6851bbc6a382a1eeee32f408093c1527cc6c97559d98094a7b82
MD5 494216cd0c644f837799e888352853e0
BLAKE2b-256 bd5a6752fadb9da42f29d2ffd382450e25f247e72334895197ef50cf7bbd60f2

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 365e589d218d8fe4791bee8e1784e2e14d8ebd38f415a5c821ada9b00ba83546
MD5 b44ddb7b3a7fc8c2e95b869c1ab1f3b2
BLAKE2b-256 9b9d5f49ed78e815349e8a69fa39a1c7b82e328dbeb9932143b20766993bfc1f

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fa62ee55ef1f0e5f9a45523acedd8c7d353c71ad99f707019229ddb5214666a
MD5 727e1301c69776f328c40668cc468be5
BLAKE2b-256 8a4ef1af814339cabc4a8bd1f0ee61c2b252a72eb53486f08f8a820055932553

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1bb1f798d595d9ccf7e2f198bd03615bfa844b55dbf4ac177129e70bb040475f
MD5 f9a20c4f831bffd806ed68d59059aedf
BLAKE2b-256 89a29f9a076ff8c2f1b6f66dbf9509585e838febf1e6d2a9314f77d614995fe5

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 455a242aeec13964164733d62c1a7e23695d24696379ec2d4724f7ca9bf187ef
MD5 dcc735f2f9a46fb6de467d41cd2cd08a
BLAKE2b-256 c4e3d118fee3f5ed9ce3edf949c660064fdc9fe34582d2fb4af276fc1ec4f4b0

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56e5721f5b830f97f1b422a1bedf08d9a200cbb523f5e4d9419685626979b602
MD5 39db5a2146f3f5964dc02b4a4869a64c
BLAKE2b-256 c10fb56487cebae98f8827162af9eeedbc0eb11b08b995e3422ff3dc38b91a88

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3284a16bbd8d6e9013e2fb14365df27cf936553c4e390c9bbb10514655d2ad59
MD5 5b7cf2fd82768cb9ccac3efa87cfd830
BLAKE2b-256 5c084ec8288b5a16ae2a836082eb37aed5dd107f758f4ec4a4c8fe4787060aa9

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f06a788c7e3262772158b974c224a87d3c4286c7462016e51469c36fee67199
MD5 5ea612019d8cd0c1be8781a6649b7b19
BLAKE2b-256 d511da66bbe5905f5a55e148b31c003e1ff18f38edbf70b210ff4c6f67da26c5

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5650aeeeff7cd400e6eb52cc2690034057b74d3c84a0fe1c6353ad279dd367eb
MD5 3ab12354f40f1209eed23e446933c2b3
BLAKE2b-256 b9a21877a005e0f65a8fa83188dde4f4addadf878e01ef0d511c202a9ab77194

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33a2044a93189b231ca06965cea1e88158db39b464ed835ea1f99b875dc01606
MD5 494e9506a84598f0787ae365ef4953d3
BLAKE2b-256 57919fe890f4f2d30b3cad1da3aae5f04b1f186335f672fe2eaacddf8a102a2b

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 c2a3420634c222f564d0846b3ad627dc0c005effc3c8fac82baf0f0ea45d7a0e
MD5 5a2a8ea0421e13887e4eda5ca068a6dc
BLAKE2b-256 f854512b44a8629d569f8d083337f5a0d0ee32d629e7724bb6bf1b16f055f237

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 97ad54c563fc9d239b46dcd86e8c137d7ebf978c70a32dbe0a314aaf0c77fd2c
MD5 ab8fa2abfd5f9c8dea7fc693d5e629d4
BLAKE2b-256 71966646347f0297fecdc4e843d9572710949e05a2ed4a91787867e49ba0a3a4

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4516d84d9ad1c5cc31ba12a508226a2e2ed53caa4b494c4253888a1206a55782
MD5 a2501952997e43d40c195e3a0cc50279
BLAKE2b-256 2dbd32024b13e2b3abac58b94e7a38bff7e9682a48682e36201b7d85de610914

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29f71f4555620b1b6fbfc2b9fc5a177b1364ccc17090ba0a6bbdeac1f5409e66
MD5 dec88aca5c39ff66a0f1c6a0d9dce1c2
BLAKE2b-256 8ba0c971d51ea5eb879aaa186e4ea8e31876360cf4cdfbcd0b79569cd5c5077b

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54b20becc19d9f1314423f0e66d64325427034c1cc09e593586752a8b8f3158e
MD5 507ffd4b7d23fe147fed8d4b485f3fa8
BLAKE2b-256 022f71927e41881b635a4f75faae94fac7efa255c806f65e921be8483de32c8c

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff9c640e61e0890aa612e324a073647476ae0952495f2ccd48e6c96a8536539b
MD5 0d7b6a29e9704c03f6cc34d94038dab3
BLAKE2b-256 f3bacc42ead2db77a9963dcc6c6a6ab9561c34d723b76b08c2d8b97f01cfc0d1

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2cb871cacfa68e0f7ba41819401eb279ca94298745ca66ffe5bcae564a221df1
MD5 a524bd193b765609343c6b8ee01be5ad
BLAKE2b-256 2e103f947a22268f970daa29eb396080b4f03f80c1bf40bae9021ab425c96e38

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 298e5b7f111aa0a6ea4b91b7f1e2be12bece7a230cdfae1d470a5bffb99b949e
MD5 4a62403387998897eb2e7ad1dff2ceef
BLAKE2b-256 ba7b84e7ab8b351e577437bd50e348ddf3cfdac811874e0f5490cf85701aeecf

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5675f0cda131c99ea37bc74e6f22ac80590d64bb04fae045e665ea02437e5729
MD5 5a6ab9ba42b9bc093e6a88dbfd28a241
BLAKE2b-256 724271c4b82df4587901230322ce1aa1677e984d615ba41e4c21e2a195e17d4a

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8cc32611a7ab03847a4281c5807cc7f7972d809f19195ba8cda3852e153899c
MD5 49958880e3073cc0d0d5b1409ffce7dc
BLAKE2b-256 351669e9903cf9d9d68e8f6feaee36ffbc25e0eee5c37efa972a3e1329ae684b

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 73eeec32dc598e93ad4d817a22ddea6f6610b0666646c5e8cb5b53bf92c5fd3c
MD5 f64cc86aeef642b81b971c3f3aa9f459
BLAKE2b-256 d2f901c3821d965bf5f56fc367367210dd4323d8a2fca567b13d942d75dbaa21

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 b24f4446ae1be035370d54f275df2dca122c2d3738c476ca35709d5964f6a877
MD5 712b2b0eaaad997209590dac999703ae
BLAKE2b-256 57df447b873bc5ee8640b890fbe623471fcdcb95abf3b29765a5c870e1504d16

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6a59dba9c823f1d1a23cb03fc9f6e9287acd3b6ba872938cc077a1147121c91c
MD5 fb3b173c803791bb9742bec4fb1f5ef1
BLAKE2b-256 5d79265ca42c22846b334249f570c00c716e9df6fb38e32679e4fd5caf6744fd

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 adc4b5c8acf2538fde1ff8e721787ece1da06cbe9b145972bdca51d6935faf01
MD5 5b80d77551f48f1f1af2bd474a724ce3
BLAKE2b-256 e23f873c8f6634840eefd0dc6d91803464e6159307620892c7cd7d73801b27fd

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6ec7e7551f5aa4d8d2f6be4ad5c664321a4eaa637b09cb91c15f44e67a1d1c0
MD5 c27cf14505277d8c44fb79bb6774c2c8
BLAKE2b-256 0f17f202b7099d887fc37019815da9a248a7b7c8c119b6e4180d8cba15b8eaaf

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5239b046f28e24f6f80be8c511985486383bc0117d13e529acab6b6cd5b99833
MD5 aab3017a330577548e3e67ae89043c0d
BLAKE2b-256 b072c75d89ccfb5a1a0c27299ae1d4bba49fdb42a60ec6fc8dafdf16a9f7c653

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a619608f9d49729278839d6cceba41808336d1b2ae48891ae96d065881a4fe4c
MD5 36649ed200f065ce7ad31b852679ab6f
BLAKE2b-256 6725ae0a8585a7a499e34c98fcad2c90a7174ec9608ccefc485f607f2fe9a87c

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fea535f403d961262f456dfc3416792db221b286f99e6411374dea13ada8c04e
MD5 47a52f1db3f3a559251ba691b17e2529
BLAKE2b-256 fc429b6f88e4ecfb0b5a652696e73397ecc7bae89c3888391b0373612e6cfff3

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac3d17a02a28acefbbbb52416810da6cb9eaeba9841e774b7198dd296161f179
MD5 48c371e1ff2c0902393b4680a18bf882
BLAKE2b-256 32298138ea19ec7a25dbd787ade9b81b663b80c5edb72e2b7c88907ffd25e406

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 044f9d61a5e02dabc49ce4a79a128ebcca2c25d8f5cdffd6ced616a097c9dad8
MD5 4e2592f7a8551b4a3ee395d31153a616
BLAKE2b-256 ce68282b2102f0eb50fc405566565f57f8e2ba3ac975be7c5e8209ec71299cd6

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6884b49ffc3c2f328585b4f424871232193c590254c49128efc32629a329001
MD5 faa9b0527350adcf2165750c01f88eff
BLAKE2b-256 6b9b1278bdbc2909a8982d77eb483c47cfcde9d6731577440393e6cc34989272

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8330d037a4d9668ccb57f9e3d343de23905e7c8d651c8f7a7570b34723a3d35
MD5 81c8a7ad5b0235cb7a6754e3566629c4
BLAKE2b-256 38f605109d3a4f86d85f5db1b055bc5eb66f25ba3e750961fe15f10626463143

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e909bba563fc6a230cd9560f46dd5b87710a16a6c8d6124cc08c689bd46f807e
MD5 5333bfabf494dec8314edbf9b6e1d718
BLAKE2b-256 e606f690c43dc4190cea945b4cd342a2aca6393746d5eb9e8818da5907005f19

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 26b8cc273c041a8f7c2fc2f015aa20f732a42026efccb7eb432c56071c120046
MD5 545d0979b441e20c881e2664586c97d4
BLAKE2b-256 43e495faa9e20c3f76375f92edb5d70e03ee6f6aae26e3ee77b7d7a550a9b4ea

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5633571f91c16bd417f3e7f87ebc7dcea4092968ac7c569fa0174ff45c21fe15
MD5 b77f32317d12ff65587fdbe78a22aae8
BLAKE2b-256 79956570dc066bbbc6e7e8401419f3c91ff73880d4bcb32cd8ecc18750b4a19e

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d2d3b2e008a36df42d4024e0c1b68bf17f8e7e3727527d58741f76704b4449c2
MD5 9b36b8736be6eaad014dfa10008a30aa
BLAKE2b-256 f045018114aa5a1ead207a48f46518dc89d5a65dfbbae586217ad1c7cafaf0d6

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7fc7ee9bf7e353265fe071d92db7a628ca25ebb88f8ce91899ab0c28f3b3ca37
MD5 459378ed7defe6e5f11d32cb5790fba7
BLAKE2b-256 b6af0004721c1c7be1a7b8102bd8e9feff48a9d2915d5c1f47e2afdbb4bf2fa3

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bca5fa36feae7365e52e09a38f7ee4b791ce00980fb09f1b6e33caf3a7eb15f
MD5 afbe0f7f20faf04c612bf95b9d450cea
BLAKE2b-256 adf04f57779d722daeb4a57fd721d146137946aee53fcea0711e4239c80aa94e

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f72b225a27132a140f88cd09f0ad63b53850d33531792764ca830883d748cbf
MD5 fb2ebc62b1753ad0d9f34da254ea649f
BLAKE2b-256 86c65fc46aad37087571ea434d2c5be5ab4f16dfb89367588e2565f3125931f1

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfe2a8a9ae1a1fea1cb831c76e762e94b4718cc82f683f6fdb3f658975537abf
MD5 29ee12df029c3ecf8e7943e0c9e424da
BLAKE2b-256 e897de1f169c9647404b5a0251d9859910f96b093fafd376c99a78a68d32875a

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 6.0 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8ebf00486357f887fd1846ffd28135a2495420ecc2aab8e606233b63b526025
MD5 0e582191bb120e46cba11a433f85209b
BLAKE2b-256 0b29c51ef99788b859d89aa3db7b5d12068034c8b8f1a60f000185977d2399f2

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be2c8f50a12a4b47f8fb2d0d85d9928e34d5e8cad5c2a990463348e9d670e143
MD5 78007ac16f1500e243a949567c494370
BLAKE2b-256 f96bcbd53dcc7b08a33cf26a9bb2384f4f1cd3066cf1dfa86dcd3b6c61513d0f

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c7acf1096fb8b68b54f06126dd422cb94fa41f750489a0789e13b1f31bcc9c8f
MD5 645299185e16b02fba88d362c9bda804
BLAKE2b-256 2bac04447a2fb7dd95e62ff7eeab9f75364314dbe8d4b7d576275187c5d2137a

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0444acf99df582bbbf7cf960dcac08479ef13c70a800f311a3cbd72596f2ce7f
MD5 f2c7cb4fe6c4bdbe42487875e5068e5a
BLAKE2b-256 2b0c99ba27ce7c4e2cebe4ca4b97e11da8ef6b68fe9b5d49cd13022cc387352a

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1288f1519ea4cd68b68ecff04e44289708999188a580a88a433a9fc495515be2
MD5 dad2eca44b8f059a1489f88e2578fbe2
BLAKE2b-256 5039ec7977dfd546c641f768eb65f89d70b2da03c2f6ca7859f145ebe28d9193

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp37-cp37m-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: CPython 3.7m, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de7eb9d090f8464af16b4946c6e593ae6fa1f8cde8f8ca9f3608a6272ffc017c
MD5 08b99f2f87661cf844a275056d0956ef
BLAKE2b-256 3c0b7abc9cb57b7283e6497a9021d05731b3e69ddfd227d78b42198bce8dd3ee

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60fbea99f502f74e9fe9b26174aec8689ca07fed5c9d2ac7bef3a9b2b593f449
MD5 f12f08ce9507deb34350899799e8d549
BLAKE2b-256 bf976408786d28be54d1e0090fcce2476534647daafc48bfe3a821b9f82f83db

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b65ed242c933ecd002a1618525a09f6c89394cd94fdeb7b8e6246a76ebe860d
MD5 adedf52c995511b7eed25fa41174b018
BLAKE2b-256 178aafaf39c7eee134a897edbe175ce1f76466f578a7efbf15529adbf0156f0f

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 093716a39f966028f1ee7db89502768292101e5483ebda4d98ee6c20a5fec3d6
MD5 0b26606cb52ca6184d15b75c547efc4c
BLAKE2b-256 bad5f3be3c9643347e7fa8c7db6cd33dd4067c8f930f79ccd3d4cc203dc6a410

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b564d9bde868f0380351cc94a507253a5573386645df14d91af317812fac235a
MD5 6e55bf05657d1d17915eba97b4592c0d
BLAKE2b-256 be30c1e91b09e312e6f7d7b18ca8b5e19d14d571f26cce17d44bdeba7a51fa1f

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eb0dec72c048d92efcac868214b99422a6562e6bda30b69dd5b413226eda7fdd
MD5 c8d3cfdf2a53430565f89d7c3eab5200
BLAKE2b-256 9a29e3aba94d5704aa9ab9a22a98dc4909e041407d9fcd36222e8fce1f5f7027

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7ecac14a36596b6a443bd42423e86452d46fb333937dc45d100673870cac8909
MD5 ff8c4467994ae8fd0df2801712904408
BLAKE2b-256 21ad27ff0b583ff6937a901f7705c8f5b1433f4420ae9068cc1d9301f3d2419d

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: rvl-1.0.3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 35d68a9ad67175d49a10e7b2bc95a4425b3d52041871aa86ab8caaad4bb3656c
MD5 652c2fc1a374044028f112fc61013066
BLAKE2b-256 ddfb3fe571099dd006a88c139b4594ae81495cf09e9c00da88b79da402ec5cc5

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp36-cp36m-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: CPython 3.6m, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bfa35d688df3f9459fe87f86d98d791945bcb2917e02be6fbc90fb3e8aa605f
MD5 e95f603d3cbc08ae084a7dd749d537b8
BLAKE2b-256 c0f63d537fa80e2eece2036b1ef0043a13768a5eaa0c5d2138e9f07ca3a0b4e6

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

  • Download URL: rvl-1.0.3-cp36-cp36m-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: CPython 3.6m, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f3d80c3713db3b1dda6afbda7924a830c15ac185d0bd773573f7667b2b7bc8be
MD5 f633a91d0cb8da52038aa55428f94ef0
BLAKE2b-256 f46b1e3a1519240b4a424d3849e827e8e9baa8adb874c4906da57f6a6efecf07

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 550a71ad28d2818ad0ffeb8bfe57898bef6231cb1f3c492f470c41a842250b00
MD5 0b61ac395a6657af04ee07ab4ffc4d3a
BLAKE2b-256 2c1f03c60bb65459fa40139263b49d8628dee0bab436b560c1f1e86811bf5963

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fad92babf3ae99e1b6e0f61639fb50f9fe8bdba06fa3ef67fe0737eff884354
MD5 f7eda7a4303ac76243085835f80ab6b5
BLAKE2b-256 b01f08d95584581569f9d6ddee03eaff396b0540fa1e8f1797c64e52157c800e

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 243df713a10d575e08b5aa3b408b0d2d7085b9fe7edadf1e517d17a37dd2f18a
MD5 71a469542f255b44bc7277cf86cfdfb5
BLAKE2b-256 9981d832c852616b29202e3f3aded6141c0cd175a56e868e8774fc73efe509f4

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 caf42d3e0bb55c13b542f7b420e5321f724f503a094784eb0922e006db89c9a8
MD5 3e3e051ffc9c468ad5541c57db05d7bc
BLAKE2b-256 0a75113e116f54db11bafb87c086e94d3d4dd69cd0f4d747b0a6f761534d646a

See more details on using hashes here.

File details

Details for the file rvl-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rvl-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for rvl-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 52d48702839f45b5cf1fc54a2b03e01d8564f7b22e9c00de343d712b8a281f5d
MD5 5b111e60f719abf2735f9355a5a84b9c
BLAKE2b-256 34ab3024b0694f5bed3de782a5a69a3457038710eaf0d4afd6856b7ab619109b

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