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. Currently, its core purpose is to provide the Bootstrap class. Unlike scipy.stats.bootstrap, the Bootstrap class contains specialized functions (for e.g. confusion matrix, ROC-AUC, and so on) implemented in Rust as well as a generic interface for any Python callable. This makes it significantly faster than passing in a callable on the Python side. For example, bootstrapping confusion matrix statistics can be up to 40x faster.

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 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

Notes

The purpose of rapidstats is not to replace scipy or scikit-learn, which would be a massive undertaking. At the moment, only functions that are not easily achievable using existing libraries or functions that are significantly more performant (e.g. the core loop is implemented in Rust) will be added.

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.0.23.tar.gz (194.9 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.0.23-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

rapidstats-0.0.23-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp313-cp313-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rapidstats-0.0.23-cp313-cp313-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rapidstats-0.0.23-cp312-cp312-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.12Windows x86-64

rapidstats-0.0.23-cp312-cp312-win32.whl (8.9 MB view details)

Uploaded CPython 3.12Windows x86

rapidstats-0.0.23-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

rapidstats-0.0.23-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp312-cp312-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rapidstats-0.0.23-cp312-cp312-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

rapidstats-0.0.23-cp311-cp311-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.11Windows x86-64

rapidstats-0.0.23-cp311-cp311-win32.whl (8.9 MB view details)

Uploaded CPython 3.11Windows x86

rapidstats-0.0.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

rapidstats-0.0.23-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp311-cp311-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rapidstats-0.0.23-cp311-cp311-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

rapidstats-0.0.23-cp310-cp310-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.10Windows x86-64

rapidstats-0.0.23-cp310-cp310-win32.whl (8.9 MB view details)

Uploaded CPython 3.10Windows x86

rapidstats-0.0.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

rapidstats-0.0.23-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp310-cp310-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rapidstats-0.0.23-cp310-cp310-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

rapidstats-0.0.23-cp39-cp39-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.9Windows x86-64

rapidstats-0.0.23-cp39-cp39-win32.whl (8.9 MB view details)

Uploaded CPython 3.9Windows x86

rapidstats-0.0.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

rapidstats-0.0.23-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rapidstats-0.0.23-cp38-cp38-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.8Windows x86-64

rapidstats-0.0.23-cp38-cp38-win32.whl (8.9 MB view details)

Uploaded CPython 3.8Windows x86

rapidstats-0.0.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rapidstats-0.0.23-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.23-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

rapidstats-0.0.23-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.0.23.tar.gz
Algorithm Hash digest
SHA256 4a0bd4b55da1f707ae6d1aac904a198b2d4ea11b5792e8d4e84d73c8166479ec
MD5 df24aeabde702bf5611f8b2d9244067c
BLAKE2b-256 25751ea8beab7955c234f67e6a12e3d1f12fd20e9d364ffd05ff2be03e74666a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d764d48606ef64cffc2bca4a7917516f5d56bf87d870fc89e499b8bfde135eb
MD5 53cedc22590f6f55aa7d10909467e0c8
BLAKE2b-256 e75c60ad3973c26ba27625ab0a082343bdc4a00e1932bc67858b912807afcae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 78ab3fba5c9e13ca8eccee90358734a82a9a873e73a564a277e0afcb5a1d07be
MD5 2e35f1dfb6332f628333bcd5529d2a67
BLAKE2b-256 106df0f8aa5d7fe0e932d367167e435cec4faec9f76b236287d8a7437489ab45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d4aec2913d0f7876b0c685d606f431052c94db087e3d377fb9334cb32d81e00
MD5 85ce99f4dac70e4e63c1e71ddf7ef1c4
BLAKE2b-256 96a5f46722395e4c61021ab1468c36f2e96c36e3f8e3d3a5aba08e8802dcc514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 400d570d7391ff9040e1a6154a8b26fbd94cb884a443277672aca06a7eab8ddb
MD5 3fd20c4f122ce42263434ac24f89b376
BLAKE2b-256 1bbd5e1fa6139e118c7e35866bae8845de170316604912c0745daeb02103c26a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6260f0bc96e40761acdd0f60711563e0107846fe5359f60c251895e5e42d7b0
MD5 63c3620a51a19a4bb7427108f7f772e6
BLAKE2b-256 7021c5bee29e7efcf72b5efbbb4fbeb72c1e1e1031a86336ca1bc8a336bf790c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 80928fc4ace1b6b5e92c8c3be3bb58963a675944447d086424fafdf4224bce0b
MD5 5ae07140dec096f1ba0a5853eddb1d82
BLAKE2b-256 273cb6dae885ab42661a4982991f61bb21fe8a0d426a6af9bd6cb68ffbb56eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c3ebb80ee2861d80b9d94d19abec9c8c8a4250983905abdb405158b31fde3a48
MD5 cded013de5a1115ebc484d6c468d1eb8
BLAKE2b-256 8250a1219820c5e5bc0f8f7bedbadfee1eb73b3cd9c4b5371941e4c3530894e6

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85d8d9b40d7f6994c412732b9711d1b05a390077aef301f61d8e60707b96441a
MD5 b8a7eebbfc983c73395aded55a7a9033
BLAKE2b-256 af6889ebaa8aed86f8b10acf7759a1a1e3eecee1b4bf0214623b2a2baeaaa8da

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a94737638e86b2f96ab20de1009d3b99dc7ce4054643d624e9808d886ec9907b
MD5 0ef194d108675e4c407a9a173acf9646
BLAKE2b-256 d98c50f63d9c736626f3571443b0e7a38dc9e09293b859e425b54a5cda98677d

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eef6f608e72b012738da30ba2e8d4cfc6a90d8591f84b63803032db2f5025dcd
MD5 44176a71ff60a96e8801eb9b499370d2
BLAKE2b-256 d74ad0e0a9b2e39a6863439f958a699ec8a2ffa43f369ec44750f04fdeb373c8

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f7d4299c2841eac2c62e88f2aaf52662f7961ce12e5339277f83d048979ec9ee
MD5 a2dfa88dcf7dab13e2ef3da967120a4e
BLAKE2b-256 1ee88f546f1b878389e5d05219dc90ec5522066d9fd423320aa693986d9e8f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4859b18e5dcd142deceb496df0a74c550fef0e11e40b1b064a2f61d47b9213fb
MD5 75ce597b2173ccac9f973e2051acf23e
BLAKE2b-256 3a9dc1dbbb2d29dcec37450fa28e19844233e2bfdd2ab2fa7399f45df625affe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 673ea9b0a395e745e5b7778009c6e4b01e86fb98acdeaa1e2d5f25629767225d
MD5 4e203e6f457fb9179830c198a2110fe5
BLAKE2b-256 e2640a3588999e029ec11a3e6b1189d2b0ab66bdebcdeaef8e3f09a92d83207a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59e4fa08fa010c784d72a91d0ee29c2119413d8071a518c5c6afd236e536cf84
MD5 91e291ddfdc238fd5559efd2748e3911
BLAKE2b-256 6ad1f2110d5b88542a6bf34ae5dd124e233bf9d46d3930eeb17070dae91bcee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fed9b63cdd6c1e55cc11f0d8b011663385f3f8b6347a41bde73cc7e751b3a34
MD5 e0876d95bd48c06275c81662ad9a98b7
BLAKE2b-256 66b8b86454aede8caa4b29a509bec26321715206eaac9f3fefeb579ca23e630b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82c70866859b2643dfc6d12a29aa4c6fb85d29fbac2656bbb1ba3c9e761312de
MD5 9dff583c344dfb4da2b5b777819d04b5
BLAKE2b-256 5f5ae3717233466c5b514fbe331aa9937dda3f2892890ac22a461d8902ce9644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44a0a1f5b2363009549dd5140edb7d82266cd5b324350e4b505f93b642f4d5c4
MD5 1c4ba511bd9d771e77d5d26c56765436
BLAKE2b-256 de34e8256e6030b86da57d3192a9b8e103d962cc3219509938cdf26db3ecc618

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5ccec616c7ca7c1957b7d1d607ed355191c3f81483aefef5ed0d445cb465d67f
MD5 041db72186299c959029a8985ec48c98
BLAKE2b-256 3d8af4df768513c470a4549e87cd6c327bdc0b4e28573901d2c8733a7c6c2082

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 327d306b3f131d5b7e7a68edee44d4065c89d8d056b48c1b3889a7611d518ff1
MD5 bd363801a4ea529326f47b3dba7a40a9
BLAKE2b-256 1e15061aee2d9dcd55392224da361b687fe76e0495c5981f5e3de15989fe5a1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b6be7de8ca1adad50e93a45e2f9784b6ae00ef9633a0bf1be07df0d569135f1
MD5 d4075021c9b6383b02ad94c19511f506
BLAKE2b-256 6c91d4e6ad0012b530da38d4426a0d9b8f492ba31774287ecea5f0db437ab38b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2dcd002eaf39d86f1f23e502b1dff9cb5d4e0bc592ff5f7cb9d50d6d146024e7
MD5 b74d900270836e68e5cf45cfc235db91
BLAKE2b-256 37a835c14129dd4b4e14b312054418e7fd727c1f62c3119013baf5c88047e50c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a4f7342ae9e0190bc330242b267f2e940ca02be01514c71e70968b3be89c55d
MD5 f99fa3f9adfd005d3ebea56219fbf1a6
BLAKE2b-256 591695cbaddce5909b61c6edf43b4803687367f3282efb5b354450fb43c1298b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 40763a57903561110f37e79ff41a937a3cf417a0b6e143ed999f21e06d3057bd
MD5 7057abf65f70ddaabecb771290874b45
BLAKE2b-256 b35f3a11b3cdbf8dc107160a50c8940a4f539ba99ce4a9393b074c8d71a5839d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53538079aa98ccfe24ec7482944dfd5a7e7c8a4534d22b01065e4f437c95b2a9
MD5 9b5a52456c1ed3ec7c5b2d0135dbe72e
BLAKE2b-256 fbcea37a765a0c0c2839d4a81290ff6525b26847c3bbbbe1bcd063444d4934b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0436abff55f948a6ee956e633d57592af64b05de762ee07bfc68d54e26682b65
MD5 a873a2ded18335880d5e409e8e96260b
BLAKE2b-256 7bc917637cf8005da58434201ca28832ef2705531901b4469cbe6a4cc2a15ce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2723ac6f4ef46f9f959dbbaf4d82f3d4c0b06c3ff714f8dc5b2b945c325af79
MD5 4c74087ea84bc1e41a697b7f8066b488
BLAKE2b-256 8206891d3cc7204e5fe5a03ec9eb064f6d0cdbfe6b82de625255e17430c012c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 57441509293ffa2a8ca0575b337e20dc830d705368e4ba2548899d39bc3bc2e0
MD5 011449867adf6a05f9c8803fa89f9a1a
BLAKE2b-256 408e8513645a58524eab0d3c7debd1c3bcad25a1fec0c7a7006bdac3287df23d

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0f9889dac15c4159cce7a74dd67a1fa4b0d480e593fcb554794f8b4bfec6c6c
MD5 2a75c476f46d7e75bdf8545091d3b4a8
BLAKE2b-256 24032be70847e891619d66714882027bf46f126f911f2e5584731fc434658b04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c6d16b913be87623761ea624ea257f03bc3fcc54d73a6af9ff2b0dc979d3276
MD5 d356188bd272675f13a5de2a960ca82f
BLAKE2b-256 5b0ad1f477da4b5e77de5117791c50f7e2d982cbd2477b3169a4119837401bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 28dd74da855a535b888bb01d85e7f8ea2c59710f905ae2590af1626e5c98d8ef
MD5 86ac752016dba002b5d7f5b6046e9871
BLAKE2b-256 fe60b02686e273901322cab69b9df0cc6e2fb81538484200a23d7f6da986dec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca5fdc47f3b9ef73cc386ad844ed306cb5829a9f9dafa5867d02f3d3bbb77fe2
MD5 8d4f03be33cd288698b9be82e1cf28e8
BLAKE2b-256 7aac4217c4c03e7ea5c0adeece17af55dfcf37648cc1b76d85f8f8f700cdaef8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dcb0276553f4cc8ebea917d82c24c1967a05ef6e778f12c38b486ead7d19ecbf
MD5 e910143c341fdc664ecbec75e44bfc9b
BLAKE2b-256 dd97c82ccc95d5dd408f95453542b8d4db347497a232097494a3dd17c77954b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9905975c1503472640079447110935975d44771d2153d9f3c45a350319ee5386
MD5 6a4b3fe0686c422f0c6522ec059de890
BLAKE2b-256 f9e01af1d75a9f486ba994a0bf7aa51b8870e2fe1d4af59832f8dc63a8921876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 252fe5b6d9788b82c60a62524f906b6912951c5386662d058f76f4257b6f4c12
MD5 b30eef0d1686b4e6c711c60883a81448
BLAKE2b-256 51d6c38444d0302f0cdb5a28e973ba31356fa8f30bbbeea8712c904c97ff6348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d79ec90128e47edd211abac0a11d265d52d5e0b97ada36ff2fe2d6a3b3df2897
MD5 2b59cd52f4c5da60b082c0e7d92a3b4c
BLAKE2b-256 de59b55584f56dca6a72b1ce268f546210f5cca9e7f8825dbe7c4aec56c5e736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8d3a269918633af908df9a9aeb2bf5809108b2322d185d107d9b04bd7e22b110
MD5 babafb3fa06def2f8c1a7c0f880f8bb1
BLAKE2b-256 2ec5f848d8d3a5d9081f58030d6b9aadb7a7ce8dba33beabe098023831989e53

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce3499fb48f5601785b53a719b96e7717e0b2d67b2f65dd530109fa37331d34e
MD5 0c90a32fdbcb837a99f9ac57cf3a5783
BLAKE2b-256 3775338fa8e8385ab5d52259dea1f5c8dc6bd627df5fdfa854b23f95c90c7971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17d0cb5162bf81ffce0b6f415529b256702f3a5d49d1d60beba91386ae441b1e
MD5 f47d84f39d002387a98fc21dda1f466d
BLAKE2b-256 85706aff4621d8954ae4abbf23649fe7ec2ae9535e03cdbcf9e3f13a112bd570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e17a62facfded31cac173f27121d59595c83126e1354e6898873d5b865e08c60
MD5 1d728ebbc572e036578d10b5cf9ec03b
BLAKE2b-256 3f8e29bafdae2d3b8caf27ded3e932e5fedf7c1ab5b6bdf82203862009beb739

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4e8553878b2f3a7a2cbdde791ee380f26863ed5c508778df55a953eefae5a925
MD5 a02c7664caf8320be4b9543f0cf1e686
BLAKE2b-256 9436a7851a5c2d167008407f0a78a8dc781f0a72218b489e8cb1cf0f70b7ea75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 74a9c7a38f0d2966c5c7386d9cbf591f1ad68e90a07361d46dc196b5b8beaaf8
MD5 1f0bff7bdc3c85fbf1d1c933c57734a8
BLAKE2b-256 e08e9a4ffd122f6c24a0e0cf2c5a92570da559df6e3bf050336428b32dda3c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0aaa3db8884f398e91fee4a73214ae8287b3a5a6cd3c7557ce9754db35dff7a
MD5 60b20eba8c72bd557bb4f9b2e3f1a758
BLAKE2b-256 153091f8e9248beeec95628e2af799cc9719acb5ea2c580c0d6192d185a29e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 44ccc9530288f35db598e49023004fb53bf6535cdea73ce8038ab380755a912e
MD5 7587b293c5d1b8f09472d07dbe3d349a
BLAKE2b-256 4e14d03e75f61501975350a84ba29731ba9052d225912ba2be6962e0cf979da2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fcd5937b998181849bb64d786cfe0a47067bf3c04a10f103714b9a6f42b04051
MD5 a84897b9e3141abb5b8b093e16ac8c9a
BLAKE2b-256 89a3645cdef11494ddc4857b244833cc6280d5096d504341bce09f95e7e31193

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 19c3b5b64f90d0acd39a096262c5cf0306ff8dc3d477676fe9a53a36a42d5293
MD5 1977c369a95875e68fca7eebecece004
BLAKE2b-256 87b7da45d6ab65a32b0cdcd9a1a5f5a056a6a3db10a83dac480234b66626563a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e507feed0b006265aaf90bbfe619effd9410d3521f2d29b0f60dccfea3dae95
MD5 2711a27dbacda43644393bf59a7f9034
BLAKE2b-256 174cd4cd81edb8d35c300697afa33e06da2e6f9f5e8e2b526d0c2dfd4fcfe02f

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f3c2961563b1c7adba0a9795dd1ab96bc50fbd78b568f9f33260c88f87ee016
MD5 1779e0447fb2f57b2adcf4b9971b823c
BLAKE2b-256 a9db7f844aa0513283e47a6bcec68684c78a0eb1352f7a6a7ddd9052e9631855

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 768e15109b26659f0e9ee2ec0d06a14db8b7728a5e1d3d47bce81305507e4464
MD5 255272b758154f633016f46a30c0b331
BLAKE2b-256 c541102aa566590e55c6ed52585b4cfd779c16266c0e5d99e634e1dd7bd09673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 706cb5e0862d28a70967672652eaf33bce1c448cf0c8c6563be48c3bf949dc98
MD5 0bf50fee20607d13bb442c13e5c72b31
BLAKE2b-256 78ae622c26c6f39ef58ea9dbc4d36b82cc82f6875c406e895876f2908694d16e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 566bc1b9a945eca0af161eec55fdf6dd95ee7d157f1aace11cbb785f9293206c
MD5 4b92f9cde3bd55613172ec8ae0c3ae2f
BLAKE2b-256 42dee2844d9b9516d40bcfb41b47664070f4305cff981011698cfbc0823a8e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e22253c22c3dbfcd8bc548e963419beffe6e23040c3a568418d123419c99669
MD5 f675eef6952ea1a60339ef5b6213b2ba
BLAKE2b-256 2ac834942f7844a53ff5eed9640fe06e3fa0e4bcb3eebef95f6f2aab9c77b67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7750aca3d73098fb1357cb678a3d116981541fe793c8d92aee4e14af0d2da0f
MD5 ade2566a359ea3619802538e1703b6fb
BLAKE2b-256 77714592ffd892e1447ca7b4eba8b2ee8839afaa5a29cd38c3bc0affd225e2b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7738736fe6238a127aa69c4aeafd709a2083ea90b69352e95bffe78f34bac55
MD5 9dbc61ebe677bce4612be457a40a3ab3
BLAKE2b-256 af858371dc68772ef6512adec2f5976480f36862cc1268494717fc29f4d8013b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05571a10cea55fa1df2ccf2c073152054484402b17caab07bca0e34e4da1a2fe
MD5 8794f3065d5c5b750645991f590f95d2
BLAKE2b-256 b5815cacc242bfbc18cb88d66dc0c1002317a902ec38f0b5d1c3a1ad2799a125

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6b4e6240f4c53dc36c4d0023a492851b602e7c82e17c40636aeaf6f075cb9e9
MD5 06f8bff0a1891517fccbfc30476320d1
BLAKE2b-256 f34f541e0f323a6888a5b7108501e7909019aec0eb7ccd7f84a905b9d4ee3fb0

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eb4fd2dcd71fc2648fb1e7a34b500ea89db0106726192283c8741d5c71163b74
MD5 5a6286354df468127a4be1a335674d98
BLAKE2b-256 f7516d5937e27d1b7e1fa19f181e05f922aee170340cea970ee013d3dc6aa306

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-win32.whl.

File metadata

  • Download URL: rapidstats-0.0.23-cp38-cp38-win32.whl
  • Upload date:
  • Size: 8.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.8

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b903cc6bd7c2c11bb5bffd0f057952d8574be76a44aec50e652ea758aa9e2559
MD5 958374550f00dee8e52b0952b391e876
BLAKE2b-256 867c4b2f6805d1d9a803da62bc5406d684b3f853e052c9d49ff5e6ec9eddffa0

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb09070dc91aacb02e6717c35ac1363c0cb0a37617a40f7f3d7503f2e444d551
MD5 ab04561dae9ab53f7703f5b236ff5668
BLAKE2b-256 a0352ee7843fae7740dcf0c842fb9897e910aab29308be1c904a9e5e40e26a3a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 081bfb4b46f30d4eae5563d01432e1c53657161a3b4285bb28dc915aee4e81c6
MD5 06ce7ecf11706f6c43126e75ac263f0b
BLAKE2b-256 9199f16552b97775a26c9527cedf6029e3f0b544176a9d91a843017bb1a75d81

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90ef7c7722a54155016c375f6d7e554e81f7b997c0752b57381d341448fdff71
MD5 50cdb41e45faeb7816f2d94d45eda086
BLAKE2b-256 5edee10560d4fc0338a089587fec735dba54226a1178c905eef30f3771f89939

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 189bfd754b00c03b27a21418ab438632a97c533ca41ae69bdb69c7013bc93b55
MD5 669601ec8c18e4c5fb2015f2aaaea1bc
BLAKE2b-256 aca26bba942fd34380bbdc42a3b283385f2715ed752b91a2472e2d5522596a5a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a3823dadcf5a209e394d1881dd623d4849b48e8eb16575b6c4d027e2d3a3b596
MD5 3a4f2e83affb0610ad6bdfd03a511fc4
BLAKE2b-256 84692ed30c32130acff00fb27d962fa594541a3f33bf90c1beeda34472a1b5a7

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