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.0.tar.gz (769.4 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.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

rapidstats-0.3.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded PyPymanylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rapidstats-0.3.0-cp313-cp313t-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-cp313-cp313-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.13Windows x86-64

rapidstats-0.3.0-cp313-cp313-win32.whl (14.2 MB view details)

Uploaded CPython 3.13Windows x86

rapidstats-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rapidstats-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rapidstats-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rapidstats-0.3.0-cp313-cp313-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

rapidstats-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (16.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rapidstats-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rapidstats-0.3.0-cp312-cp312-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.12Windows x86-64

rapidstats-0.3.0-cp312-cp312-win32.whl (14.2 MB view details)

Uploaded CPython 3.12Windows x86

rapidstats-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rapidstats-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rapidstats-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rapidstats-0.3.0-cp312-cp312-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

rapidstats-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (16.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rapidstats-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rapidstats-0.3.0-cp311-cp311-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows x86-64

rapidstats-0.3.0-cp311-cp311-win32.whl (14.2 MB view details)

Uploaded CPython 3.11Windows x86

rapidstats-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rapidstats-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rapidstats-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rapidstats-0.3.0-cp311-cp311-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

rapidstats-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (16.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rapidstats-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (17.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rapidstats-0.3.0-cp310-cp310-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.10Windows x86-64

rapidstats-0.3.0-cp310-cp310-win32.whl (14.2 MB view details)

Uploaded CPython 3.10Windows x86

rapidstats-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rapidstats-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rapidstats-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rapidstats-0.3.0-cp310-cp310-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

rapidstats-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rapidstats-0.3.0-cp39-cp39-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.9Windows x86-64

rapidstats-0.3.0-cp39-cp39-win32.whl (14.2 MB view details)

Uploaded CPython 3.9Windows x86

rapidstats-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (18.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rapidstats-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (19.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rapidstats-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (18.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

rapidstats-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (17.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

rapidstats-0.3.0-cp39-cp39-manylinux_2_24_aarch64.whl (17.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64

rapidstats-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rapidstats-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (20.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rapidstats-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (20.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

rapidstats-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (18.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.3.0.tar.gz
Algorithm Hash digest
SHA256 46386de0f1c86de34244127233d1aa5428cf8908c3633562dd9f7ded4a39b19a
MD5 3c40a5292a3e060f27202fd45e701c4c
BLAKE2b-256 0c090e93393eefc3c46803391a6de6f6bfb032e10a1df63c949bf10567d50419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6775da1a3f4cae7ccf42f938887cde8c92e7266d38a281d7337bc66ba87274ed
MD5 f19fb0f5c449386dbe412f68350ca9be
BLAKE2b-256 e0a1702162345f1903fce46f093e4a9283370034d710f30ac9b1fef4b44102e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5b951c76113fd2528ea66170b0722f6430ad11175aa9fbdbb217969a8c1a70f
MD5 810e1d5e92eee691801ebee5a792a3aa
BLAKE2b-256 e0042c0e4ae695059951e724f98b10c677d2def7698c972a8a869137e2a36f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 abb8de8154b9dfe24c7fd8f503a17737ffd72d4876f91f0c73ca1b9d03f3eb23
MD5 4974a0d4b30d2b265959462eba04476c
BLAKE2b-256 d1959d83ec19f2552db5909f41b2ff6b7860fa0c0cacf5c38c163adaf8e9c9e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7de407c69022fe8a00fe70facea9adb88c2bf752656d29c59b206e2120d4647d
MD5 8049ec3299c9d45ef26c1513c273076a
BLAKE2b-256 cbeb3e5bee800530a9b6acd47b772915a5ea32ec7e00f7e679348ad11b00bf45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 3292aa34d482b79f019a755e924b29a5a5b2ef6dd7058993ed0cb1353ad1b300
MD5 c72626f0658db0df943119560089776d
BLAKE2b-256 558bf7c0de24bbf93fd5d88bcc624d23f9138a46f9167c6965ab63d98dd961c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faf860b6d40b90d20e4ac262e66c85c49adc171f0e91e26d54b467f2d36a510e
MD5 7d4cbe113e11b1f8039cdc5cef9d8c97
BLAKE2b-256 edce9c122766cc8294c9a8e8ce87b45a7c58a447747c6c5e799606f2ad3fe102

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2ba7fc2b8f56128b6510b43ded4db1cc0c3a0f71e1ffe51e5b57e6671a48ad50
MD5 dcdf3795130be334bb9a28038fae0a9d
BLAKE2b-256 940adcd1fb8fc4c1fe20d578f537c6a0e9a088e306d6676f8b18c801c116a0ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4eadea2264e98f7e9017abc84b941a258424dbbbfb6433d8bd9a46455598a99c
MD5 3a3fc11b99bd2f27ae6d960b3c1f822d
BLAKE2b-256 1a09f3da5409664cb00556487267f38ed369f638def8e6cc58e6b1075884769c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f4d0ebeddc408bbbb4a24cf5163bb34e7a2b238190c6b42fbd7ab7ea7fa6aa40
MD5 a86eb57a61443aeded0f10fa10ac7b70
BLAKE2b-256 b546d944158097cf496e804f4ce2082f1bf28e44bfe151696ac3b977921c9249

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 507879a4a46228729ab6f7a3164be7756bf0e7aab6400fbff87536ec02b0a360
MD5 2ad5f91bb12f9129a2ec8b0bb3d83eb2
BLAKE2b-256 3cb8c3c003c559b28833b89e73a411c97d3fe38b9819f809b039cd2f6afa16d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 172141a92e8cbb347841741d3fd3d08b7180e01dc308e1707be46ab1f5de290f
MD5 06880630dcd549681f17d6b1ff1f9763
BLAKE2b-256 33ed0a0dd674d5b3bce5a6a4e3d2d69db260c683d697d7f0e0cebe00e2ff2a96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 83e5e4e866f2b6200e5d60689bfd91f0f8d4b552d49cf4042c42a481642c4cd2
MD5 d3efb655f455cb1693c71a9f4d2264f1
BLAKE2b-256 06771bb7b99ffcbc4619d8559a9bcf8b385159189306078e42925d5bed951e2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 955fbd8fe9b75b3f4c9b98b6b8610488b7679f5509483f4698c9a09f7af0f87c
MD5 37b4714a3acec3feebd6ac56852e5905
BLAKE2b-256 35c1811d856327fc0b87713efe6bea9b2ddd580d7703171a484f41d9e6bcba35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 4280db01fafd3ca54a7971f046c2499d4977b446401ff9178f36a75fe2b8b315
MD5 42217b9ec40cd720d761892af2b4bd03
BLAKE2b-256 667b6f65c249d53e770cc97204f9472e687f97fcea74ed9a84469a24dcd7f6ca

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 364529190b51fb15500b8a756fb71abdb29ac85ddf1ed48271aec6c8829ff6fc
MD5 56a9ee148c1d1da56fff766d7a917a75
BLAKE2b-256 9f254fb6696ab32e041ac04f1b47da3fd2fb73135cc7f17b198a86c46e9f15e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ba99b5d0bc247098fa8303d7b23feaf92ca35ab09d46671b21610f8f87df7b92
MD5 40639830d92d2a34e4ff4f9e60e0e3be
BLAKE2b-256 208e5dad62d023b5f0a41a647ad955139dfd15f8ea647d2e3b245da631959f24

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 663ba55991b22fdc8755d3af0ae67adc2809fe70b68510adfa57ab8af6979832
MD5 332049779addc775a980a7df2b681baa
BLAKE2b-256 1ea7612bfd7faba41586272c86ee73a83bf5d08e1721c4c7801c2f7858537e7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4c072ac5769476c8a3840c43073887c1dc25fbb2303774d6125548a51cdc713f
MD5 8033e2374d055eca8bbc6425d9338087
BLAKE2b-256 e1929b3c1f0adc8d4126d5d7ba7791ca8fb278611b09d0c2c78a8d0d2abfc7fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 836067a19549ce2d431d04aed34fc9d824b7570da67cf403b5b411be966d12a6
MD5 72f8738bdaa5d59925aa9564d2e2953d
BLAKE2b-256 e4d60b5538ff378c277bf8d1c081fd4df7c5d00625cd3a627e48a65266ae260f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd32bab81d2be1338354ad5003395c4e238a2016ce57289fa9cdb47e86ff1154
MD5 9c2963bf5fe3efc59396028754d56ee4
BLAKE2b-256 fb648b972afc0e94ccd6970db78958b0bed07338f81db1e42215e9e2ac015343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2fc823fac8ea85b6310ad40c932c74d7f3c184a44595fbca8bd10272850cb28c
MD5 20c5aa19c8f13bd500c0bc4518cec9df
BLAKE2b-256 0aaac053f058f28177c8c16006272991760ccfb76b98c819273478edd19ac1d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f16bd337f9b2647a7864738bd4f1828f0e080ec3563c9a57a8a4b6eda4b4d6f
MD5 021bfca034b660478069f34b543a702f
BLAKE2b-256 a7e61646b86ec1ce418d0b3e7a741c5e1b52a2041e04001d55bbe549c3f27f2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 0b44675f0993b34c25eb56b50aef75c3defb926d5e00ba7d36fa0ea0c61add2a
MD5 30a960ee0516a62875e2dd745a3bd963
BLAKE2b-256 09dc91d5d9001161db1266a511c15d055877b3657e4157c523cd03f383202bd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 086a88475204be0fde9783fdc369f94616c355bac433126cc837dc0340a102dd
MD5 8d7180abf0a338ba07bb952914b2415d
BLAKE2b-256 8e1d5e653aaa79322a98aa7868f50c31852d281b558ea2b27350b742b349102f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 71ace9726c1f80bdf060389dcbdd5c67c400d967ceef75c8b815cb8c8e0cb96c
MD5 a958dfc861e5978b178ca1bc67f9131e
BLAKE2b-256 8c5bd45f2b0b77cdab37d124b7768629566257d15459afd450f239e1e027ac83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca68075621dca6e59f2c4c52377334dc4d60afe6200d143dc2f93fb10d057ed7
MD5 366d8a66955956b31514399e3b6ee61a
BLAKE2b-256 e7db2ed6684137e1a531c2aa9114dd42a688c3fe403f3a04733eedea48fd8cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f317a1db4398af58ba2fd2c61328e2c8ff3b3a4b101c64da2547015d01a4102
MD5 0ceeab625dd42508cae507ab58603ce3
BLAKE2b-256 d96e6308bae033d2a62d078c5c79773388e50ec58fa2bf96d6b0d8601d2a311d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efc47809cfc4de776eaee1773c1fbb2dda1e75a46a6047f95fd48d906358fd06
MD5 34fcb232f1b56ba2d19941b70a6ea7b6
BLAKE2b-256 9b9fdd1376cd966843b99f703cbef77b5ca3312cfa6dea3f87fd0110711390b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b13327c1c41c48e5812d3b3b9c5d518d256a3fae77c411a130f29573da45aa39
MD5 767b063fd74b52466ad947d1604ac49a
BLAKE2b-256 0cf8a1a08151061fba8324a877808fec92ade6b93fe1330825cbd50062473c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8762de468140d416a9659309736ab96546c809488e43d4dd79a463a96e1a1747
MD5 8a444c25bde56d4c2851b1ee411fde71
BLAKE2b-256 8bfd836a4319e6ff750b02694131f9d94f5f4220a279ff55bd2f4fe12ae03d22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7a312dcbf637c8938ee66852ab41e8eca496767e1cc91ec7af8ffce7562cfa1
MD5 473f12bcbca0273be8b015c1c4039dcf
BLAKE2b-256 16d090ba5a2ef93b35362dbc7f1d59d5be0e6525737bd7f65d57fecfe07ede4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 be2a59afc2d4d918512557670e7a1409a4962b083d81be596044342a411af953
MD5 b7dbb9862403afd73a2b9b3bca8dbefc
BLAKE2b-256 be98d51a6a02b67b2aade2a7cc33cf8518085b398286683b4bcc6ef900e2be64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c758d890d1649d0ac6763e15ceb20e6d34dce99134b90a676895d871a12872eb
MD5 d65a0e4280a8d4dd47b075147d06415b
BLAKE2b-256 ac79d853342416bb414b5ed7f5459bc8f743f7554ec7b83efd4eff6acca3260e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4f5c00ba7265d619180ccc3d698c2862f694a1239890d713d827291da10df3a7
MD5 b825d1176abadf3ec5b3d753d99c7485
BLAKE2b-256 735168a8fcc9031adab13b87f713d912b6c9e68895e1884d49d65d99d396167e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 794f3de7f4ddea43ddbb68cdd55197cd41460c43d6db878138d81f975a249744
MD5 51ba0b8c34bdb63a4b2b472a61a704fa
BLAKE2b-256 425dafc144b943272ebc92a599b58dc1e9e296e3972b0179523231cf0a8313b4

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: rapidstats-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 14.2 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 fb973e9bfc0e5cc358db0db30a3ed028a8737592454f38e4f85b03a182286c1c
MD5 89d0b9e6876f26bc5a056e0b60c2beb2
BLAKE2b-256 6ba1bf0f45a1ea2f31a02789f3f256de843c5ac951a903334c7740602bfb3ccc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95dfff0be4731eddae475bb4d621408b3c0fcf08cb499115464df16897602824
MD5 9c4f9a92cc7bb47515badb79e06e5718
BLAKE2b-256 385a5cf86e5c979e13034e40f4245d280233c11810a9de3a1316bf58cf8ff58f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d3d663d1fc7ba78c7adb06c113fabea6571deaa4e9ec0e56d6aaf4f9e886bc6
MD5 ec4942b34eede64dae16ef43c7a815d8
BLAKE2b-256 d9ea24f96448d4be2791470a9d9902f8e595928bd7ddd68941b29febfe317644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9cea91fdfad7b96f7efb1430a77918edb390bdaff2e9f9daeb2ccc2c279f9281
MD5 a67540dc469651fd468201c91afe5c18
BLAKE2b-256 ecce5a6ed5787948a28331137bf5192ea56ee86a5b2818c95778a17b914b9e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c639557858ca7a4cc9604c82943b458d1946bb0f8ea3282b7fb1dd97f5fa7730
MD5 60d950ad4d2753b0dfb6b8ffca746971
BLAKE2b-256 4df4bc18ff19d25c489079dad7d0851691e1f395b9bca6115a7459f31e100108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 f54a2fdbfde048192e6691e902528a8401d64848c7edf9cdeb2d2f08daf3dbcf
MD5 fca3b8efc2532ea51713bb569717a52e
BLAKE2b-256 53a358a292b8376531a55269222dc11186f5ff5017655db9dde6fbd5df1cf158

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9d8a8d5ba24176e1b307396bebfff04e9e099468f3d7c48d5c120389fc0a817
MD5 60c624075257691ae4729a3101c7a646
BLAKE2b-256 dd54e3741f3e5267ad46e296106f512cda90f1f88f0725465fcec61cf75f69b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 510f5d0477fc2186312cbf87ee880178aeef0cf76a81439c754ce03e504c64b5
MD5 28a28c414ac30f6250a5cd24f97fe48a
BLAKE2b-256 a36057a385f9a535ecee9acd9c7cf06e40f907e72bf6f159aa76b48bd08472b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d6ff5d0983a141ef5e155a9ba093cc278f685ec8ed12dd505c6a78bfd6f43c42
MD5 c781f71c36f8492d1b2c6dc98c26d313
BLAKE2b-256 16b2cc76f7f77a005b671d0774cbfb5994d8888d32ab8ee128054e1b873818bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cf4270533a81ba42f54cb4db667d20fb4df6eb23f30ebe0696420f95ab3b7dfe
MD5 169f1e9ba06c12355314f4373264ff89
BLAKE2b-256 ac4c97d0b1f7d37de77e71e45238c49733b8eb49ad7e20f8e89f3ca7bb21954d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79f0fcb80136e754532b603091eff85ad0c05fb072a1385049b28b43f252d0fe
MD5 aad640dd4564214e8cec6eaae6170104
BLAKE2b-256 1f3989cec298908ffc6c7cc2c67274483bd5850f870c876711d9fc707314dd3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a1b2fc24cff0bd1def0382a0876ceeac12d893c9a53385c850c33325a574bba
MD5 4fc96c5f6b78f03191657395aaf31276
BLAKE2b-256 1fea4e1956b24f74488d1b396cbcacd3178a010fb6d10e29314680fc2d71f343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf6aac842fe4f785d249186fb9f050f8d22a3668f52e39ab786fd2873b770973
MD5 e6b14d3ffde89a3ded929557ed30ea26
BLAKE2b-256 3c750de9065fda0d7522d456e12f46d29876f20d24927d56be04833a080fd46c

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: rapidstats-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 14.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9057b644a40e1d6e0eb4b4c10b2ed597293c2ec0a068d006837f1f6a3c89fcc8
MD5 6d2efea448cc9bb2f3e9b7e23e252881
BLAKE2b-256 c02855198ba6866444fa9d7513fda3e2454bc1ed3f2e352f6efb0d7680609ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc4431b3be0636ee446eb93784abc5b985e5ce315d9de70cc98ae15bcd0152c2
MD5 be2f558b46c2def398012ef4164e4b8d
BLAKE2b-256 457c5362eb86e0599a3b160b79aa7bc421c17ed9ab9846fa5588d1b1b48148ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eda5ab6872dae46005da3ec4d1d18f39523bf532c1e465f71f9873e6f947a6ab
MD5 894e690100f0f202181a12ba322fd7a6
BLAKE2b-256 62c92e4c2b6e8e56e996edfedada2d415ca96c5ba6ad91037a02329b67a8d709

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7fa37e9b40341c33414db0ffed6983b549aaa709a062044a47233739a67452d3
MD5 953d9c2fedf39bf7ffc3b8ee591ac732
BLAKE2b-256 75a5516a70d1243fb5d385ea780054205114be9c6084829a139bdedd1ccdd5ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0bcc40d263c8e1c365c858a36d05fb6627aeef2be6ff2df442fda89a4c16ca2
MD5 f6def0a71ea029c56da5c198c493a0d2
BLAKE2b-256 f499ad1c1ab80ce68418798f792b4f9a9c5650fcaf971deade50543c4178d2f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 fcb2cbf75fbc8f116d2857f12d2ecb35fd5bf707d55b2204a4fc96622df37454
MD5 53f4a3cd9ac01924ecc11bdc14a0c690
BLAKE2b-256 ee490e47179d9ce3d7fb3a8c6f0b81bdecd447c5caa9b2aae13806418f30059c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6116a36f3dc1bfea85261ae3a2424039703e923b5169f6007b2c371d5173c45a
MD5 f3625d9d2e91469f1cdfe40b78339ff9
BLAKE2b-256 12d111918b8a865d3ba93f4f5a7417b39cdf16285512423e5bce71f0624889a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc9ed364e6f8dcb9da7203f6519efd7ecb46d80ef32abbc26c5eda929229fadd
MD5 b39bd29e6acf63c4eedd749d53301c9e
BLAKE2b-256 7a6794d60d5306ba08bcc74be441c42c1b3afee1e883a91746e8572b32a59667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67c5eed0e1c4b1cc2a9a56b9aa16b0708bbe9b1d2dc0828700d34309d70646a4
MD5 58428a8485991e44c3451999d517395a
BLAKE2b-256 af6d8ea989df14900f881fbc1f7066d2652302dc94fec7507e58fd06b0857cb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0b3f5bb498fca839bbb1895cc8405bac618df671a4c93df029c4cfa0d6379e71
MD5 c1b01fb9a129572237b7d3e89d6d7fd0
BLAKE2b-256 a8f3338c6592a5f3297912ff36f452cf90f6ace5dcca3598f0077a45d4ef1a59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4db000330907d0838993ebe4eb76eccd2a58afe6feea79945adaa6175a60a0b
MD5 3e1f50fffc4c1c5402a73871e936c29b
BLAKE2b-256 8da8c754584c2cec6b1f85a382674d4e891a875ca849896c765f2f89e965bb46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 96d6502976a9db5418033cd1fa9e1b04bd4645b07d5dfcb8b5844c06068aaa16
MD5 2f9a29f4cdf9cb4ae60337fbcc7c58c0
BLAKE2b-256 a8701f7ae5d32e1d96048525b340b69f738ddfc479a968edbd11761833c6e7e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f1bafa03159a029b2f650c512fd3b6578f5dfc483c08ef38adede987ede2b435
MD5 f99211b3f306b243fad65c1409b03482
BLAKE2b-256 b3d58c787d685f8b32f148f1b46bc15a62737f8f02b76b3a657943114c0f6b01

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: rapidstats-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 14.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bd0e0d6e0ef178d7f9f4a2b8f013f3002bed650296c152f0561c620f913e146d
MD5 1eb93bcf166d036b4bacd9c87aca7865
BLAKE2b-256 2555acc76bab14fef7fdf2fcad3cd68e2c215dc0ee5d42b8dd7cdcb33cc819d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b19fde8f420b81af341de08ad63ea24adad7b2d4a04716abcd62047cea1de5e
MD5 b509911504ae8a98965a4fe43160d45d
BLAKE2b-256 37ead392fc039317f47c676656345a954671258b97df46f2669dfd84acb6cfed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4fc6785eccf5b8f17481c251a66187adffb212e9a87131129a0539af0e3ead8e
MD5 e30362888a3fc91882a4da8a7404e110
BLAKE2b-256 8c418aa7bcd1c8799342a6b7159d535035687be1be38e92881e1be6e5456d2c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f1000c23363762899fa57be7060936434590d057fe6c9480433d742326f691b9
MD5 1ef138950cec378e8f3ed56dfe8c8477
BLAKE2b-256 9ad2a2d74af3c2ddbfed697d7d8df3ee0eef04cfed3a5a59373a8037678649c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0e1ba84101b0a8d169e0535664315b926d5a0cf37718f3eaf27547bd27f6b70
MD5 653c8d21b8fd81a1d3c8720b52a29ab3
BLAKE2b-256 68701a15ff27105e6f0f20670c2ebb8553c6576a59302d82a5f500cd40fce3b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 790cb32982821712a17dc4eae9cf1736f9a66f470793f14195d39a1564e682e3
MD5 625de223236556e3d37dadceb339a6ef
BLAKE2b-256 edf8d239a672b8be166acd6326dba702fbf4079481dc16e509954c5f5be8136d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fe3faf0bea711419a0b8c6f3a373538b01d855db9f57d79798907446f444d86
MD5 199e757cf36a8c41b12193b762100f21
BLAKE2b-256 779580df1eb22e1c99456ea44d15423435c6e7fe1a70b1cf0e174d2fda3b62a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 19da63cec1b472947d6b3654c60ea5531969c391a534d298da61e37ba6108616
MD5 be02b4c75c17df2cea8d5e88e59bd924
BLAKE2b-256 23fd04bc415038a8f56da8a4935990b249f52bc214163a21089e5f60fe96f600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e04ae8567c10f5fa3aecbd5cbc99167d8cde2368a503f02117efab3d1595aac4
MD5 1734af4493b992fcf49a0b41f6fe8129
BLAKE2b-256 c05ea2ac28e26b3032a769c2eb3e6dbc3dad1e44378b2e4afecabc074e447fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee46dcf995e3513a2af35cbb97eb3642a4eda211d64a357235f54b086c74a845
MD5 55edd3bce959ecf1ccb1415846b52073
BLAKE2b-256 09eae3f7fc23b71bdd5c23f1836548ea5ebd6b01e49a3c749178e072b863410d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d2c97f443978d041c63299c1c5b754d3158531476c1510fa84917cf48dea430
MD5 ade7b09971a6de2d3226b242562ba7e7
BLAKE2b-256 cb6493ac1940cc50ab9b72a94431099b8a6883766cce425b88e55e1f8338d659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 be640a7a6f80855036a960933ed1031113dd723263c778893496462f587d56dd
MD5 138e454dd9f6e9931369fda1520e8582
BLAKE2b-256 a92d8c8dce6d9e72969831369378ab7ab1063c915165656f933dbd575a1cd4f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8510c1a883bad26d164c4a373aebf77407deaef9b98e6478578cb62f68d3792d
MD5 1049edbc72a22cfe2db8e27bcf46070f
BLAKE2b-256 8d3ae402beb537e3ace086d6544f54c7debc9e2cb6601189bddf1eac1db7c482

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: rapidstats-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 14.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d5bf4913d1ef7374796d69e9e38521b57edde146c4b69f9e448106587e45a361
MD5 837d782af4d774881e84f999704805a5
BLAKE2b-256 214a1c76c65f1d36870c7e69ab27b9bd4d016c53c2fa1d7aa60e7daa37d8b5c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edcf6dcfffa01f1ee3875d1a5012e3bd089528f1ab150a1220156b5a34a9b50c
MD5 41c1e1458a46304a9e9a354afc7ddd34
BLAKE2b-256 9f5e53e8701c07805d997ca793c1d895c8999899a9029d78003fa6f1ea2599ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a44921965278d18a908f2dcf0381551e47ec93b65fa51b6070e888940da49ea
MD5 681c9b1e02fbeb0bdbe5b2ebb23a6d34
BLAKE2b-256 cb2fbfb9dc2269f417452d6dd77ff6c2fb6610b4a9c17818e4b8ac8458688068

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7b17e249f235ce974b5de293aee62376803a1f156962153ce5efe89d372d85cb
MD5 d571946ded78b3ab535c3eeffcdaa849
BLAKE2b-256 fef7997dd6540dc9691e064282eb8313c525f509b5c6249ff396563e1338c87e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d41faa5568df807aed134050412533af8bfa5a5d32afbee159d83c5e69b18b37
MD5 25cf49897763206ca14c1c1344ec574f
BLAKE2b-256 7ca0280d5b7c3e232fba92554169ccaf609d971c0caf5082cc8ca9d6625007fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 f59afeab8634ae1948d648764964e75a7df4fb63a4a6f591d675dcb82d70f1c8
MD5 8277a8df5e2417d6610eca405476306f
BLAKE2b-256 8797aabdda37d74d28e7088cf5c53834c95204c7dd277be557a086f655555b5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e53257727acb60baf996bf33e712de23862f0d17b774eef1078299d33b2fc781
MD5 e5020c3d2f849157be0c7bafc83d772b
BLAKE2b-256 67e769d7915e021b38edf143ab3950870c574b028ec0c284ea39ac733d7c6ddb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d3ca298dc338b2c8044e7ff1ea9e2f577136b9bb7cb09a4b193d8d2fc629b956
MD5 989a89118dc17a1678434bcac99224c6
BLAKE2b-256 e1d6fed06181baf3160659702c9cafcb655c028ede4b0972441664e7892b1a29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dcf2e88a96e045d2dec0720340c7a58b8a47402493505001cd9d11fda4d3e7f8
MD5 596a1b78dbc948760908e6bf16049ed6
BLAKE2b-256 a5256ba2c0407591120ab5c5e73f1f8d7fa0b5c529a6bf25d53c862fe5d19f27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a9a3e03d69df781e07e43549a03b9832e52435bcf356d0ec8afe45fa07a5b611
MD5 ace431311de286f60a750e7466b75fa3
BLAKE2b-256 d27b66bb9fde7328c76a4522adc41ba717118962887a306b73b890ed9742aae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2a66ec8a6c59ee8c6debdb18bc3b12275c01c5a93d1c1deb0d437211a3aa1943
MD5 1da9f82562e7298dcea0da4cacd804e5
BLAKE2b-256 0ea3a528b19eef5a448d0578c3f32e32539fbeaab50fb28cf5b6248a748181c7

See more details on using hashes here.

File details

Details for the file rapidstats-0.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: rapidstats-0.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 14.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.4

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a2012aca430d8a6f10dafeba02ad75e9c74ea6f38a849fc4de146987abe8fc80
MD5 940c0d1aea3322fd1a249c147c503a34
BLAKE2b-256 56a7a50adea94078446544c2d938f26b6497c160035872d9aa4bf42954b62ee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dab1d381bae9852c892ed416d6482eba22d19b34488b44c7e589c46773981fc
MD5 9d47953a9774d90d7e74d8607365218a
BLAKE2b-256 22abab0de18821464aa5eded4c075246e8957def2d38240b6e7de56727771ccc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be794a5b9c8c87214529458019890a65054c0c35a4aff52fa16b41a7d33e1bf0
MD5 48264a1fd3846fa7a14e41368b334d4a
BLAKE2b-256 d72e4e7941c52b51cecc40a4011f0b59ba7d267b0d8ac47748c998af24f98d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 29737fa6d4cba773c91e1c72a41b0640328d80d9297d2e65ca8901178cdcee91
MD5 afe0ee6a0c7ee8ce1755d2eeb386ec68
BLAKE2b-256 9428f1136c3b7e48d26d777e1e12e3f2df305f00bac5fc45aa7794dd4f2fbe6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb4f3de19f6b6c22bf8a90f6a35d81b27d34a03817f12a3c6c8c7df05c175c3a
MD5 8e4619d61ed1cbac648bf55ddf808e65
BLAKE2b-256 9eb01544fb2de72eadcbb71e779ee68be0e174c17882fb17f9196a91d60c1b55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-manylinux_2_24_aarch64.whl
Algorithm Hash digest
SHA256 25b301956fe9b7ab4c9e158cc769474d0a0bd7ce5c90e83bb3f3b4e3a70901e7
MD5 3cf351257dc8dd7147ea91328d6c191f
BLAKE2b-256 c72db784afb0e1b0dfa225158ce0c4e4ded41f0251810c283317261194d65b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 759f29a9771852e35507e94549da201e938b172a8d1cdf2cf2113183404ba465
MD5 c38997c88a3b3d57dc2c5978208c75f0
BLAKE2b-256 c62d3dca35c28b611b0723fa746fcbd49a8b2c519c338206407162433abeb9df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d24362bf0083213c3ff98d4fee91fb2cbbeca7765cf09451c345b6660807ddec
MD5 7d4934b61a488a96625812d3f6a11393
BLAKE2b-256 f2e6997df8227d30902d7b7213e9a5621c5c183c0e6980f00975e5365a250ae3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3fd4ddee14b922ccfea93b2f81d8acf6a16b179d712d9fe28c1f71a631530bfd
MD5 b384c457a49c1a348f5ec03728009b5d
BLAKE2b-256 084bdbe2aed400ca3b1cc3986c07e8b4c215816e8d145ab863439f9a66b2ae14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 932cf0f0581b09951c82117b5a5cea7d3717b623e42d7c7f77409e13b46b7c2f
MD5 e0b2239bc72c7f6cb06b995b0caa32b7
BLAKE2b-256 32baf68656dc767b080c2c9e4332d0182a166de8b10fd3602c190025bcfd488a

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