Skip to main content

Reclass defines a syntax and directory structure for recursively merging YAML data sources.

Project description

reclass-rs: A Reclass implementation in Rust

Reclass is a library which defines a syntax and directory structure for recursively merging YAML data sources.

This repository contains a Rust implementation of Reclass which is based on the Reclass fork maintained by kapicorp. The Reclass implementation provided in this repository can be used both from other Rust programs and in Python programs. The reclass-rs Python module is implemented directly in Rust with PyO3.

Please note that this implementation doesn't yet support all the features and extensions which are available in Kapitan Reclass. However, for features which are implemented, we aim to be compatible with Kapitan Reclass.

The implementation currently supports the following features of Kapicorp Reclass:

  • The Reclass options nodes_path and classes_path
  • The Reclass option ignore_class_notfound
  • The Reclass option ignore_class_notfound_regexp
  • Escaped parameter references
  • Merging referenced lists and dictionaries
  • Constant parameters
  • Nested references
  • References in class names
  • Loading classes with relative names
  • Loading Reclass configuration options from reclass-config.yaml
  • The Reclass option componse_node_name
    • reclass-rs provides a non-compatible mode for compose_node_name which preserves literal dots in node names

The following Kapicorp Reclass features aren't supported:

  • Ignoring overwritten missing references
  • Inventory Queries
  • The Reclass option allow_none_override can't be set to False
  • The Reclass yaml_git and mixed storage types
  • Any Reclass option which is not mentioned explicitly here or above

Documentation for the original Reclass can be found at https://reclass.pantsfullofunix.net/. Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can be found at https://github.com/kapicorp/reclass/blob/develop/README-extensions.rst.

Prerequisites

  • Python >= 3.8
  • Rust >= 1.56 (we recommend installing the latest stable toolchain with rustup)

Setup local development environment for Python bindings

  1. Create a local virtualenv for running Python tests and install maturin and pytest
python -m venv .venv
source .venv/bin/activate
pip install maturin pytest
  1. Build the reclass-rs Python library and install it in the virtualenv
maturin develop
  1. Run Python tests
pytest

Rust development

You should be able to run the Rust tests through Cargo if you have the Rust toolchain setup:

cargo test

Linting and formatting

  • Use cargo fmt to format code
  • Use cargo check for checking that the code compiles
  • Use cargo clippy to check for code issues

Benchmarks

You can run benchmarks for Reclass::render_inventory() with

cargo bench -F bench

The benchmarks are implemented with criterion.

Testing reclass-rs in Kapitan

If you're using Kapitan, you can test reclass-rs by installing reclass-rs in your Kapitan virtualenv:

  1. Install reclass-rs in your Kapitan virtualenv
KAPITAN_VENV=/path/to/your/kapitan/virtualenv
source ${KAPITAN_VENV}/bin/activate
pip install reclass-rs
  1. Patch the Kapitan package in the virtualenv with the following command
patch -p1 -d $KAPITAN_VENV < hack/kapitan_0.32_reclass_rs.patch

Please note that we've only tested the patch against the Kapitan 0.32 release as published on PyPI.

Automated package version management

We generate the package version of reclass-rs from the latest Git tag when building Python wheels. To ensure this always works, we keep the version in the committed Cargo.toml as 0.0.0.

We generate the package version from Git by calling git describe --tags --always --match=v*. This command produces something like v0.1.1-61-g531ca91. We always strip the leading v, since neither Cargo nor maturin support versions with leading v. If we're building a branch or PR, we discard the component derived from the commit hash. For the example output above, the package version for a branch or PR build will become 0.1.1.post61. For tag builds, the command ouptut will be just the tag, so the package version will match the tag.

The version is injected with cargo-edit's cargo set-version before the Python wheels are built.

See the "Python" workflow for more details.

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

reclass_rs-0.5.0.tar.gz (76.9 kB view details)

Uploaded Source

Built Distributions

reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-cp312-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

reclass_rs-0.5.0-cp312-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86

reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

reclass_rs-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

reclass_rs-0.5.0-cp311-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

reclass_rs-0.5.0-cp311-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.11 Windows x86

reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

reclass_rs-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

reclass_rs-0.5.0-cp310-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

reclass_rs-0.5.0-cp310-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.10 Windows x86

reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

reclass_rs-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

reclass_rs-0.5.0-cp39-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

reclass_rs-0.5.0-cp39-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.9 Windows x86

reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

reclass_rs-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

reclass_rs-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

reclass_rs-0.5.0-cp38-none-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

reclass_rs-0.5.0-cp38-none-win32.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86

reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file reclass_rs-0.5.0.tar.gz.

File metadata

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

File hashes

Hashes for reclass_rs-0.5.0.tar.gz
Algorithm Hash digest
SHA256 afba73a352a99a738e760c223c346589767e22df07736d6e90beb0ae847babf8
MD5 d35f57eb21aac99181bb1f156a2a5755
BLAKE2b-256 e8cdb7cd1e312506ebc310ffc8eccc2e436b30a4847e8eb50c1a6735e0e235ba

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e20e20092a9b074b13592f4c6e7f02a68c20e3ad6f0bd35b3af5e96b922b545f
MD5 c3f49bb429c35a5bd47f922c3e9bac7b
BLAKE2b-256 fb7bcbae6e06a33d32d90f4d26c086feec222ceccfc490627f869e0078c7c107

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 18169857dbd8419ac7b5e0e8c86a230901b8bcbc5e25d93d27912e00c690a7e7
MD5 cb7263baf73346f748b31808c8ea9b75
BLAKE2b-256 8ca488028a4621cf35aba6c2b19f6ddce178d2becc0d9cf3284a3c58db546fc6

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1c3496428ba4837676ae1088153da9ed6275dc57b802f78838147968baed6f4
MD5 39a80c3850deec63e7cb025e1f5f4dcb
BLAKE2b-256 5ccf958e0a2cf20a908d5afa64e552715a314fbbc1a97ab33961155fe1cc70d1

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07cd36e14a2a998321e0b23e61f6aa9b0d46ff0158b55f5269cae78dbb61c052
MD5 ac1f26df99e4ff20e3a2258284bca790
BLAKE2b-256 f91329d11ba4b7fe8078421db473694d70277d0815689dadc2288a2531814607

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3741965729bf3439bc9fa63920426eb028eaad60f2615875cfd055110abeb94
MD5 d0be8d94230ea2ac1ce7059ba0b5d2c1
BLAKE2b-256 6e82d6ee049b3841a235aba4ed4eb5b68c8f3689302416a448fcde64f5fb7669

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef377173244955f17d70432abef68a37a25521ad88ff1d6c51e66f28308dd6bf
MD5 63754fa6407531b7b7891adbab0f62c0
BLAKE2b-256 69ac258d7a27a6c9a466196fe0de6ec666edb8434674ac809cae310113824c2a

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07864b9c40e176f03bb6117efda5323831b3262a6d3d2b8cb55de6a3e6421dd3
MD5 785aabb26831922f2a6aa1cb121df5ca
BLAKE2b-256 5c1d15da756404607488c5dfa0ac623fdf11202cc7086d26539fcc46e1c9351a

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a82e42022bbcb7a787700bf7121a0e7737416ff744a54b8435fa3671e5d6d480
MD5 96f62a9e7d4686db0e7ece3b6da936c3
BLAKE2b-256 5f6d3b757dae57fc923c236eaa5ffd93908b066db9df47c84d9771fc61b71f50

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b72a841202f7623c8fe49186ba768c466286ad42f3879cd569cd82c8b4a90011
MD5 e340e7c9c1f717e4fd971f71e2e32bd2
BLAKE2b-256 2fd40a39b79d897d5755bfa53339ff9dd59af68f4877bf81f72eccc7a5ed87dd

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63676dd228f331023a83d7b9442958b36e02bd48889c60da877b6141e5f1a9c6
MD5 afef0cdb0985e35fd41873ec399cc204
BLAKE2b-256 81ff6202dce78c9af79cea86dd5df6abdbf41f792fca8481d48f7b258d07e178

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 13b891fffc255e0cc7055857df9598dd6d8c9cf6fafe735f4bfb6ffc487994d8
MD5 3e4d37f3c4a2631691ba7a4f7d6b3495
BLAKE2b-256 4a88d3e32a014124882cb0f7240c91b623379d7118123e99beb5d63a8f786fe3

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53cf888e3165fe70b3d74efe136fc5a0e5fe3f06a9d4a422e06d83a26e8bd1ae
MD5 7179ca59cf5281080e15247042735e76
BLAKE2b-256 a66af51493d8c21efa5bd10a19882030f9665a25affcfe87b2faed6f5cfb062e

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c4fef3e0ea2c52934fa7ef46608676609e59a78ae4a72e7cb0b8023461874776
MD5 35c20b42385b52b19b4da45aa5fe47fa
BLAKE2b-256 d5d907e4cc793ec03ec7fccb134c24d342ab6ca0d7e49e5d9e01c3264c8c0fbd

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7eaf0f0b9eae770e42bfb10a84b66abf99aae3ad7c2a51a44004283587722bc3
MD5 32301cace7de346a5b7b3dbf3372a442
BLAKE2b-256 f1d63a4c22a87fad4b311fc0b42fc385ad19f877c3c6b85ecf08648012400cc7

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 10e50f05fad937741f0a598e7265299338a7b413054eb36263b81442aba6ee7c
MD5 1755badd65e50b020045588cfdc018a4
BLAKE2b-256 1789e8208cf087c3c26145427fe6b1d6d80a35fcf5cbc5b99653e48aa612e5a8

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa5fad27333c625292cb5f3ecd63166528e35dae1be30c67d86b3910ca9ff0a3
MD5 7e289dceca750a61182fe5e20ce798dd
BLAKE2b-256 22e4bd387a1bcddf81dc6e3918b95ff58d2312f3e7e3fd6bb10e61c4316141df

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 4d9430bbd1b8ff57d5a1c3a1558424dc1bd3391576ee2f003b84a3a613ae866c
MD5 9489b1b1603e6fcb38ec20baf0631541
BLAKE2b-256 8b2045b5e1aef3aa56f1a6e9a9451da7b2c63be33e66dee7e80578b3498c1a16

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-none-win32.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-none-win32.whl
Algorithm Hash digest
SHA256 1f04c3c939ffcd5bc15c618b5af87f06be03d007a3049c4ee5277aca89a99b5b
MD5 6f3aaf7876afd31e412b78765302997d
BLAKE2b-256 9f31f27e2b98cecfe8cbda96430115e7858c74b70b0632a8865273273c996458

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02b36b0bbbd6393c1ffef6810930b3f96b0d5f4248346943996434e9ccade546
MD5 4fe761879a08d078162883e715d3c7cf
BLAKE2b-256 6ccfcc7f0eaf7d7e0e70687d6d9d16c39b7cc72e6bc37124149371d0e61e3764

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5cd9fcf86b5b1910cc71136c766b42d41d9d1fe43114c3219034bbcddcf7e3f9
MD5 bb810a506d277b43e70ab9c4d732c0f9
BLAKE2b-256 8351a6966cdcb5cfa5bfb6431918c23c34f4a61a7c9e8e5d73c939be3aaa4ebc

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4ddf1911aab30b03c1a61f6f96b63619a5d0c54c41c94e5b8419de457f27b9e
MD5 5657a49a97517fa7f932f44c27a0e835
BLAKE2b-256 504ca1096c334c259c0d716fcd91edf796f8ca086139c7b0492261246bcdcb32

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96b1a7c97f10668700d696ac07b7ee100b7cd9245331645920866e272a9ae39c
MD5 ec83b7f22698d7ff7701f8024d66d7ab
BLAKE2b-256 bf39a6e5f2988679af6f69d495d84b5209587f4062fcfdac882623f638da5c21

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dfc5fe01bc794b99db1a717f9731733460cf4c2fb10a5069bf690dfdb6ba4532
MD5 90a536c26062ac5e53a773418555baa7
BLAKE2b-256 b4bbe7ad26c6ea7c32e50bc8870b748014e96010e55bfd01c96e08770b4ec62f

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f194ffd8b65e3ddf13ac954445e17d799cb882c39a5b25da770b926e65f0b08f
MD5 c4b1baa17a0d74d0130eec91e63e6d82
BLAKE2b-256 b936f21409c62a53198824fbd2d0161ec12ba25d2fca574252f9c6a1d1828cb8

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3cb13b87d71b3df81057ca67c6834418f121c9135ca30b438abbdbf8adf4863
MD5 8f321229efbfc0d57a7022286c828ce7
BLAKE2b-256 26fe1d7ddc00da8122c97711a662952831c5aa2e3c0d8bd3a486d0a624b0bc50

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c6133a5ed6fcd52ab3176a630690366ba3d7d080c0b39d14c087ac962d99c24c
MD5 4da860eac5c97488b6bbfb389382fab4
BLAKE2b-256 03541f2672dad4d271663ad40e6a31d2dffba56fbb7c471c20787ffa0c33d99d

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 0b79f2174f75bad8ee850921c8e93df5c050565251060864ad2688ab39d20fa5
MD5 ba3fa4811616545bf2122f8638c56a4c
BLAKE2b-256 5f6307d88355552732ea1aa151be08bc1db3d86fd625e12a8c8c61e80233caaf

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-none-win32.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-none-win32.whl
Algorithm Hash digest
SHA256 9f67b3fd95f03e98db4916396c06703e6f07aa5606dbee01221cae4a64778d7d
MD5 56ced92be495f12295506f2f83843bcb
BLAKE2b-256 f6c7339b6165f3b710c66a0ec1cffaa75bda75cd2ca472c96df9e8ae92cfab4c

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36af3b8a00610e520fbd31e8401e339babc35c73214608726929e6ab905e3f4e
MD5 eeb407b5732addeaa429aa3e1fdd53d9
BLAKE2b-256 59025099818ca40742af5702d465a03f26f872cdbb4295d2e9ce79ebe8155273

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 03918a094cbd611c0aef0ad00da3d7756d977326c9e4dcc9052b10a4cef5f0cf
MD5 d7ff2b408940072cc98194581afc774f
BLAKE2b-256 ce06baaf7a151afe6f0c51f51cdc633d1e6a5d61ef4f7e308889af85a0d782d1

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b618877fdfb416e35b87ee3a7122d693ab88985c5bb3c85161f9ca24a52fdb11
MD5 8ed5cd4acd982afe63b764d3ad07d800
BLAKE2b-256 c0008d79ac259d85c302cc46907e4007980a160a1bfdd5184ead0fba57aab278

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63ac0e34af94c04bd188d07e875f6ec60218547774ddb52fd8927640d9dd87b8
MD5 0f154905b9ff13e97a9af36aa009f7b6
BLAKE2b-256 234972583a810fc40c7c61b32fa92e075c79c64445d3d363af2dd09eba9819a5

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d14dd9282b1e70a173221a7d2c324068b5e1728e58ce9fe273c944f9885bb93b
MD5 ae919442633753f0d3dd81df7667ba3d
BLAKE2b-256 e893e775b0149b01a866e021e800e03f47dc955d0e6ca68e1096f5ffeb677336

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3083a72e95cd73ef95be4aff86ed4e9ec7aa5c6692415427b5eba7f532628970
MD5 f140fdf7abb741cb5dc68031156e52c4
BLAKE2b-256 619451fa6071e6ddbf8aa250f42620e8e330fffdd3fed07e0ea0bbe92d6a3858

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b80fbaec164109d8d1b18f96149f1452000756247bb5575e1fa9f13367b844fb
MD5 891c47707fcbc39149b64426c6208924
BLAKE2b-256 71a3aa7f70594e9067c315a2b3ec9c38ebe2263af7365605e5eed5cbb79c0f3e

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7f67f3ea8b4ae13a6714f5d860d12a5f4a65777109c3b4222e4f5c71ee17081d
MD5 230209fae30eff98850d14e71020c123
BLAKE2b-256 5a8473b461e01c7a4c390f68d38cc3440df919600253360ab3fbb9383d6dae5d

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 656100c7007944f8c74fd282716294fac410bc9454286244300a61085c5f0693
MD5 4188e6018c5fd30bc4e36ddaa4b783f4
BLAKE2b-256 e0488456ad75cb336b802965b6d5669f387efb66de355cebb8ffb35dd5d6f76f

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-none-win32.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-none-win32.whl
Algorithm Hash digest
SHA256 9c2d15d4f85a19a3f9ed3a0d35c15c9c6296636d5390086ad6b7ed3afc75277b
MD5 b5911714993216ad11cf043876d04693
BLAKE2b-256 c383ca28798b8d14908d8a45ca9e857e24b30c3a75582ce0d8c81218dcddcd7e

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c7c6d055e8c9a58ebd6d9977136f6acac076afa9539c89c61c552cd70a57926
MD5 a61b8eb228b06007f7ef3adbfb97fd22
BLAKE2b-256 24b66900320c819f3a8eb9e9fafcdb48200a6603c35e101d1c18eb53eff111bf

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 12df412a5851c98acdccbe82d665857a5097008a730257e1c2c38c580484ae15
MD5 3dc574b1a33e7f011172b15fbe963ca1
BLAKE2b-256 3f27b9c51fd3b01db66c13b8c5ee5962a1f08405cca1e59d7d63efc49957ef75

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9c200c25e792afc395864b7db835e721c7998d47d8c535cf39ae10479f223ed6
MD5 6356028ea804883f32d43a89b2c6d825
BLAKE2b-256 b9c8cd0e70dad7ff71ea500b1a06253a17368d3d95ce2cb56954b6fc3f830622

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8c0f5564c5eaaa6855048907a8c6f8a7b9c73a8906211d82b68a9dd4e34a171
MD5 9feeacf773e7f34a505133c69ca058cc
BLAKE2b-256 a970301656a25e8a7e79d59aa112fd6c25b50d0341f3be2c707a1e5251cfa59a

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91484388c652e5bfaba2ecb33a05141d20b3c5c72f63c560eb5aad5f8e3e53d2
MD5 d70290fd16a95314b71bda2acf6017c2
BLAKE2b-256 ead44a4669a61d00bc4700c090dac93ac5161ffbc53612995f95a4e0ab74aa50

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4d66d0fec4d7595376f8f908f3ac8f7654513cce551696f5817387b863e555
MD5 dccc3cc8ced5f083fcbbf92855b368b7
BLAKE2b-256 eb0cebd417f3eed792e72f50a52339620c611a8745e1434d3ff6c9fcfce5705a

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6cd48c874904b848748e828cfe94d63ca472c5632a9d21d42a47137dfb6b0f68
MD5 882b3fb5545db38eea3ebf932cded036
BLAKE2b-256 c7576134846231b35ab6f9d7f435203cd573af58def9918b17e3546d5cc048f1

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ec27d13f2bd1fe9415c0dc2bdf7f917747fb0555395e23dc46e5022b03ac3d0d
MD5 005e9575a9a7769083c7d3f35196af03
BLAKE2b-256 d10e2fc791ae02f6c338ff9bea3f1cb0aeface1ab85d507001b9aa94ba8f9ffc

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c87fad930131ddc2b55e5183e0283d9dd9173d0cfc451b96bda3f29f437fc2c1
MD5 71eacf5f0aad36f6aa4616118c992fd9
BLAKE2b-256 f48042a2d54f2d43519d8dbc826c9ea43bb17bea381092e489369ed8d2413071

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-none-win32.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-none-win32.whl
Algorithm Hash digest
SHA256 cd18d6c20b0f715c9731a1c81397b73cc8857d120c2537001ea13a7068c2ecde
MD5 272e7ebf3c77ba64b7378ce1f9c3b28d
BLAKE2b-256 345f28b4a057c24d49fb82a45b198f0c434a50cd45a8f1462213777ec6ef2313

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb50973ca2957e03be8675a8846dd84dd431310b8060c2f63559c984f7f3f5e1
MD5 2c0b0027998f2db0ebf423b34018b8c1
BLAKE2b-256 d095fbe1e071965172ef73d819df4bab19db3e7399cbf978e1eba5c0f9966cec

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cf6d227ef20d1651625ff4436358d7b951a68d2dfb9f7a62491c7b45ab6d9594
MD5 d614bb69a69c600f8c56b62ea7384d12
BLAKE2b-256 147723c9e421117fc8da843e049d1c8e00a7b2e76d739d980325239ce9bfd3d6

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea99e51e4509f6d7b8c8df20c8b4888175cfe9e2d8178c003eae183759efd297
MD5 25d98dc0892f0dc3e7509e400162293a
BLAKE2b-256 cb1d063497a7a8b1f466d70b51380b6c420a9b1f28a52457196741a7f5a92877

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21f1b7ff68cd3bd5407c4e19e739fb15cf8df0ebde48611c1f4dea270300a3d4
MD5 73fbdf753306b9ab99f583555130d39e
BLAKE2b-256 df52159b617abcc5334f41891888a225a2c1f84ec5285ad52a856e228364af9b

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d228162d32573aba503e91d77d1275ff52036827e3f7e98eaf433c15aea50e8d
MD5 43f4dbc66c3456f8e16b21a89d2702f1
BLAKE2b-256 845b1f26754e40e08c52a8eb13678a3e0eb549622e37cc781b700bc37e9dc58b

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9876fdffd99a42d4718f7fd04cf129c5ef758db68719c1f4ba4887323260e267
MD5 dca3063e5e1be375e33d8d0222a2ad37
BLAKE2b-256 b7e76273e44b5e351ecbfcf34aeba3162790abd6acf64f1ad7c04b7049f806d1

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04f62e005bfe1c8908f17142e08f5cf6b2a1a71701a491a8942f1e6c40685145
MD5 aaf37f9fb54f06f508c34b78439e1639
BLAKE2b-256 7dde46888df90bd3ed47436ab48a3ad29dca105a256cd3ecfef2ed67593c5ed1

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8cd6bdd13c93550e7eb607c1eebe43d6f0b886f76808364365fb01cf510de621
MD5 a035b059ec3ab47cc626f9be8a777104
BLAKE2b-256 fbf2865e35bad6decf316b475bbc3cc7f478775638f989ab4e60bb8fe8b1e27c

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a22ebb7170d6fff49713ad3e2df038b6b7ce6c13726e850cdca5e7cdf1c27f0e
MD5 51023200ac67665c23532faa79fe9f7c
BLAKE2b-256 e0576f5d2611e59bbbf205bfc48b10278f394132ca57a2a517074b0a872de0ac

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-none-win32.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-none-win32.whl
Algorithm Hash digest
SHA256 e8404f1ab88a5894611918698017520693dc5d5d88aae9549ca69f39f2fdcf7f
MD5 3f3e61fb0fa806ee0ff1ee6936957a6b
BLAKE2b-256 1d20e53f4c2792c550a581de27f11403e1cb68846a0c90772d5a1acd5d5860d9

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbecf72aa58f087d57c557a9ee689c723bf79faa485c90c081f6231b2b545747
MD5 13dacdde946ed92c460e45f19f62f327
BLAKE2b-256 6551c92d69a6a61d8636fb4714e7cca931b471bd9ace4ac2113eb764b0d68d37

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9a9f648aa1267a3c464811edca6a28343f8459767dd50367e0b0358a32733a2e
MD5 9ce3d28589739d8591ab705075978541
BLAKE2b-256 00862361c9c3472c6a76ef0af284d6acd2b45a9915e9fd7472319cf3d0ef86cd

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fcf016f0b487297a4a1e115702cb673e077d320a53ab2bc514d6206c155c1c5c
MD5 39492b4e8e1c0c4faad92a237c8b7a9c
BLAKE2b-256 9e02a0d22bbf8988cae4eae11e411063d89c153a85bae805cab9beb120b94589

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2fe724f61522e37fd3b124a43ac7c5876fe6e6418252f983a420f27192079eb9
MD5 7e792d6b600e7edaa4fc0e278342a23f
BLAKE2b-256 de2230b1e4eb43e62ebc3921b0ad9c9c4f25fcdeb072a86d75de438460043a01

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d8b50e97f9cdc1ee7bf426726d941b128548a244a2e7e171d1692156b22dff0
MD5 22641d4a9edea36429659e7eedccb81f
BLAKE2b-256 88de87b96a7424e3b93d0bec666e0058b49652ca46c2fef0d6b67144816710e4

See more details on using hashes here.

File details

Details for the file reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for reclass_rs-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa24ecec09c6762ca33bbf7f15d7f0b98efa87d4f76cfd361a6bf85376f81da6
MD5 63c59c847ae500c1961bda852e1a4407
BLAKE2b-256 85848294ff0fdfcdf60aa9bcf5e1050aacc7b22dca094e866e277ba8e77dd0e6

See more details on using hashes here.

Supported by

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