Skip to main content

A library that implements fast statistical routines

Project description

rapidstats:

PyPI version PyPI - Downloads License: MIT Tests pre-commit Code style: black Imports: isort

Documentation

What is it?

rapidstats is a minimal library that implements fast statistical routines in Rust and Polars. While similar in spirit, it does not aim to be a complete re-implementation of libraries like scikit-learn or scipy. Only functions that can be significantly faster (e.g. a bootstrap class that offers optimized Rust kernels for metrics such as ROC-AUC) or significantly more ergonomic (e.g. dataframe-first encoders and scalers) are added.

This library is in an alpha state. Although all functions are tested against existing libraries, use at your own risk. The API is subject to change very frequently.

Usage:

Dependencies

rapidstats has a minimal set of dependencies. It only depends on polars, narwhals (for dataframe compatibility), and tqdm (for progress bars). You may install pyarrow (pip install rapidstats[pyarrow]) to allow functions to take numpy arrays, pandas objects, and other objects that may be converted through Arrow.

Installing

The easiest way is to install rapidstats is from PyPI using pip:

pip install rapidstats

Performance

rapidstats is very fast. For example, say you wanted the confusion matrix metrics for a 50,000 row dataset. You aren't sure what exact threshold you want yet, so you decide to compute the metrics for multiple thresholds, let's say 500. With sklearn, this takes 40 seconds. With rapidstats, this takes just .2 seconds, a 198x speedup! Furthermore, rapidstats can use a cumuluative sum algorithm that computes the metrics at all possible thresholds, not just these particular 500. So finding the metrics for 500 or 50,000 metrics takes the exact same amount of time. In addition, even just looping the rapidstats version is a 58x speedup, since rapidstats applies several optimizations, such as computing the basic confusion matrix (TP, FP, FN, TN) using a nice bincount trick and avoiding re-computing this basic matrix for each different metric.

Similarly, calculating the bootstrapped (100 iterations) ROC-AUC of a 25,000 sample dataset takes only .15 seconds, compared to .83 seconds for the equivalent sklearn + scipy operation, a speedup of 5.3x.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp314-cp314-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.14Windows x86-64

rapidstats-0.4.0-cp314-cp314-win32.whl (11.4 MB view details)

Uploaded CPython 3.14Windows x86

rapidstats-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp314-cp314-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

rapidstats-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp314-cp314-manylinux_2_24_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64

rapidstats-0.4.0-cp314-cp314-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp314-cp314-manylinux_2_24_i686.whl (16.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ i686

rapidstats-0.4.0-cp314-cp314-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp314-cp314-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rapidstats-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (16.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

rapidstats-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp314-cp314-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp313-cp313-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.13Windows x86-64

rapidstats-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp313-cp313-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rapidstats-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl (14.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp313-cp313-manylinux_2_24_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64

rapidstats-0.4.0-cp313-cp313-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp313-cp313-manylinux_2_24_i686.whl (16.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ i686

rapidstats-0.4.0-cp313-cp313-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp313-cp313-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rapidstats-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (16.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

rapidstats-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp313-cp313-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rapidstats-0.4.0-cp312-cp312-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.12Windows x86-64

rapidstats-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp312-cp312-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rapidstats-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl (14.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp312-cp312-manylinux_2_24_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64

rapidstats-0.4.0-cp312-cp312-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp312-cp312-manylinux_2_24_i686.whl (16.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ i686

rapidstats-0.4.0-cp312-cp312-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp312-cp312-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rapidstats-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (16.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

rapidstats-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp312-cp312-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rapidstats-0.4.0-cp311-cp311-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.11Windows x86-64

rapidstats-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp311-cp311-musllinux_1_2_i686.whl (15.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rapidstats-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp311-cp311-manylinux_2_24_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64

rapidstats-0.4.0-cp311-cp311-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp311-cp311-manylinux_2_24_i686.whl (16.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ i686

rapidstats-0.4.0-cp311-cp311-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp311-cp311-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rapidstats-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (16.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

rapidstats-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp311-cp311-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rapidstats-0.4.0-cp310-cp310-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.10Windows x86-64

rapidstats-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp310-cp310-musllinux_1_2_i686.whl (15.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rapidstats-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp310-cp310-manylinux_2_24_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64

rapidstats-0.4.0-cp310-cp310-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp310-cp310-manylinux_2_24_i686.whl (16.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686

rapidstats-0.4.0-cp310-cp310-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp310-cp310-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rapidstats-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (16.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

rapidstats-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rapidstats-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rapidstats-0.4.0-cp39-cp39-musllinux_1_2_i686.whl (15.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rapidstats-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl (15.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl (14.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rapidstats-0.4.0-cp39-cp39-manylinux_2_24_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64

rapidstats-0.4.0-cp39-cp39-manylinux_2_24_ppc64le.whl (16.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ppc64le

rapidstats-0.4.0-cp39-cp39-manylinux_2_24_i686.whl (16.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686

rapidstats-0.4.0-cp39-cp39-manylinux_2_24_armv7l.whl (14.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARMv7l

rapidstats-0.4.0-cp39-cp39-manylinux_2_24_aarch64.whl (14.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

rapidstats-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rapidstats-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (16.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rapidstats-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (16.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

rapidstats-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a4c67a38d12a727cd894214bf1555abc0fe3c206907a6577a0213996b666fae
MD5 1c21cc4e9d02e41f8dc38a862e34c713
BLAKE2b-256 ee38cc225e6134d3dd5dc2883886f1ebc230162993642de4fe36ebd424678405

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdf64219557f20c2e3fbc9a4becbbbf0dcb65ffc476160c9155b0589fbc481d9
MD5 62de320381125f30aedd0acf1275d771
BLAKE2b-256 2f62bba261bf95e5c6c833dd93cde4f5331e21d8124d252937988feffe2bc7f6

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ed2931dca01ff5ea8ffcdd00e7c8c413caa886ba19c1bbaee19818e06ed6b0c2
MD5 e5051b32190a6bc0d824cdd94db7aa16
BLAKE2b-256 f69bf9a96f5baf32e30613e5b96516b2d6a26c9d81707303c29d681bc3fe7141

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d6253c65b74f06eebb1e8bd56dc54e9aea80680668f5119451825a773bb7714
MD5 dd5cc6d78682b218402faa4841ab108f
BLAKE2b-256 fc848644fb52a6376c2d8ab145c1ea754bf939e29734bb556afd9a1af9a52f51

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 4983ccb9b5a82fc2880bc1bb370327cce2e5b8916c33ea44aa6957e67c2dae4a
MD5 1623ccfab4f4382b0e3a935c793b0065
BLAKE2b-256 da2604805c823432900b8d012fc514f44b4050676a4b63c78d60487e18655416

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 b0100fd1a25b82457a6d9d99e6c364d0e00f0f8dd2149dd22ab0c47c9b837b77
MD5 3ec917c0a4e732312f5c2db934431b95
BLAKE2b-256 d09120f0d4ebc966c289be6959a2fa10f5ec776ab648c9f929052ac56b297dc7

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4ff0a9b0ed2922c733409cc278ca8cf6f1a1e2648a9d6724e0c03b4aabbdf31f
MD5 6102e7adc092f318fb59a7157f7b4190
BLAKE2b-256 e0550454d4166e12935e48af9ee57ddc81fdb127f8036671b9a0954344ba89fc

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9b7c0ed5b8bd0063020c7f74d0b341830c312914e1fd445d476382b46a7a13b9
MD5 55b0c00dc5db28f6fdc594d20b3feda8
BLAKE2b-256 ad1a8f2b85775bf4bd7c24fe93aea7a516ae3dcc15016ad22a5b8e3baded7ffb

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3f7787c22e5e7046123d7ed276e5d7ceb79f776fc2260b690c47a31a84c8741
MD5 38ee44c64acc0cafd094ea50791fa87c
BLAKE2b-256 1d9559aa74a27be65543db094a9a1daf97bb0fdb974b4a5bfce3bfc832674d08

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 abc3046c80ef186320441320c7afc6ccc497be06e463240eeea974a6ddecad4d
MD5 9ab40767bc0f428a457b8610dfb5cc58
BLAKE2b-256 aa449d5a784cae37aeaff02596fc1c0e81c713baa66df586e08b8bb6dcf26c85

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: rapidstats-0.4.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 11.4 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.1

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 f988be7f575ad8f9854f8e87dc136b34f3b3d5e9a7746ac6db4fddb7c5c4c31b
MD5 179787c6d6d174a7c355f009814cbe3f
BLAKE2b-256 2fae203be4aa2aef04b5a9679f002addc6b8b40a5e481c165891746fe435a17b

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1398bbb7b980e83d874e2ddd853edfc53678441834868968c606cbca1f061e71
MD5 252c831b3b0dcb72c9b10ddd51a93929
BLAKE2b-256 363c4433c5b15b4737de33014aa7b05dba27885548a2781ae669a9d3f5261d9e

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f1c2a8c60425c7605ff29b2079c9d75c21dd61c2a0074a56382443d912b5df73
MD5 ec24238e68a1042b9105098085522a1e
BLAKE2b-256 cc65b43652135b7b2efd61a2af9a2a96e287a3c88181d03eab0e69928327f0e6

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b128e881061f5843c387a44beb29ca630ee5eaab264c7c35b8c37c9b7402efc0
MD5 2f0493bb97c9fa7b16f4d7eba6195edd
BLAKE2b-256 29e4a371f76795fdb6721cedd8eaaf05353009b72a63785d78c24184d8cef023

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3cb01cf53265cacb9f0c041d12371e4d62cc587fbbe3d4808a3d05b6bfd57c0d
MD5 feb1eb0cde2f6af714ad86e798ca6469
BLAKE2b-256 c0a167a7ff611bf5b595bfe2eb344cf1cfe6058083d1069a9cb6d004f0b1c5e3

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 bd2e6dd1adf63bc0aebf3a60093423d2add7248b3ac901f5bb4a988ff2c60880
MD5 ffeaa091263e759ccc335c73ade035e3
BLAKE2b-256 0595aad0545356012cbea5deaf838faa2a85044530f390833325226430cfae3d

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 daba8a28b1214523c8907dd9a2aa0b6894c12d3c8a8473cc5c9cfd7233017698
MD5 f56c2fc645f3bdbf6cba6de22c20b08d
BLAKE2b-256 ffad7866d93d57900b7ea262c9038d3d648e97ac5c394837b1be3aeb36ec8fd4

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 377dbdb4b8c660bd6ffc87da1e4551d7aaeaa5103b6ad30abb667c86dd6e440c
MD5 33c08b69678b4288b6d2b71d52201ce5
BLAKE2b-256 ffe3d1800e9085611997be62057090b2b90a612ff2c99ba4b9d4748c8352062f

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 340db8f88eddf47e7ce43c713f6bea7a72b4c6a88c62b11a02ea8f7b03b2bd8d
MD5 d664c39cfbf35c6d22980def43002d82
BLAKE2b-256 75a71f25aebb5b4ebb79719614d6c0b054a4afb875f1fd81ce31547d7f72f139

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 74963b558928ab2074c5021c71f07a8fba394028f66d3e0adf204e5f9b2cbb0b
MD5 c4193219056b0c265f98d0ba80df2b0a
BLAKE2b-256 8bb18aedd2018c1d3085e57410f83d1e8ba8f598cc2afcad002fad6b1b0fdb97

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7554c7a4dc663a60c04c8fd3870d54570ca34997031f9181cdde9b77a7fde3b7
MD5 3d6f713d5fd6484683bd83d403176997
BLAKE2b-256 4242d7f19f86279873f8b2df730be2565ee85fe69dc9a7f3cd39339bad081102

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 769fddc235dc6b3e33cbc916e0e71ff8cb6ed4b89025a7e29ff2713719a90411
MD5 d9092eed7ffce2ae27de27bb870975b9
BLAKE2b-256 a29c60896ce60434c0e2181520454ae00eb283bc156c0580e402de1a3ff4f749

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9309f97f45bc3ed8c0b6fea94e57acf152b689f9ba97ccbae071d484e6a1a2e7
MD5 4fdb2d05a6d71c276ec3866da37d4889
BLAKE2b-256 0834dfb2ab60114a86f6995f94de060c8ceba97f294e706622120d65e3cb4832

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de72fd779641970b5b6c2668409980ac97f3290fb1e7d0b7c8d261efdcf9eecc
MD5 7bc56ac74afeb18d7ef77313c535efa3
BLAKE2b-256 4bd621f8e24ff9448aa1cb5923a370cb5dcab11847f35a660247c4a3b5290dc8

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d800ce6b7a5e47f24fc080d5ab142147c7a0e3de1c572781d3356d749dd92fd
MD5 34ac5c16b0d17f5b07a6d39c41d9737a
BLAKE2b-256 f2bcda786a2ac994699a0d02e9b09579fedcec10e6b8a8e571101e0a56a243a8

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afd8d39822207a6da3d74936fddf9ce68755b061050a4bb75b838dfa275baf9f
MD5 4de8e03df4d82c4b028115298dd8cc7f
BLAKE2b-256 771e7d99d7c1e7bfcf4ff8d848744ac1b02f3c7ad587bebe46bdff7c4c7fb633

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5968c0d79a2ffd523fd83693b69db47633e78ed36fbee88c6135bf3552ad25ed
MD5 7121e81e108847f2917dca8476595f00
BLAKE2b-256 80c898056593e7294c1c3b491830edba25bf24561243deee4d3fe99c1f7c0d14

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c66d334334af8ba65d3d55c0ee4b76a517000586532ef5e2fb41b8e36d05cdde
MD5 7407a9857eabf4f04cbc338952798d12
BLAKE2b-256 87260f0dae3559f5700f6103b4a0a84d36daff8d215238781624e99471a06377

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0535c302601659c541b067d9535d35b1cf589c60db466e6d3f8cf6ee002fd130
MD5 164b72b5780b00b66a64b7b44ce048d8
BLAKE2b-256 b8df7e38813ea310ad184c54e64094e899604f9a8ee65bb68d8252829b5e52d2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 3881e4dbd24229855f29859442466c3acf2dfae22fa8a98f7e19db574ceb9dce
MD5 c0dae79f889d6bad5e520546a2c865dc
BLAKE2b-256 964c715e76b5a5012b0dfc38e975fe6af27ae97b197a28b265d4bcce45802b9d

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 32514a3417655757e5af43a43c5ccd2baf24c64b0e4ac07a005b6a3ecbadd3dd
MD5 796a67e09563a71cc65cb471da9e3312
BLAKE2b-256 962f8f9e2b7e0c5934e454f8caafd99a3982fcc3680039b28966f8bda5d2d2fe

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 879f34804d97fb052b316928fb238517c0e6fe99210046a653baf8a5570026b4
MD5 b2c1a4b060d5ff0566da96b3a012ad00
BLAKE2b-256 f59ebbd95500aea8adf4957957b83c47c7f28f5e914c91d972ae1f0218be3ee7

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 58136f12fe3709a6a27e7879db04320889a00cd0a6946c1aea567f08e22eb94e
MD5 30f96c911b2fdd279b6b6ed5156a4a35
BLAKE2b-256 41eb9a67ade493aba7c68c90afef609c81d587a52988b6f3c443b9445bb78e6c

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 86a51ea01c23d59d254388cb8ecdac7a799798adb941ca87859d8689e0f85035
MD5 088977e313b1cdab8b3dd5a41afe8252
BLAKE2b-256 faa2c6b8bd694800b20d4e5787803875ccb5f51995876c5114249b5a429fc72a

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 24e1955842dc56c74391c01db2216a50f05d1cc1b634bf6e0133ea3e5c7cb6a2
MD5 89bf543b9b846eb6c869188995239724
BLAKE2b-256 f756109df97646dce369a38a097176e95c1108f3b7cfe2fb9b6cb5a22dcda7f8

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02c7d7ea2a961341e89aa30453135a1b60d1e26ef527ea62632cebb9620773c4
MD5 674ce9b6ab7f7fdccabd3a04612767c1
BLAKE2b-256 1f6b7b2711d73147e48abe0768dadb5b41fe1816ce994afd2e02a38fe2626d6b

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca4e92e9fc534dec47d95c94d1afe6a38a56b7bf45c843c29659901df5b22dc8
MD5 06bd46ad89094b849e2874cec5593b0d
BLAKE2b-256 f4a633baa0b0dbbec84b48ad381d56fa8b806c52aa806f263b18732ef4b759f8

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 38c5b47b62356be63c8a7b221de2c93e648fe6d4c34a9bfb4b423da9f00321da
MD5 ec583f212a8c9fe6bbdb07a7d3afc436
BLAKE2b-256 d43cc8974549b7c27cfac40b7d7906fe1d9ca41dcf2371e14dd99da4da045c98

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 079757e03e850cc423af4ebe748c6c45b6c7d170e6b67e8b070dac70c6f7d0d6
MD5 38212cb4192a4a98c20b33126fb1ff37
BLAKE2b-256 58d61348a8518c2340cdd4f85b6172185724317010117e27ab4d178bcc0fcb6e

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 bea38a6112b7e14fe509b6313c467b767bdc4b826bf3d1293e1e4e6dadff3af6
MD5 01c022bd9ae5c318e6297bc099463157
BLAKE2b-256 dbb4f2236ff5d9bcf071b708bae896de189a9ea1848a496043feeb75bc0a7514

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 e813c7bea67e5f1d749d06ea9bfd92bf478289fc0fb2bdd938ccb35ebfffcbb9
MD5 4abb697059cafdcef6882a7da6530b9b
BLAKE2b-256 ad98f4a31dc53e57ed92c323417d3e8973e4120814ebafb87a0f78ebe7828fef

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 287dd3f30e88e2aceb794b47358e67072d580dd6267c591c10b78718fbaa654e
MD5 844c1fba217c3c58919d59e0021579a3
BLAKE2b-256 8b624af0729ca19c65b5550d563a8ea0860c9091cddfb8b6c0a92fea9b0ce864

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 07d487db950142bba6c3e7c9c06092bac269312a60fa959d6b7f56eb823414be
MD5 bee1ecff4dc772267e91e0efb07b8189
BLAKE2b-256 74cd2deaaf7fd767813e431a9f3aa61fc60bc6851332aa07b6dedcd0c2dfd359

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 75a57f451fe71390a732253c4146929b3b74a61cefcc51016edd2fcbb989cb55
MD5 f8da5099e00264c989df9cd5dc578d6d
BLAKE2b-256 7e2ce4e59ac601dce558340d923bc87de02c91c1f0cd90b30db0d8eb91adebb3

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25747a5b184983efbd097579ce3c87d214b7535cad88ccf7d44c582b3a98732d
MD5 2b3d00408489243ef03a0a645bf402e2
BLAKE2b-256 53307e3d24ac1c78609a8a14462402dd21600a666fcde12b3905cfa86b3d7097

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 42526100d7ddcc49b0581c189766ce45a78c6fc331c412c53faeb01f9ed8cc18
MD5 cc86317a49cc4e87a6ceba4b55e26955
BLAKE2b-256 d1c2f16308faa615432df4839476050b562f98354c171ccb75a87f3d6dfda1a0

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 abaa5367863921aab5944f4a468c984c55d354926e40058a59e110e3ebee925b
MD5 772f7508bd1d0be126f3634887d96bf6
BLAKE2b-256 336bad9f5cb91bd95954850dcd33acda2bb185e641c3f3ca1660d15e0984bffa

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ca7cad9b17cb05c003ea42a56287a58d4a0955e4bcb36e85a2cefcdbcac42e64
MD5 0f93806b39fa65e6a9b7f5e3a15da07a
BLAKE2b-256 8aec481cb77095283e7c20f86629c969a3b02c31eec6e480db676efe6f353e12

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fda0b1830364617d5054b13f64393f90f0bb0090657c964a6400790cc1c241bb
MD5 4b4805364d576786d7f8e403822b6822
BLAKE2b-256 91dbb1db7e83dbfb2cbcbd1913b7be68ea2cc7ba208b8da40d428487f9a0e3c2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 97b38f428c23b2672828ac61b6e78bd227206d13b6cee502245e2ca6cf23c394
MD5 fa28ffd55c35319d1983f72e61362989
BLAKE2b-256 169f01c49d498c2ea40ace59b20af9de75ec4c55b72c99efab5f96146ec3057f

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d953e18abe78b3f733ed8dfaad40fe9106c6bfa76057d94badfbd8ea4762bc55
MD5 c5a63cd9c38dbcbfa46ba67f11a07015
BLAKE2b-256 1a1975746f0d4ff2c69a229cc1203cbcea17979fdf53103eb0527813161672b9

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d77a14e659df527e81ebf1d757c5d6ad63fbd772ed9fb7847762ca5a4b927e0
MD5 cea657bf8037eaa14c045943fa97370b
BLAKE2b-256 92b89ec03cd05e26cffe09ca69fc537f9a37dc63587cf0e50a4b1cac02b95e0c

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2c5d7d6f3a425665028201cb8f71a6c6b3b36394dc45489a5ee3aa84237aa24
MD5 32aa7e403230dfe400ccfb95e0a97c4c
BLAKE2b-256 119936d2baddbef0fa8f488a47d66d0ad29b71aeee17146582a00aa39c7429a2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb558299f82d6f6c9162d54f469c1a381704879206b524eeeab0118f328885f1
MD5 32dececac2fb06eaeb8f463ee3518840
BLAKE2b-256 bcbfdd3949572be66ddd8c8f1156a4b4229f2feda188f0f0d0b7a628aede0cdb

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 d8a499dfe19cb32a3f297a18d1d66201d6bfaac58025da63e2ac82c497921235
MD5 762e6f88e124fce48a5adb470cb393d4
BLAKE2b-256 3ace3fb490ef36efff4c22140a88a213fd1d6be9f1cbaae8b554221539b1c384

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 4212df1c47071680d88ec0bf7b89ba68544ffce7eb8ab4731adad48ea8849c05
MD5 31cdf9ffd06aa19eff4c24c382357c98
BLAKE2b-256 12cdba9b119a4713344269b5f69e041c43ab0be244bfe83038a705006c96e273

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 09529283867c15708954be783752c0e9d884b6179d669b9b58b3308c5eed54b6
MD5 0fe14e0593a43f87a20a8fc889d7849e
BLAKE2b-256 ff725959762c210fc09fe83bebb1e08203f228399a3177f0c0946945c50c749a

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 5140d48f81b515c5a75586dd100554ee1947626e3f62546126c390eeedfef74d
MD5 ef118ee4cba6ef110470ae7602b196fb
BLAKE2b-256 79c8476e98e18007eeaaaff7ab76b203f3367da932288473715ef5a278dd1b95

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 dd1176869b4e7200f91e935a208ea66d17cdd841460aeba4dda79ff3188f99a9
MD5 f5c2b439e81e12783d4a585d787001ee
BLAKE2b-256 f7d29e0d3faf0cb4282ced9fd91aa35b84b91d9c4ff4c826e2920b73fc94eae9

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56fe33d51d1f06adfe402e2629d579193d6a1dbf0275febdbc4b3ffb874d85ce
MD5 5e98d63e4bcfb2d1fcee811982b160b9
BLAKE2b-256 1317e71cd94f399942093703f6ee5b8da93f2cfc7bfb6bb201c496fde453bbce

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ca68b264ce5d18363111e32ddd0bc7660eb7e343aa0b9427903a99ac3d7669e4
MD5 7da163c4456eb1bb3d5312ccf5e4b270
BLAKE2b-256 ddae9d7d7ec83e7bcf8b8ffb7811405e7376ff97b67dd2c544bb175ac17972dc

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfda10e52701dc7b8a7f2cf0d5ed2dd12e91682446c68d13baff2fecd91d53de
MD5 899b8f98086732ea0b588b0f2c2cc9e3
BLAKE2b-256 5d133fd26a9c532fbccc72164e1e14ef769f99f7afe875a8d451214a074c53fa

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5aa7b3b33016f35773d248eca6052b1d1f698fd1705baf7e58b5f5a6271ece59
MD5 aabc51a91d4a3992abdc09f9a5659494
BLAKE2b-256 54340faa57b3d6e6608225077b8d6c02178cd40e5b8f31127f81d49c7f6b7f6a

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8aec40e79adc771453e2f4865c53c7370b2639d7966b6cc255641c0fdcc8d38c
MD5 b4d015e78e10cee01fa95acbc137af41
BLAKE2b-256 945fb8ffe65d74be9b421e0cbc341b786ee700519de8ea525c63d862af5c34bc

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 74dde022758d864ca50b839d299d16661e17532ea7c639bb9b1716e68ed28d68
MD5 b7abe43287ee0cc7eb5bc03c56eff47a
BLAKE2b-256 9763a1c0b0cc2dd1d5c0d18f4fef2927273d671292ff2b4bd8ffa4d7a07d2355

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3834eb2c21d75ba832b3fad66acd83dea87bfeb26aa8ee1fc029e24de60944e
MD5 18d2d17ec678348092778332f5c2faf2
BLAKE2b-256 8471cc00a2de826057aea5975a0351b6939f7557c260f7933852d4c3d7c45494

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0076b191fda6311fd012ce90edf1bdd209ada30ae9c0b89c01125fb09e1179f1
MD5 17523ab701982fbcad7aaaa6cda5d25a
BLAKE2b-256 e8d0dc6b709cd3b166631695f766c9256ac4ed4605afc712b20c048ac791aa40

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 643ccafca0e6a0746a46a16bdaeabcd6bc82fbbc2e591cf2bb4cd680ec5b3ae6
MD5 bd207e88389187096c74e05f0c2395ae
BLAKE2b-256 558ebb31af7d2b696849b17988abd063dcff5c06d4e7006392e0d8f2b21f7204

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 536c39dc00f41130b4d163ca7fda9fcece8d14968b02e4d5d3cf24ced5021a33
MD5 efb48c7c2128f48fadde2a18fb96bcd2
BLAKE2b-256 1f3ee156d3695b3c371877e8e05de339a27424e232661d77e667d279d0786d1c

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 24e086d6aa3fef4c4f10a75ae4d1cd676a77fd882c1f5e9ef088c391c317cce1
MD5 cc587dfc6064612930d6459ff85d9e72
BLAKE2b-256 038b83bd5b4dc8f8f2ac56f2366fe307ce20f562d2a84e676db4cbdf767287d2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 946fedcf27770ddc332662d7a1240f1300fd99c91f5709d55427eddb008f6f1d
MD5 c832a88615a8582a2d9febdbddef766d
BLAKE2b-256 4f6fe596935b73343b0fb05dad50ff107efdf0fe52a2c7da219d922c4a2b3c82

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 96bd2aed41ad0460a8cd2941ef384fa4f208d377057d191115843038f8c82c6f
MD5 3654e40ac73193ff21d21567f4c46381
BLAKE2b-256 15f393085b155671d0f5f8140b80d766b77589fdd223f94c4dccb00c9e7e0007

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 b8883c385cfc147e603f097001fa379940d98e69501cc38d1bde5724f4076706
MD5 480947b990ff8564f48c4166e11b5d03
BLAKE2b-256 7c6245dcb63e7d2ceaa055c8a441b8d022b4434c6a4d488c23838483f82f485b

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a471305e43cf1ff9c9806cef3f259705d12725aa8002a1252746e30601e0cf65
MD5 9591b2211f48f8cf66225c2eb1a91554
BLAKE2b-256 3089504961a50e58e834ca67d80ddccaac5a963fe93394fe3a480393a47e9fd9

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 677c916d62f334068a5d8a8566463638e70d5f116e8319fbbffeddbd0120ab90
MD5 1b118ada6b4a5083f7039081bfff42aa
BLAKE2b-256 bb11e261bffff1fb1ddedea71cd9e22cb80b6c02e5bdcbf6b3de0b6741134018

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bbedd7e063cc1d6807395336340031f84306f1bd09d30b6a7ea832839fe4dc95
MD5 b62d1444f4eff23603071baa97976fec
BLAKE2b-256 52a4f6c4c0795b3d437289825cf3b29cb47382e7d43ffba0297b6bedf0a084e2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5082c8a7783f9385b7c2553040c83ce5c48e607fa73ca3777668ccfc1b47826f
MD5 90e6fe8d792ba2608378f75f60067c89
BLAKE2b-256 20327301ff7fcc97054c75ad879cca1dc06a9f660307e8e7806292dfedc0ee6c

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21cb3e78a87e818975d51391250f1ed00741eecc720686e5bd74c59bffc67321
MD5 cda5aee971e6510d62a3dd5d70558d8a
BLAKE2b-256 50137a669842e2bada5771d656164a0180965b417eabae94f032174fae5b6c8f

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a76d24182e7dec7e3c23a43f50c868e8fb964ffac971288b5ebb877fc7a4b552
MD5 4f0be86b2b5ca523ba91613ecb095f7a
BLAKE2b-256 6476a5c5a83daacca1a4c20a4d7bad1d04daff39b72f128036278e693976e234

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9cb5c3a91c4cd03f33636b4998433df68030fe8a3b3026e14d7d0de7e690b5bd
MD5 7ca1668433723f1becd676506cfe8cc7
BLAKE2b-256 4b07fa2abeeb79c70b94f08d3b1f7f60481d26da2c317ae3672c4a2d6c8595c2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffb200b2ffa65964d7a53bac5b184153e07b080c737dfd3d231503e4afaf1004
MD5 b9d4322856c9f20e2f568d107c959de3
BLAKE2b-256 65f20e9545456d16191fccb5b97606626f3e6c2cb69219c7571e230d0a1a9fc9

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 870b36c9b8a0a21abe824d1cd5da0551352cb558acddbcf3889e4cb79c301853
MD5 cd3408fef8890299216bcb93d9fa0045
BLAKE2b-256 4cda79e73525959cacd2a28ea7853ee45123e8f146a22cf5f7c9fe63ae4f92db

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 094025bcc1b609166daf73b67b0c9d84d73c77d13f07045b7a19445cff61add9
MD5 6af9fe4ed6099b788e2e5e3c61b205b3
BLAKE2b-256 0bb0c224f993163e39f6b2415f55f32f94d5a9143ca010bf83665ca3fa1a9898

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 396247c04c0f8bcef405fcb579013460cb282cd5da2c524f195696f7d63217a5
MD5 d26fa4af8939394f66e3dfbb2c357d49
BLAKE2b-256 275254b7f1ce1587285de8b94814d449b383850f6842b37adf147a02f99b6520

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 8638845ee8ddc8f0d8bf6fc60659c9e06253f1795c2ea46216e65a224eec31f7
MD5 aa75e1755e1bae77bdd9ce1a558834b8
BLAKE2b-256 e2b9c2f01f94353ed81d53ce2fefc31a385ce1670ea09624fdefc13c1deb28f2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 46f9aaf79abe63025f10204f797ae68d0610949c596ca3d5ba19bef7ec579205
MD5 09f059847aef27d366fa6d8f0b8c6204
BLAKE2b-256 f4d6bbfefd9a44238e39dc688b0ca0d802c4f00c4debe69b46db6ce4f0ce0b14

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 b15ddc2c046f14fad7fc33e90e8a6efb875cd307132a14ceeb5897ac8ee54415
MD5 ffdae4bb3807422b41673c9c22e65b7f
BLAKE2b-256 94cab1ff418d89b6ef18b7ea2af9f5848796280920d65154a37e2ec3998967a1

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 bcdc1c43894ecd2304544dd6916a4da7e0a8bb7b388a5e242be0b6aa16223a88
MD5 c2ee597cc9a3b1d596b557bc08c5b9d8
BLAKE2b-256 011f03b473f3ec69f29c1793dc9897fef5af83708e2f9db2ec379fd5502a7d85

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 0f8920033de527568787e4b4b2bca8009eb90297322231eabba591392cd6bc9a
MD5 d1e1c3b6c157dc9beccf14cbe9d46ab3
BLAKE2b-256 2112939748e5792686e984d9042247beec49b98cc36aba7dae4b95234b2544a4

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd5dff1185af8c142b54fc44f0f5e50bd39c6bae312e710f7c55d3a75177927
MD5 71b11ff122cd155740847a4e36702fa4
BLAKE2b-256 42684cd92bb98b5ec404a4da786e390e717d4b0e2ac3cdc7667aa19bb146bf4d

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1bc9445f3a692314c19af6f4ad3c1ef01828ec31765c3f4630816bc75806e23c
MD5 87ef5adfed178154b6380fe212fbe58e
BLAKE2b-256 7bff64db51e59e9fe77ae09923cb70f2ccbfe1752c36217f6481c99dd03bcfff

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 965a453601053703be7725f15b6ad45585c6cf52c6022189e829cb89586e6f6d
MD5 721a25eb9fc625de9bb9ede54002defa
BLAKE2b-256 4036019ddfdd635a8f138297e73af06418a69b73c4c5e50fdc75349656c1ce46

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 82ec18ab6df14d7ba4072308348a2fe69870e83885fcfefea335081773b5b0bd
MD5 182577d359ec349002f968505c33fdf1
BLAKE2b-256 0150b56f5e497167fc0436d5ca13b7376844415c2b2fe2c3f91282bee8f907d2

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3113f4d2014447d65dad7984cc4f0c82ba46a2d288fded853336acb96fdb2016
MD5 3d9bd6ce0dae6c2b678a553099fabe30
BLAKE2b-256 5fda725e9deaa068717a1eb15872ca828b17ba1c70f1873ca845b2a689cec1b1

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b189bb8064806632b9140281ac4903ece93d223c39bef2bf63a1015ee80e4ee6
MD5 8598a951f9a0d51bd2fba63eb00a98d9
BLAKE2b-256 29085f045cff7943d69e12349959ee4f75e392fc5648571b2af5b61a78761900

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b16b63045163c07461b258c9455ff133eaf900e3271bb901f899da6fa153ecec
MD5 5ae6fed0e681b390fc777b6f9419049f
BLAKE2b-256 f0c700e3e0fde76156188ab8487fba3ebc42c4ddad70a7d4c06917f45f66e4f1

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4dd66e1c859cfdaad021ba7017e4116b517e9c20e9ab8d35713018d8f66a74b
MD5 d75f4f8b8ede0677389f4a122fc719bd
BLAKE2b-256 5cb080705f77b99bcff5ab8430d96fefd835d33fcaecfd7db881de25d5967779

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 40b8df95f10ee7f81a07fbef4f38fd42bdbe63e2f2d1ccb1356a57e42ed59951
MD5 a14e12fcbf751b2fd53780c988a7ab38
BLAKE2b-256 525102b7900343c25eb7591be7a6a2daf469333c48a2fecd03a395d974452882

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_24_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_24_ppc64le.whl
Algorithm Hash digest
SHA256 c6fa849b4315811e2115c14a6f9c322a794f9b359db537640e064abf8b21eeea
MD5 a42c2548d955046af8d7b012d35aafa6
BLAKE2b-256 d54a392035ecf46f200aae2e8607ae9a9f066e1bff7d41eb116241941e5cdb1f

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 10ebb3992e5ffc6b954ed7c47ff22286ace364b6376c7fabd571ac622c4a7136
MD5 9afc5d4b96011dc3fc7498a85e8df60e
BLAKE2b-256 59b144dcc7dbffbe7219287fa94db902aaf4a06a8efc9d49816d0b97b1ea72ab

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_24_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_24_armv7l.whl
Algorithm Hash digest
SHA256 ea6dbd7a465e2637666690aed21ea63901672ea47481fc5540e6479d748f197d
MD5 df12926ed1ad625c880ada303ae1aae5
BLAKE2b-256 aa6453b5e167a1d4b5d4d908f179349f5f3af097a76358a682ee885a6f4c290c

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 04de799a06553ef4190eb2795bef7ec7b81ad4250ed5f5ca70fc0b7459cf33ba
MD5 e47b5d3cc50a6e44d8354d8d5fbc2089
BLAKE2b-256 b479584304f3c653e6119815be3a70eb3b1e9f3b6eccad101b1461274192cc46

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da6a1dcd4c6308e892087986ef2d42a2aa7d09dca15fa5b28a951b284ff710b0
MD5 ed852765ae2df0bfbc20916faa28ed0c
BLAKE2b-256 1367495fc0d000614d02a20796adc1368deb7e9a9a7cdf697245c030868a9e1b

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c27ed9ce646846607ef138509b9749598aab0d64c106c120a7b7cf95e70142c7
MD5 7cf59790d35ad44de8a2d7897bbba82d
BLAKE2b-256 2564d7dea9cb0472fd1552bbbb3bad3ed4981c22718481eaeb74af050f7e3de3

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f62954b2b439c1ab1e6c35cde531cecfe553c18a2029c4babcc3679af1659d75
MD5 1388f5c8466bf004c56630ccb33004bb
BLAKE2b-256 5fb1ca7165dad9b74557ef6a24830f2160fd57a06459e5021dfc870e4765b234

See more details on using hashes here.

File details

Details for the file rapidstats-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.4.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2c5b413c38ebe5e820ccf58080b9e972e8f33eee967e89db7800f2f97a9f1b49
MD5 c08fe8732eb2483cc2fde1ee6b77d0df
BLAKE2b-256 c3f1e25e136e8076fe9bde0b4624d5fe15de0449a46f78e5a822bfad7686e2a9

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