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 Distribution

rapidstats-0.3.1.tar.gz (770.2 kB view details)

Uploaded Source

Built Distributions

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

rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (15.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (15.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (15.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl (15.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-cp314-cp314-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.14Windows x86-64

rapidstats-0.3.1-cp314-cp314-win32.whl (11.1 MB view details)

Uploaded CPython 3.14Windows x86

rapidstats-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (15.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

rapidstats-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl (15.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rapidstats-0.3.1-cp313-cp313t-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-cp313-cp313-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.13Windows x86-64

rapidstats-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rapidstats-0.3.1-cp313-cp313-musllinux_1_2_i686.whl (15.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rapidstats-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rapidstats-0.3.1-cp313-cp313-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (15.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

rapidstats-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rapidstats-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rapidstats-0.3.1-cp312-cp312-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.12Windows x86-64

rapidstats-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rapidstats-0.3.1-cp312-cp312-musllinux_1_2_i686.whl (15.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rapidstats-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rapidstats-0.3.1-cp312-cp312-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (15.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

rapidstats-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rapidstats-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rapidstats-0.3.1-cp311-cp311-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.11Windows x86-64

rapidstats-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rapidstats-0.3.1-cp311-cp311-musllinux_1_2_i686.whl (15.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rapidstats-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rapidstats-0.3.1-cp311-cp311-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (15.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

rapidstats-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rapidstats-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl (13.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rapidstats-0.3.1-cp310-cp310-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.10Windows x86-64

rapidstats-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rapidstats-0.3.1-cp310-cp310-musllinux_1_2_i686.whl (15.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rapidstats-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rapidstats-0.3.1-cp310-cp310-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (15.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

rapidstats-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.1-cp39-cp39-win_amd64.whl (12.5 MB view details)

Uploaded CPython 3.9Windows x86-64

rapidstats-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rapidstats-0.3.1-cp39-cp39-musllinux_1_2_i686.whl (15.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rapidstats-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl (14.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl (14.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rapidstats-0.3.1-cp39-cp39-manylinux_2_24_aarch64.whl (13.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

rapidstats-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rapidstats-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (15.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (15.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

rapidstats-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

File details

Details for the file rapidstats-0.3.1.tar.gz.

File metadata

  • Download URL: rapidstats-0.3.1.tar.gz
  • Upload date:
  • Size: 770.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for rapidstats-0.3.1.tar.gz
Algorithm Hash digest
SHA256 bf79311a4ce92f3894dcd096c78ac97b8d994d61ef0580110ba89a4c987c36f7
MD5 f5a37fcc87b3e07af1b1072c547e3148
BLAKE2b-256 6ea2f21a285c37be4ff371b798c85baa6d89fdc12e0d0d6e60f0d9fc981d2930

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74f362d8753b35f2a90d8d466dba6b5b09cc08a305ae353167dfbdc9cb44d106
MD5 8264a94e4f8aa66565116d0932331932
BLAKE2b-256 dcbb42bdb33a8f642c276b7015a52e8c975f5cf9240d88617b12a7b3cfb8aab5

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c3288d456f0e743b36994bf4d42a092d9a30c901f44c447227b2732e080bd2e4
MD5 24c181eb6c2911acd901cccfb3aca68c
BLAKE2b-256 6bd040f087319913da9e8f2568b1b608e31f4852d61db7c4613ad11e925ba5be

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 08d6ab431d0c981414d5ecb42f2fc4a07d9a91c90e9db90e0d1c9894f44fca2d
MD5 ca7d2bbd6d3caf386eef900cb1b6bf8d
BLAKE2b-256 8e16a8813bd68e00936cafe9a115055f2c05b185c68dc76c06d16b8d6d74f114

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d474095e9be1d5560271076089a44cb464cb1a4d4e30c70dc528c0ef19b4534f
MD5 740c20a2c37d9d6dffc0e1906682e84a
BLAKE2b-256 4a14e7ab84467c9dea93cb013801de53fd546d25d3ad2207b167a8b15875f71b

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a6c81779a0a0124f7af1f663fb111eda434ad76fd0a589d08934e8a43fd5f998
MD5 4d76811ac5fd87c87deb6c393648572a
BLAKE2b-256 9cc47edf5702beafd64d25ff8f636a31977b612cf50cd10d0a875f39095cab26

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f495933720c0ec547a752ccdf57ac9da41970fe1d20189ff47d964e467b654d1
MD5 b9fc78b3290cc2525e8057cb89bdc601
BLAKE2b-256 b72767136a6540c5e968a72f5df4a9ef7bae91f2b249621051aca42cef882431

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4ac2d845df9b23099ecb4cfb95842fc5ad52974de288803d4c18151908e7bde0
MD5 7aa78b6ac860fce38d6ccd436bf68141
BLAKE2b-256 64b71930e9b0b5362b833131645865e6b956da8d694d97e7614846f7a25b8de1

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 30c45c7aea168266073a480e528458a4be6c262e9434094f8d0f9ac0d87c15cb
MD5 deb731d84fac20b25aac7041c150660f
BLAKE2b-256 ec9bdf13d4fa8e441fccf774fc8fa77de791895a41b8de8912934e1b10221b21

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e7c6927bf4374bdadb8cc3eb547db325f23e5eab16a0ca57ae4e1cf5901bdd64
MD5 9c54516e7c2c17388aebcc3895218f48
BLAKE2b-256 cd3e46637d6c769e310fd82528637d9bb519ab1ebf941f2422160b66e0da3fd9

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 992c7d29c8559f812c5bc05734a4f88392c5e35f1e3bc5561da1649dc20fbac5
MD5 b6907fa503ce5f7a39f058909f27767d
BLAKE2b-256 5ba1d3248e4951521557539c8df07ce76785c28b74f951ba3c19ad98c04ba302

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e291e305157b4c0e89ce3409aac6c5bcceefe733fb190640f897ab76fcfc94e
MD5 5f2949fb4c138b5be4e39da1828f7e09
BLAKE2b-256 aa24cef451bc601873dbe1defddadf41bed30a95d44078da81e2ed099059ece1

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4589aab9f75414154dbbf8372fce942e8b3917315e507864f664374e90e67d45
MD5 8b867cc49446ebb931270410c11bbafb
BLAKE2b-256 202092baee91a2771d6b9de967e2e1ed29a73e0f7007ec6f23515eaf253a2b42

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce1f4a2de3b0c9bab40ba9bda35a3a06f49acf20278c02ca69c1481f9b259470
MD5 2f24f06d0ae356408e48e32a01892d52
BLAKE2b-256 0fdb01068ddd18d00a5aa6d9f153e96501d4b05a11b7b0fe980fac89d2e50c22

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 18d0ed048fd00893825720b158c643afdda4fd1200791673fe1cd7f29112d08c
MD5 dad6eaa27535cfb51439a1a57f972e24
BLAKE2b-256 606223141b947ff2f84d3fcb53ffe78a32c334633dd5d4bd1febaf3f77bdd597

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e1d6f836ef6ad8b11a068f4013a8cc0a8951a3fca4e243ca292f9b2159d523d7
MD5 89c4df5aea4c34325e181633c3c6f4f0
BLAKE2b-256 6d8bc58c425266ece508a491a8f94382327a0bac7a8a2abad30a9cf161b7089c

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0079d67d4814f654c6b2eca4719b6d5d1f702eb0a134115012a44f3ea65348e3
MD5 099a00ab8bb21b22c5468806a2aa4ed7
BLAKE2b-256 18c1674a30178d8a5e1b75ec3cc009635c3bec84ef313295b6fee4da09083a02

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83b24b6e0f8270db0d584e70c6298bbc1c5af549a39cd6461ebab788aff7e3a7
MD5 d569cd80a3a84a7424b941d1e4e18d2d
BLAKE2b-256 9d19e898ca2f5de331ab74c91203d77fbd3f8aa5f5d122856d832b46b729d1fa

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3e757562b5c39fb9d78925a2b34443c9de9b0509eae29214948d544a219691f0
MD5 ef018d46d3fc5c366a2bfa7a20dbd6e7
BLAKE2b-256 6a581657c60cb6377c6acd73cd8aa77bd0c8ff5c877414ccc42b9ee2eec0f68c

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0f0ecd337f019a43fcb711958da15c8ad73d1e623df64fd7824300ded21ed4ef
MD5 6e4038fb34677fe6308cdee984a16f69
BLAKE2b-256 90e50dd532a3e257a7cb8d3d15dc7de1990a987d667646076a91335ae6482e45

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86603285e402771a2c091d75b90ac6ba02a61a7cdf21fa9e8aa2cc9a207c5249
MD5 9a925939b9d0f5b6826afeda96486910
BLAKE2b-256 8212f6492dcd636b611712233114f976264c2ffc133c913c4b5d2923471df814

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_24_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 d7ff4dd8ac21fe6a0eb97329869819c2fef94175cb12cbf76237bf9431d0085b
MD5 7df5196151195bc074ce58d3a2aeb1b0
BLAKE2b-256 c98c55d505e5bfa5b6fde4e6b284acdb52cd5c13d5f619d3e7067ffcf4113116

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53a257485b88e6a9fab4ae0989571eb57801d91bdbb7ef8a3874e1efb2e30175
MD5 b9eeb4e04acf556aa5561e7a700fd36a
BLAKE2b-256 b373915487e7df68a01e6eccdef71de71264e10d68ce8966264e769a773b78bb

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 831c7a28bf584f20468f1b47de58cc02aa37ee81754b89cc76c57528e0f85dfb
MD5 ad600a78bf19390bf722f54967c20f9a
BLAKE2b-256 cc446ea528b406ee9a67a639e85e80fd57ba6b21002b4d6ae2ab614e722eb24d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6bac33c146b34b5306c23e4e675e6f5c4883212793d0a224015b26eb1b686bca
MD5 021718a342aa26284d3a227c996f7d04
BLAKE2b-256 34e7d65c6cfb4a72fb022c3b5a4cce588def0cc17fd8f4844e27827b5cd29a87

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.3.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ce0844f7522a3e51228cd57c56d86592094509fdd5b5e2e4820a9d58979cb236
MD5 3f4128de9beed0b97d571734aa0e5a11
BLAKE2b-256 416535a84e3cf34a58a2e8ccc01f2fa120f074bdc990eee2eafd4be2bda1306d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c6c5824a36a06d5ab722906b398e340f926826e67ab50b075ceaa9f39ce1919
MD5 5db067a215d0d9b59626d033d7884977
BLAKE2b-256 52abfd4e6058827aaea2841ca0be725c9bdbb5a753728796188543c4064ce106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18a522b06e7f889f370b9ac306b3a649eb905bc32497f9e1a32db699d6ce6f06
MD5 6be5155266435439743b3babc9333425
BLAKE2b-256 e86ec4ca4f71f53416d73d96032318f7efdedc62d36e6dca3e71d1657298ed7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3fa8b1ffa8e7cb9129ba103a2b2a341d7e9331ef2d724d33e465386588c4e7d
MD5 19ff64e8e291b523210fcd15c5becdac
BLAKE2b-256 50d7d1242360fe1227b29734549309c5f76b3268ca0e7648cf60bcc3e1217d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d92a5c2dfed3a0893b35c878161d8c5f935a8b2f3c55a8caa44bf666b7d96f8e
MD5 149cee7a0c3c28fda559543565e6969a
BLAKE2b-256 8b6365f3c50188b77ef5d8b35ab4e80590aa8503d22fd56d539aba700f1ce62c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a7a5854aa0bf7deba96eb0d74497b1d9a7a982294179242adaac35c1e970ad0
MD5 9ee9cb71a084b392766b1399573dabc0
BLAKE2b-256 112c941f8599f5a8c246b53e2e7bc09eba80cef7d6feaa2da21eaa7b55955268

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d256a2a9cbd9d8cd8e8a22031c17fbe48960876d1e80030a2fd45d07dfa0e6c3
MD5 3c998933f6a07c5a1bea9ba3be6476c6
BLAKE2b-256 7cb7cf4ee2f40c0808925fa522ef2218021c0880bd7fed2cebbd9634dcfb997a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db1fe41e604eb3f622515d6a696e8e0869ccfcd0268b06c45e53038d20ed337a
MD5 7f5d5ec1385060d2f7c15e36ffc68990
BLAKE2b-256 0982574de7b1d41d31efb4fe1f9c70f0f9da03bf3814cc5886f666811821b39a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 6cf6416d3e12d19202e3f8babf25e43cf0b5aaa05cc0910fcf8307640af4784e
MD5 29017bc8f14e054d37230de4140e8add
BLAKE2b-256 f7d074dd7000a0999b076b3804e3f6b626d29c02770eea4d480542322774ff58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 80648d51ce0dd6b65cbb7529df866e18efd0297d3bf48aeb5a6789578e97014d
MD5 e2672eeb8df9fd05225bf42b2cbf7fa4
BLAKE2b-256 dddc615c8f4e50dcf834ee2f3fd7c758c611115cfd4d5968f98e78aeb4be83b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02df2876a87b7d89f5a5773340bdc96e914598a24d990a4a16929764fe30dd69
MD5 c357bec355017f15775febb661d46d36
BLAKE2b-256 b39791e60f3b737ea44c043ec2371c0a2c39ce6e167d8b377d9e32309d658a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 135721aed7ba0378f5b0b7ba2981bfee49d2453abcfca9bd3e4d67e4d528f5fe
MD5 6766764a59f9b4a01a067a65851684d3
BLAKE2b-256 df478f70015a8f1a03ce5ada34599aa7b8b8105ece134d09a9d6614b3cac2562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20babc866aeecf7607ee865ca7c5bed1b4084ab0df31da728cfcca8113799dfa
MD5 be8defb83f43dd4756b8e23c456399ae
BLAKE2b-256 019ce180cf2d238d8019762b0ce15b9f6050b349e66cbdfba0bd0fe83289eb8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d830c932dcca688469ba5a2a10c77586e00def45b065d3ec352dd935d4f19af8
MD5 0db78c7bdaf34b7e47c6d5dc4e09827e
BLAKE2b-256 b49225b863a0c644763d9eac5b276cd58be51edf1c7734d3b9ce4918b70722c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 611ee6ad9caec7bae689331536145c62981a059e0e5b8c605545213bc1d37db9
MD5 4410bbd0182f5c40cfc48f124394b7d6
BLAKE2b-256 57fd57b5f223921870fddaba0d99de72d43fd2c45dc73ba8411dc59222a0ace4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a57a22ce7f93a959f986de24a4ce273c1a6cea0bb520ec83b1e541c11541aae
MD5 38ab88d1a6f5b31317341e3b7c75f98c
BLAKE2b-256 83d8746873dd03888f45f6d731f905062a0ede4c71056dbbe5b218a9f6508831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 267e6ae7750b4abc5b8eb8442603b97d83e3572a49ea5628f0e765ef9bf898b0
MD5 960947911df13cb02921584e25facd22
BLAKE2b-256 23714f26b15952d6c632b558937d18580d37fceef75e2a05d86916ff46ab2edd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87667192a9392d5f40af1fe922410c74cf04c7b4dbd20c14787fd07382cd7c73
MD5 72497951856769e9857f6c71ee3e5668
BLAKE2b-256 a847c9bae83809f56e38fd63427578f33419c548f075922ee748675cf9a7c75c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd68aa995f5b04b1c58a37a357e149df6ae3d415af616ec28cd50319d50ec70c
MD5 3fb5b407a92149b2f7751015175cd8a9
BLAKE2b-256 b718b8abfeb105daf467787c263e439bda4aa2517bba773289312764a7f72569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 caa2c6563057c79722aa1ec9147730fffd501364c3d41a8be03d567bb9b8acc5
MD5 ce3b950af2ba563002cabab831185c2b
BLAKE2b-256 d61f45d912742f1313829c9c3da2ff049d219dd6e14b7129cfd360c68ff25bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 546d1705e8dc3085b7939717645b1694b645326c0b21e8b843385f9dc28e4efb
MD5 1353101a814c282550703c47d6297234
BLAKE2b-256 02130aab5870cf5c04a1d96ed10faa5ab3a01a551d15acd027f90c4ef9d5bc19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 963be322b9316d3320bcf0d8b71749dab6f343d4cb62fa44a8beefaeddfcedd5
MD5 aa1c6612b4247f557e83839e27f71759
BLAKE2b-256 6bbc9c0467a98c72da1ea6ecba99c96d5ebf80370c9ea3d531c161701140b60c

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a85c355ed9e0afbbe48162a1ecc182be09552f70cb181ce6b4abed32862d95d5
MD5 63b63c5d52a6be010d4a51e985c765b3
BLAKE2b-256 1bb47c5e542fb8b37eaca289fdd453bbc2a4972361c53c9dbe2be73c18bc6abe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 274c4dd865dee38cb3debc34c6e5f4894a762ef18d2c2d5c12f4aea5850cdb46
MD5 4a6a509cf68d4f9fdbbb00ac6730f48c
BLAKE2b-256 adbe19dbe1b0fbfae67bd8a10dec23ffa80d4394aa056380275310ee206d9348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 681c47ab27568b55b50657f762b3cc08ab1c4242472bf3f68b15f38364e6cec6
MD5 099dd708b58523f0b337b800e8567a63
BLAKE2b-256 89096f70f64cfc70a96b1fe5bee4861cb465bc860a8f49d34e760ddcf59deda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b8e5fd38f3bd1e2367f1c4c8fb016e1ec180883608fbeb3f7a6ad51180e94a3
MD5 c8b4cb34f636a0467c9ff49bfb31f6b6
BLAKE2b-256 fd26148a0850c87ee6a9cd437a3e7c4cdc53feb7a0b5ff0f68576feced9bd3dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0b7f4227ede38d24a1c55138a2d66eb182e4b1c5765c909902c1c58b42a97f61
MD5 6d7a671f154e6084125781e8ef876306
BLAKE2b-256 a7e5b458becb1532e5ecbcaf72d13ddd0515e2093413ee3e074d9b06847d1e35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2b1ddd96c19c0422ef488fbdf067056226e5d208f23170ab61dc7bdab1c2e11
MD5 4faf21394c64cb168ecfc4a240dd9eb0
BLAKE2b-256 51f1352aaabee54fc9ed0509384ca1df3ff780e7946acda510a67830acabf09d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 74b7c3c8e6403c69c537368e4bc5d4f7afb62010f3af2ceade11bba433be5977
MD5 2075a3cf4d43d8dce610aeba555addc5
BLAKE2b-256 e4678a62013b5d69a662f4ea30d35c8a469628e707b420535d9dbb429fb27410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87eda84db3c2978b30a9d80b8e2e637763967dd9645126f882592a6d04c9566b
MD5 29b393e18756e0263efaaec8306e8c0a
BLAKE2b-256 508c92c5f4fc6f6ab36e4752aa60cb77baebf049fbad1c670402f97be3dde667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f763f4f11fed40a3fb40f233b1bc29609dcd39540407be726abdaed2a05b3ba8
MD5 e1e440f6e362cf3472452bdd55cdece5
BLAKE2b-256 0db4db6e34bcadd6cc8581209cc99be8c4610f65aabf632c848fc44520531651

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7c0080656ff5d2bde342ce1ac97b0c651ead8c94f02aad440f0ab76bc7aaf2c
MD5 cdd6ec842559f9dd5838ba9afb5ef10e
BLAKE2b-256 1d0797d3959031a6b85aac9ad0c3c8885354df021fcf2b355513afea76df2c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 40723f9c1a878c0a9a0f54970ba14cda8bdc737088a299b91a9b29fbc013559b
MD5 c57698d63cd1e0e2e84eda4065fe4d3b
BLAKE2b-256 1f2715bdab2b0edf59370c1c4471097bd4f1ed6b5f8950039cb8ffdf4594d41a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8486a35f5eaa8eb8291add25d709c1c8623ffad13d8543dfd519e84e6d372202
MD5 1d10c6d3119a590f1704e2f23d31b309
BLAKE2b-256 3710f71f70bcb6434b9d28e740bdffd35b8cbc18ed719e0fd5877267c9951f09

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ed736f3e57c7cc1cc6bbba017fa453c21d8290253cf3d455de9504a1e08bd3d4
MD5 e1b821f395e282e19f9cef879fb01f80
BLAKE2b-256 5fc0299b04d2af5858569580ac5829e538e36036ca34cd3dc707aa4e6a2e604f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3e24330c498b3f668617cd7d40b39c8fc6519b5b893f080fe2e761ae1f8b5650
MD5 c97c1f0f78f4af70a109740bc525c3f1
BLAKE2b-256 349a8193df8ec571ac90f276c35547057eed9422a26444e82a91ae27b4462834

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df03d9363fc37c8bec4f7683ec0507a0c9161ef057bf9b615bd7d2685dd6a6eb
MD5 9c32c374930de1b84c1a15788427a82f
BLAKE2b-256 326c0e1f1b716a2931c5651f68670fbacc24816f31d87ee564386455a433ccd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d2b2315a41a8a2cc22eab4f583938273556898d3194ca0d3b3e732c089ac514d
MD5 9b2a70d588f24a2d0c2a8161b38edcef
BLAKE2b-256 2e7a9391909ea6352e39c8653315951e0e30c74efa8db01125e1eb1f909926aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a18e3b2886f11934259748928beca7a6b51a859e48472353946dfe72b61b7ae6
MD5 b3d81058ac97d42f5268e00b1657db59
BLAKE2b-256 a8bab05c511dbd36dafda68aae46990946648faecbe8d8b6e32cd58df37577d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0014ee6a0caf94cd136b5bff7b901c67b7d0cab0705192967b281b96d71e7f8b
MD5 e771bfd54692aac6d3c634f80402de1b
BLAKE2b-256 da083df4f061756ba022c3b2d9df78018cf1a34b16f5a9a10af457eed11e2e28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 8ecf1fc9c489442ac7acdd5301d6e7410076b0ca7634a036e2750cc8082ea6e4
MD5 3a0e2d3e514ab2d1099422ed1982f940
BLAKE2b-256 a984322a3ffb936f4ffabf310a3030c3c89f2d455e9889df0c986e4492a38fb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a200b6df5bffe964dd35268221b6ff2ac11a60b9542da970d459dfa61752723
MD5 0897fe4e6794d7c097e8a1bd12b1f227
BLAKE2b-256 ea69f7166c133ad05ef4f39c2309a5f07fd56448e9b431ea45f10425e392c335

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 db575420a3415e93c3c415421c15ce8d84ba185fd177a487be55828d1bfa1648
MD5 f4b61b0f253aac43b8ee870f79d63bc0
BLAKE2b-256 abb605abd7efcb4407b3e4056daab3a6b497294c2b9defc7cbc8fac61c45e3e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d462143a2510b4565cd85f7d653654c8f12fab0ac109efd8ffe4a4fdb1a86e6
MD5 68e82027e308a697b635f46d28a9024f
BLAKE2b-256 b40b3d44e681d7621915a24fd653e0dfac421528f6b3d4e9076d6afcd7b8ed2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0237096e7d2415531429323b3aa9a065f99fcf6b6144bf798f76052eece8327c
MD5 8c2af76998d0a7bbaaedc8a1f74b335d
BLAKE2b-256 d550b23c2de6568f31713ea6ed024fa2f52d889ce9919882f4890f4d242fccf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2e4d82fd94d7ad92932a315f30dfa85efcc844fa316402633cecdcf4032ea1d
MD5 e086b251a62defa3c0d854fe3941f5dd
BLAKE2b-256 7031cc0f15419ccc0527751b4bebe877ed513c4b0e7782eeec47b7716536ded4

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9365b787a2cc7fc41c064b058aa8fb870044358cd8be94d399814a9be29b0fdb
MD5 b653b2444df35b44585d50a409137131
BLAKE2b-256 5c05c253bf396bffa7557c4ddfa33b4816668f5a6581dd1091f40ba8a8a3504a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 114b3232bef6aea2fb96936a336d1652dd16720fcdf12ed4c057c491224581e3
MD5 7cf1a5faa389c40168dec2a8afc826d9
BLAKE2b-256 7e8133fcfb44f9f556961c044416c58073e742f36c07b7fb974ffd389676197c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 406bf674012297d573d4c98a3b1a842f3325bdae70a434c799280e0bb0f0ed87
MD5 b6491ccc57c3e321652e3be72934aeb3
BLAKE2b-256 de8273d51bb93b990e88e849f9fad632cfed4c47d50d4442e9496323faf24f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6b8885809dd28e97f17c4af60dfe6f974c4455f81a605ab8fafa96b1224b7f6a
MD5 b3404dd4bc7514537353d69491b32474
BLAKE2b-256 cfa634e876614c9cadd62e6593e0db44778ca3aa29864adf3b30bb03611c1e56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 80501a45b9401f1f154133fcda067871a41935678b320ba172a0d3a5bfc21145
MD5 0a29f04124a0cd0f392dd7000f3b3117
BLAKE2b-256 9e1be07e68abcb52ee71cc1b7ba5fecaf3280a762bcfea7b2ec5a27d7ed3e208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b8695622c41c14fc7195661b9109e1e56897ba5d01e98b3f79b60632aef8f32
MD5 c88acdbd1270d523a846670cbd7fb459
BLAKE2b-256 917d74a06e2f1e3176bb747a95929d8d3379442a4b2c7868c9815ea726a458a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 23bc64b117639c9c7a5ae3616b599d803052536fcd4892c017e0c339a0d111d9
MD5 2249b1f72e0fc77eee7276cd27e6f732
BLAKE2b-256 77e04b673f9be06a1049773539ac79a931d89518dc6fa2e7a62e35b808e0aab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22dc332245548fa698a6a025d73aff4605d64a966cf1b1b6777770018c2c3061
MD5 23dc0ae9db0fd26cc63a73940e39970a
BLAKE2b-256 10a2673b98a6743fc1cfd52fb846532d1357c08e767d5fad65a3c2676f7d353b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 efa77414ad8910c0c095512b20a99b234a0bd04dba8093cd37e85994f250e9ee
MD5 acc03280d88ed62f0a457f6f975f634e
BLAKE2b-256 fc1488d5fa10d1a3d98d1313370f46e53882a0c5c5b734ae5c080dfa3eb47125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0a7bf868fd1c5b53369ebf09d2914b77fae46db44f13eac4f6d426f513ac18b
MD5 1794b46cb0816bbe06d8938d10bec076
BLAKE2b-256 e9ae187330732bb98279569e646adc839ebd635663930ace771bccbf3d94178a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 66359cb3a51fd0bd86e7b016370a66f23c4cd14ce582c78d69eb0d6cfdc2cf08
MD5 e08ab652468dd2f9b037dbd1a9182ac7
BLAKE2b-256 320e56a712cc3ba1294e3fb6641dd53804a8e3d3d5f2a2be674b23b56100c15f

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8de0a392cfb845dcfdb35790890adb2da33c2a92725cf5dbdd1c78d7ba7f692e
MD5 ec20ab112d707bbd8029e45bc5c53554
BLAKE2b-256 707bf33e89ebef1471da9e7195436dce699671e3d67ef8ee1e333455b818749b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 414975a873f45f49368b528da13acd2cd01329fc531874f270dfe4442cff2c02
MD5 7c1b902a788533a4058574825b2fa266
BLAKE2b-256 79838885c05d3e76c105856981fe44cf2be64b83a3a589ac6ac07faa983a3e77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f136558aed65c9ceba9917e3ff09ccf2d77e3405a30e021ddbca8fc024554d97
MD5 df889768e695d0228b15d3fc792b257c
BLAKE2b-256 dc1c2d75c3fe36c5c32a5f717864fdb0fe1f7c1effa046ec513de7e88968b953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b100f7364d7362b21b39f56fe0a941b32e1b8f57bbd21014c91edcba85e91bd0
MD5 bfe92811311c9a74d7b0c19ed52fc021
BLAKE2b-256 2b3bb5b123460d019e2e40ae8e18acf3ffda1ffc3994c8efcf3f85f961418111

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f8310c71369dcd56649f959d8469dd476cee5b163ee9ba56663189a08427e83b
MD5 2278e3ec314c9229c6cbdda1757c0752
BLAKE2b-256 fe44f1bd884b5332b76e64fe2b480f443af0cfdd38e5da608309e9d4a5933f2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 13e82a26a7d2f45b7f4f2abfa2be1421912d3426e48d4e04a1faf9b7f919bce7
MD5 24224215f12619412d2903efc1016587
BLAKE2b-256 f615a18c4a1b3bcc5c7b1062787dc8ee229b8ce4447a872467294c0ef4bde1a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 69c29a355a862cc42847eb5759274438e2489a316af0d4426448497641ba83db
MD5 b5f08e20751cacb221059bc1d7d99d5d
BLAKE2b-256 84b1641bd3accac5ff1426ffeb5e1d9dc7dab793612706f5e430cd4148a1a272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3fe1a7236c162c09af264142a278e41bb3482d18480a035a26d9b8582f2872f5
MD5 bda4216b1ff664c8def437c6d0df54aa
BLAKE2b-256 557e52128998107f5076506221cd6a4132aa7b04a39c1ddd75e91ae2bff38f01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 399f602c5a277f8212d9faf1bdf84e217366722bdd0c32135577a20e73b5ed77
MD5 503c1334fb2c521e3de5a195f2d7bed7
BLAKE2b-256 25c3709315bd1cf444198957f6411084d61dfa615ceae04d5644c59340f28768

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 15b2868a323994c9788d2cd75a70057336bf15cc1940806fe832bebfc1f04c0d
MD5 7a2fc9db0b7e5a965a8ebe8046cf7b35
BLAKE2b-256 653074efec70b6c3df36f1181563b3c21f93d0ac20a30ffc80feeecbb4471137

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