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.1-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.1-cp314-cp314t-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-cp314-cp314-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.14Windows x86-64

rapidstats-0.4.1-cp314-cp314-win32.whl (11.5 MB view details)

Uploaded CPython 3.14Windows x86

rapidstats-0.4.1-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.1-cp314-cp314-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rapidstats-0.4.1-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.1-cp313-cp313t-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-cp313-cp313-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.13Windows x86-64

rapidstats-0.4.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

rapidstats-0.4.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (15.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rapidstats-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl (14.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

rapidstats-0.4.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (15.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rapidstats-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl (15.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (13.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

rapidstats-0.4.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (15.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rapidstats-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl (15.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rapidstats-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl (14.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

rapidstats-0.4.1-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.1-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.1-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.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (14.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1aeba84a821c5befaa971cdf081bea6fb46954d986685d53711803b70d891fa8
MD5 fd5f49db6ebe6f4240a4424a34a5be87
BLAKE2b-256 91e9b5012710daf973414385acd2accf6b77ba945746c519f81003fa931ef2da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 35c524ed8356b9cab8f77a120563aefd49d0736f2adde401d768957e046328c1
MD5 4c8b8263a72ca31855861cf171495bdc
BLAKE2b-256 0f6388ef42370dad476cb4371129622b1e94e5c75d8bda2de13fe328051f8141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f805bfb052574485c602c6286bd13c82318b69910a872e9caa401c4eb6a9191b
MD5 d87d2de3fd91f820fb9608361b905d36
BLAKE2b-256 1ecad73ce98866e572a6de855a103bcd7c0fc1c5e05c6759bef01099c34f98c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ca58c167e5d770e3c5745b09d7cd2284880c4b8fa928aaf6fe8f41f5ad66e33
MD5 f9c90b716f18ebb8675a4de399183bec
BLAKE2b-256 27b444bb5180652525ec19d540488f8aba1b6e4e082e9b0167fd1598d5541812

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 d411d21f83fd2e9b3d5b003e968aff65e2f9efc734af03d5cfc8c6c685081ae8
MD5 72036e4ecec0f1bbc932be9e57e28b88
BLAKE2b-256 c5dccae58efba26e00aca922de21eb6086570d7259982e60d93461cc900f8400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1368907bc2ca4b03a8722a6654009320a00c058802ac932d25d8e180447fad06
MD5 475ff85668f5ec843621f20836de613a
BLAKE2b-256 b9efe8929dd5c0d6540d1fe65c030357b649558e06a1265ba7dda6b319b65763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab9143efeba28b2b84e527a2d2d0e10dff8731f06a03e8493bea64e797d1731c
MD5 12796ba752f5f8aee268e63196a48621
BLAKE2b-256 61b6a2fd7dbb760c3589a9f9b88adc3bade516b4097129d7d7da1f35ff58d06d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 013b1c92b113ff390aa30eb67960735a620b05b8fbf14aa01b80008b5a8fbe1e
MD5 1076da4ff0642cc69ea80dd81d52527e
BLAKE2b-256 b1c35321596147b0f87f57ff2fd556b6bf1aca38d0077bf10499e555465e680d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b4bbe9ce060e495ab41b3ffafe7626902995ee729caa044635e170bb8faa8afc
MD5 1c23694a7e93aea845d4d077b16a4a22
BLAKE2b-256 a080fc85a028f873f88300879942f71fe93268ce9df93a833ce1ac3a6bba047c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61458a646988dfb59d0dad4711edd5ef06081bdee9cc1f227211cc4e86e27f0f
MD5 f6eebf6c0646e2032024d4c043972170
BLAKE2b-256 db0fcb98f7cd83553d949ed84955300976226b143685b32b89f06aad50266e13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6686ce714acbec4fe5c6f6eef3bd420d30ea63c82f0f6acc9d730a86e616b9ec
MD5 01d1bac9a60b78b306c13773aae303a1
BLAKE2b-256 9b4c713d1e12cd6f72f9084418b65ab1a639c63a5632514a2185167544ef74f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5195911ef4596ed9aa81748a42effffe0dd6755477660325c0a0aec94d78b734
MD5 45ae8ec149be440dae22b58422bf12b8
BLAKE2b-256 159737b985fb720cb6360938178ee3a4b988d80c3c05b471215abaece3c44851

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a365c00f0c989c0a0c18f734383fbd143edcfb3dd89f85bdbbbfa3fbb3cd2c7f
MD5 4031d94dd1dd3fe72544ea76710a8954
BLAKE2b-256 5e5ad1ae448807fccd9e74f19f6732adbb332024fe9f1f4f08f2d256611a5087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 ee64728d31198d680e00ba0936631d220f6eb62c7defb29dc7f7d73363de4d50
MD5 77be4d2dc2f8ac1adabd789d6a63363e
BLAKE2b-256 4f47b0c08cf19577417f2024c1e32dbbbc6c6d1ab7e75eb7a4805d829d9b1fc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 871d25646f43fe6e7fd9691bb67f79befec4b09a94d56f381331e3be56d87981
MD5 ea1271a577dd10bb101a90bf8bb3d060
BLAKE2b-256 977d7377277b65423f499e94bd05a962dfed10cf8769baac729b0a72afde9926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7cbc80b6c4432ac115319aca62ab4c50a113880a096b7730ea2b31c5ca0f2e0b
MD5 ebd2d99208cf5d27af4d010157f2a7fa
BLAKE2b-256 d05b254baac9de4bb3a84ede725ca4ca6039b337e68c774092d13b2693d6d58e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d18807fe81cf4066a180995757272f19b7df5b72349abdf1cfac646d08323715
MD5 95c2a895286bfe055e42ea4e1b00bf70
BLAKE2b-256 448271fd5def81aee0c00373e6f0bfc8f1f6626340691e269399f94b3c6250a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 90fb52904de74a774d864578bceeec69ae2fc953fad22eee94a305c68a04cf8d
MD5 badd2af90b233c013f508b11d1e40ef1
BLAKE2b-256 74969c09b34c1a13bfd61bc71375eef33e754163bf7dd7c5a3bcca8345b47529

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a8851c1088ac0a40fb5cda4b3830571288b65a93d2162402f5134191fe7b3927
MD5 f10c96aa55dcef2dd15db1b89d900446
BLAKE2b-256 9dbb9cce0f4442b80e761d71edd7b9e623f3fab60573506796682d0665070a8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f144f1fde818e249f5363232f935b533f50e7354332b02cdae387e9037948a1
MD5 4de55d8cff4dc625c91025df4342c566
BLAKE2b-256 b2e275f1ef6ba8276c6251bef5192d62c9de95fa8a5a0b613b8865814e2a8261

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9141d88098de0cf63eb87bdfe3e5e5986a95928508dea3575b55965b244a7743
MD5 a9f0c07d49022dc43bb159873b15c9ab
BLAKE2b-256 fc6b27e378ece951196b83f3737e652fcd6d2792c9482999866232b3ac82bff0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 059c9ff5debd75edf5777de93cc4f71f3418c0468fcad7ae393c75460744b378
MD5 7047630744b9196f0493ad341def5d57
BLAKE2b-256 10c042cb5cad14f471f41fddc32657ef494bba9dac5de621838b1ef3bcf742b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21aaf0ed8de4ca4f49da01a4035822432e1936685f8b21573719c208552032a2
MD5 77892a703e292e628b0f52c159ae674b
BLAKE2b-256 63b654ae287a729a21307e069beb6c4af72260b2e473219d12610ec32c1a53aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 ddeb9ce0e54b3cf12b9f4a569b335e3ac759fac359c083baa1af92ccf3e9ffb5
MD5 cd9b4427de034be0548253e2e5e1bc7c
BLAKE2b-256 a7abc39ec88adfedac6add071a2975274c144315d032958dd9c4732d4508c70c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ae6051c5cc6f1ddc71aea9604d5d835cad4dc7443c56f1b3d1322b4d413ccf72
MD5 3893ea0f612cee741134195e760c1342
BLAKE2b-256 400d225a9afd6cb972eabebeff0088628b44de1973add0098ef833586fe031cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4a6a0c476260c4c7376abf0760ebb1f65c8391ce4e0da6ee8f6497e018a7e25d
MD5 f9f10e2777c99540e7b189091fccbdeb
BLAKE2b-256 f2fce2bb6c80d8cf9b5aa5f93c276d821cb3d9461387a9b47bad6d5f8cf1a55a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 004a231a93a1f0ccc993b759956d3a5763ad09645e382a484a0b1786ec554cdb
MD5 49458f77ad2b94ba00671d43db15be8e
BLAKE2b-256 388dc9d71ed13dffe2ecb1c0c318fc4a858331ab4781c54e864eca25a315449a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7ae02e7a7628e828885c7bbb301a574ee2d476145f850e7ff0ce4ea89cb6d158
MD5 038457c96add8560dbe67782076a0515
BLAKE2b-256 6df20ef3f0f6c1f76b84b74fd53a8193acb5461393b41b17ded88e4233656e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b4b9128a3abe3052c2e9b2b151dd8b016a82e98ea4f5c23d9ec32fa41e3899e7
MD5 4cf561328592803c8d492c5ce86250fb
BLAKE2b-256 93c6371e4ac5258f806f7e76893c9f0540b112ad9ebcab613e6609d053859534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 389a2d66993e55e669c63522804189ef8c646f00dc097fbf72cf8acb66d86673
MD5 90d745273f445c3eca8c2f790f50a139
BLAKE2b-256 cc99c86748ecfc2e7952ac540e1c7534cd04f099cbcc5e4c75e63f8ef4f36672

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c51d478b5d412162c91ba6834a0d5c3079321366de9ec817ae453e7cefd7c4e
MD5 e88f4085006ec5e3f77bb28613d51f86
BLAKE2b-256 8404ae3834e1df2af3f093efa20d6341bf6c71a8e4418fc52942323e45262144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 a34625adea89253d219131423e364e709531c171e342bcaf61f46dfc199c5c5f
MD5 66efa1565fa7d17040068df02e364c49
BLAKE2b-256 9cb39bc4c4bc5577d1c16ebd9204c3bc11858b49bfb6f2f97f0f916ce5f6a78f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e6ef85510adeeb327016b72e4823e774963c5040bca51330221ae3657d9240a
MD5 6f524e564431d2d4f98735344a33812c
BLAKE2b-256 299da9c449b9936a08cbf843a74a4854ee83a2074ffe7b76094a9503024337b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26fbc3f85abef5185dd51dcdf5a88c6635aaa89284996ebc858e0fd0a40e2d81
MD5 76106c0974b35a2cddf3be7854c8a03d
BLAKE2b-256 7859b4da966ed2bfcb04dafce16d943b0e33b54234764779d5096f3115202c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bd97c7446316122c39aba7104639cbfddae240ba6f61756f5fc16ccf59d0790
MD5 61025b36e494872db8d3d98498324973
BLAKE2b-256 0187bec4bcdfcac762d23ad419b4f5a9e67854ea32627b420d3a4c9f42c85ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a97562021f275dad0703d7779faf77476c42ea944ade9fd783387d26251c0f4e
MD5 ef1827a8e4a9840092791b60d8bc7a3c
BLAKE2b-256 16f5d7a46d010625aacbc7d5d45195490f9b592c8301eaf1e8d74c1b59c225e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb28b79bbc8a10bbea79988c45e727bf75712217a0622400418547ee9da598cd
MD5 0a808b83acfe2c3c7a4df4fc92a5a692
BLAKE2b-256 cdc632f56649a74e333817ab811e4d4fce84f77cdb9639f3afac100ea41917ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3818cfce57b3b7e77c29e2841dd82e73b51eee3d465bb5843062f3db47efdbeb
MD5 36704c19b9bef65cf792c8ab2f63ab6d
BLAKE2b-256 e7f64ac8ceef6068de025860f03dd816ea5e049b71855b64773876390f5c7f31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1a33efd886e9c9fa96dcfdd704ccf5c7cb128e6d5b0576f0a90f01f726148e0
MD5 35f0c546563c02936164b14e3db9dcb4
BLAKE2b-256 85ce58b85cb555cfea06ea23dccb45e3d31a1bc5366d62ceda2322e0658af8c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9835c875a5eca726f5de9bc8be5f6a28ec657e90c7b98328fb3da953e17edf53
MD5 c89f19bf872659dfad675d3a36200bfc
BLAKE2b-256 91fdfb5c156120837e908ce05927f2f9fbdd864d37999beb4a49de6a47d8200c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d958d29a4513ab08b8e3fea1e08f1704146f24db9fc3a87abf5a1000fa963f35
MD5 45f82b8f4218a08aca5039599cbd41bd
BLAKE2b-256 e11cd96f4dfffdaa244a01fe10834453ffc9832d0b0b8ca14ce739ab499f90b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b37d8f6a58dffbb6dedcf9c5a571f19978afb3247e857a21f0b5c2ea5e0d5c19
MD5 4f07a404ec4a021e2f282e754eff7a75
BLAKE2b-256 28458cf58f953b4d8387cad82843c7a2658782532cebf412879e35b575c4dee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4d0a1ddad91b0480ae8c5503ce7e40d9e51ae6aad4d8ebc654374362655a10de
MD5 5780bcb55c476829dbe13e27ab8ef93f
BLAKE2b-256 94c60a7bf63fbea4cde9c57d553e52a007f83fb80d61cedc0f5cf0b0d6be3082

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 406b7331ee379820a1e88d5011cf50f81d69d2cab787979a919471591c706679
MD5 2efd69e5f75ff15412212c68fd2e7db8
BLAKE2b-256 fc3c6a25ec3508beea69844ef9b171706eff83427f54b0793ceeecb0513beb6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 38955bcdf450099f63b9a50666e26200011ee36e1db185591325dbad2d7814eb
MD5 e314d20cb81888916ea0d3628bd93df6
BLAKE2b-256 ef952714df5ea09e7d8c58cb1654dcfd33e7d752632fc7fbd47489c2ae87f0d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 588e6c4a89897acf0b0214aa24f202d3fce10a882c323dbe3c98a7632ec0c8d0
MD5 e559cfa1289e9648a21eaa5acbcb2fd9
BLAKE2b-256 70f4f508e8567b5e2535f7a49bd655fd29e5417c7ecd6193574d1d808284f4b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5246036895d8516f89df4fdda03f80272ebfa4a278ad8bed88f7b6f9a2fc7184
MD5 853fb6875207d7078cdce4a48f65b8b2
BLAKE2b-256 cc51655f43d91b9c43802b8688d3596e7552bd7e9f8f37f70fddc33bbf0c5c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c29ef0a3a3059835f74aeb73522dca3ee58d1d70a01597aed8fc74994c8020b3
MD5 6a88ca6b98ef3726c635edfced0d9f2a
BLAKE2b-256 05e4640544ada86ae9cf0600de78cab34b80dd8efcff4ba51724c444e3a3a25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e925b946fa6e4595d58e4d5690e5e782a341ed9a36a987bcc746d5b15ae7f44
MD5 975679a90142b22beacdefc37bf0421e
BLAKE2b-256 e6c533888a2c58fa46994d43a2f180c251afd6de7d01a02339a126e27a36cb61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c286e264734d65af3e2a27a6dc9f54419fa1e31ec35a1d4cf899f1e2562ad18
MD5 8217c88d9b46219404333664799e5733
BLAKE2b-256 217a6616403694f586cb913466e2430522976357a6184766f8397637439ef1c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c01c1fed0d9cccd0f4981b424207e5386863f1591f721d0970f1df14e35c1eb0
MD5 d34737c0628857828dd08a3e83d8d1a2
BLAKE2b-256 0937fff411910a2e06e8743c361ba7dbb165ab3ebd21cbb1739daf8e720ac264

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6905acd482e5454ce2c898f9d1632694e288d3c085afbc9ebe71e930e572eb86
MD5 92cdf39b6ced8d35aad3d95b7ca14b0b
BLAKE2b-256 3adb77e40c4643c191bbd591b814b65ddd1c4a629bc824426b2828404be70266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa91fd2f0958ed0faecad0bc0a15321c1bef3dd175a2d753f6e4e3578ad3721b
MD5 5ec9a33bd6348a6a6cc9efc84c4f7c4f
BLAKE2b-256 ad1a478f58fe237f701580bbecb900f6639183127ee20b698c95da341447d0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 af769bfe8b8e31b498b0b1c67bb904f929ad7d4ac057d57bc9b798bec1bdd3e0
MD5 ba94d17f9dd2d2a10248139aa6aed1ef
BLAKE2b-256 1ece072914313642ee82ba0e1e35cad65fc1cd088599724f68d72dda22c417e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa52c664c3cd47e9784c4bbe6a17db6c77b0c97d12ade9347ce0d2e6de851d17
MD5 84daed5f76e6a71405bf3adf3652faa7
BLAKE2b-256 dfa4b1dcb8b9d2d5f7f1d367e9744ab2f16bd9d8e52e9c90c77fae6fe5036985

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fcefc9807bdf6a6cc1078058ca82583aa936867ede4dbee2432338189a29ba9e
MD5 4879d7db8a03ddff1d31e1a2c278d432
BLAKE2b-256 7268aef8d976aa7fa816b4c3c5a35189f0168c10c72202df7fb0282e7cada8b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 462c6605ec377729879644de4269f5563fdaae257b78a82f3ceca2b13c5b4144
MD5 e6c7bfb3049a5061624b661a6de3f3af
BLAKE2b-256 103de12c80023aa386a8fd91515600c53dbd87d41f319c5feb6acac013faef5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 04768063b9b17ac471da3d25a09fe57d59fbe2afc3c30dbe93e3047c2ab5c644
MD5 b97204ebea2a0033040f444cc3859373
BLAKE2b-256 24b3f1b44af72eec26af3236bfa8be5552ad96611a6dd9393a7cb509c148ec91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b07c6f08d2a1e040b565bf548b715ee5efe34015b8c25eabee0d36c5d316c352
MD5 1c080948157fb530e885362a7995e09e
BLAKE2b-256 f7bd6970fab8598808ab8edb1556d9f2dd288d2731ffa139730244d70d16aacf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8a21e875ce58d4c89b1ddfa1f0cf6e90b1fdf78f1eeb23eded69d66deb2c74ee
MD5 54a68af70ded3acb8fbb2557b5137b17
BLAKE2b-256 dc3910ec39329828b13ddd28798c37a5bb3fd0a40075e9ab9014cca83c2a7284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fda2a5f01965a490df6662f2a8b0ca7e2d72e057c6afd4540481772a73ed5d7
MD5 3680a54a1741fa0a906e06cbbd284616
BLAKE2b-256 4c635e63ec31ed9a004b4c1cfa4d905754ecd09341f255886117e22047dbba41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6e29dddc6772e9b58547068e1ad8551907084869d32ff6222dc281c83ff4304f
MD5 6a3d77900ebd8dbe915b9d6f25aefe8a
BLAKE2b-256 722e8db241a821f5bd79452613e5882dba1a5a9fe4d622bcb99be2e7eb81796d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e627894c528d2feba3852df71cdfa82244092b35295a8fea9b9a3617dfc7028c
MD5 ccbbe48d5a8d18b3b9be523a0138205d
BLAKE2b-256 b68b3206f2a3d6c4a97bcdd04d83828f5d25bc87596cc636af5f885674290cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 344dfc89e9fcc11176cc2781ecdd7720cd7c6bad345ee1edc9488de36eba8797
MD5 4a3de97e1b6f9916757b9c08b80f9b7f
BLAKE2b-256 ead6e4d48e3056e006f6d2eaa3d3ac146deb980b8bc5aea58389101b1b81dcf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 06080db6d83ad48ad552e59d0133cce02e8acdbaff0c0a67266648b9bfd2b5d1
MD5 d12ee90efb318239b3872fdbb46c3266
BLAKE2b-256 78716e007ea9d6b90377ec04725cbf76713382be0b02126868abd6f66cf7198b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b7dd836710365ac7c534065813d7661f0abd543de3233bfb2e31a30f0e7e26c
MD5 9455416a9ffddbe5f11291ec9c448643
BLAKE2b-256 73b4c3d0cac9db34761910cd1d2ea8cfc39debd2cf837eec8acf2bf813573310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 03742f266ae8fd969cf8a208f65209d3c4caea5bcd884aa884475a8992502300
MD5 fb78500b8e52ba5295734d5a76434b34
BLAKE2b-256 83218a81319292dba2f546ac3eb15317fe052616f932494a31604929c26d8c49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 05e78a3023b26048acaa17df80ede67304f941b200e91d30ce26b26569d404df
MD5 0a8a0c676552bb98df9e41045341d88f
BLAKE2b-256 c19ccfb3676af027e90df5f83a77248daa381b76f5e0d01c9b1ba14c237629a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4c2c246cb95feed8424ef1f02e0c121b482478038a0f9784f68f6a38925c56af
MD5 84c165e2394676770a605beb663df274
BLAKE2b-256 779196630a5509a11035afe55811c7c664864fab9d812d3ccbeeb9d9ea78f26a

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