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 Distributions

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

Built Distributions

rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

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

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.18-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.18-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.18-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b54fe6ad47908da976fd77f3ffeb81eab487634621614e6485ad12650ad74b1e
MD5 efc33ead4f315df259d6c9ceb5119e36
BLAKE2b-256 6fcbfdf73ef26114d63a6df17ae7900a52c56763f7e898bb2a5986354753c018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 43774e344f516b19ac072c57518979116cfc808d050c27df508ab4726e626074
MD5 a876f9491315c63163ff58171756f273
BLAKE2b-256 87db527de0e88308ba4085ad8e8302a76c566797f485b6b961821553fe7abddc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0f13bbc91d6352bfa3926aac3fe64a3bf46d559bb5602fd068ab581f11eaa5d5
MD5 19a0f442b3ed0b77bf96e51f4071b98d
BLAKE2b-256 d02ddc0c37f60bcca9809c19ba5bd2a76ce77d7c4bf58e7487bfe9edb91eba5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9445f79e096b7a7bff6f5a92f64134d46873812bf78eb21d952bd6097192c5b
MD5 53eaf152beeb32fb1d6feda93974aed8
BLAKE2b-256 dbf41eadbc012844fd71b024efa7f3af3fee0598b4b1feee4d976328aa6a83c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aaf4e20dc39ad3730505783664b4f4379c30aad6691248fadf7b780406d3187e
MD5 e3c61f36da229691dfde9e0890b4e8bb
BLAKE2b-256 a49daf5c147f28ec2973f45af7f44cb586d9b378031f5009f68ff1c82386aca4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a916051a033264efe0008dad35d97d9a11e832eee8856345962cf456968d23ec
MD5 b821363032c0e75ed9f8f6fdd432f040
BLAKE2b-256 4661e7065a81b3baa02f6095988f518e97864fa3ec8f60042f7daece24fe944c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c57083c7e0c05ee9b9ad199a8dfad05ab78cf16168b169f88b92fa3c95a7c95f
MD5 33ae8bda182ff377f7fff2bd530e36fb
BLAKE2b-256 f2565ab93ef59888f2c96760e415f011049a51ff5fdd706504a2d36220e2054c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2bf06c05acaf20be9c910a99eff31791c04dfec8351d8a149a0c5afb0f5ba797
MD5 b717129b1cea19a1f4fcf986996f0fd3
BLAKE2b-256 6a6f1d82f3d6b549fe0f914e518a654d687cc83e0edbbd7f4feb59e529017972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 163495bfe01d559c043d964d83fab302e55874bde5d95d35064f2b0a3cf75e32
MD5 8bd75db58aaf88ee6e405d6d4fb2df94
BLAKE2b-256 4e3b6ef2da05b2656b5caf8a0029acb189a0861dfba76f6b74e0a306146f47dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c646d9938a48c3f1c4c5e2c7ebc6706516c67d8ac528079fabf967f3262a401
MD5 b0e54645edb6581af3fcaaf1a9291fbd
BLAKE2b-256 a1022ef7f405aefc11e831eaa5cf0e61b1a90ed120ff94497023fa27540f0038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 359ab54f261b4b9508c36a3f35e847b2bf8b057e8a7221464ca154a180bf0782
MD5 f2dfd3923acbc16c9371bd81e4f0c3df
BLAKE2b-256 4e6714dc1428141854a92c726ac17c7708e3e0b7dfebe9410ea2e9247cf4afcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0ae120e316ed0898c51ec7bb34026730422566450f5c714a81cb8e0b2a2df37
MD5 40dc70e39a40e3d5fab308c173b7f166
BLAKE2b-256 e0d960559a71d1a270c80aa5bdb2aac2f29c87800446e68c178006e3d854a2bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fca398fb55a5f577954eecab26a814ff067c517ac7f9e6c6f1ff326177b5ec13
MD5 05a1fc7452a22ec9b66cec35f6bd2da1
BLAKE2b-256 41cb34a83a0fed7d02bdc8816b3777fdbb87cd2566553deaee63d687251ec24a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78355ddf0c2599cdd032bd401d07ac2ba754e1731502cb17726cebdfa084e253
MD5 e8285adeda250185eda767e8e672a3bb
BLAKE2b-256 40ae89aa4dbf448776311be429e9856f4cf763a04bf4ff7c72ebc7c77d68b028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c380d8dae6a7e931d2f4a8ad1311f5b4e5e7c5d2326a1e5eaafbe817024cebaa
MD5 fc5e6024f37fef28c775499db9f7b818
BLAKE2b-256 4f9f106ccca0a0695ca18a2ee2f07ca3cb4c7b4cb5479142db224fe2ebf2f6e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 02fade14c0ecbeafd225790f73ba3d4ef431d690ee84e520d8baecc5ad488af6
MD5 2a8916342aa95f62689723ad538bb781
BLAKE2b-256 a618ad0ac5b9bcdd080a9b2d00dfef9203574f57f1408fb4974be5a5e67166fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 81a9895c8468dc62f92cfb8d87895ec8c93da77ad2b1c583317f0a0c00793581
MD5 26357da8796fe1a2edf998278ed4bdeb
BLAKE2b-256 bb86ec20bcc20cc4405dfd6cc280f54963a81ddccbb5a09c6758e9e6ac2cf7c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1063144786e04809230a24c3adef4f27e9a24be5a730d38544535aab881b5223
MD5 c1da05668960c8f4426cc37140b1193f
BLAKE2b-256 2dc152cb1ff445c5028d91f38045fc7f7d0733291fb380d4126a3ea8d6f15bad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d846c6d8cb044bff8f3af44257845db28e9a3a21821458727315c47e84ba1bc
MD5 94f2b8398115aea9a199cba73b381510
BLAKE2b-256 bcbad029b7722b7517dcaca0241f0418854b5292c74ac46581196ec765c058fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eaff720430f9e1240e907dcecb29610e149eeeb00ef89f95b785230b22dd6ec5
MD5 78ca3f3e7c5cd41bf0242426b61a4ba5
BLAKE2b-256 559234c33502c4fc12f2c8ce5bb9ab0b5ee97b670c54f74d6b11db1aaa4f008f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea83aa0ae4d0958c74a2926bea77d09fed2734a77f7758c5f2bd0d72319088ec
MD5 df1c00120e65e4e4cc64a2d4cfdd9c75
BLAKE2b-256 e4e1f9d7511ed87d8cbb7b498eef0a6e3f79e788764611dcf2081fa8e05069d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fcbd73877ad8399fa9b266ffbd250c4b9584a4d0c1b1386da1cfee9896ce5c4
MD5 95b288485a1be76d503a955359b93306
BLAKE2b-256 49bedf0560f113972e2007fed210f2c26e45883febbcb192e8e8868f5dae41d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e771ac6ac1713b9314e97dbd6196bbc65de458e0f52c650a48d9a6a76ffd3538
MD5 a4e7b07bb53bfa70399c3da6667185d7
BLAKE2b-256 b3eecaa29f389fc3765dfff277148b6ecf0a2fe5f95b8d166e67e3f8ef0e3d97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1b2136e15e621a9b8d16e80a71ea43c815c78a64adcf985b42cf2225dd4f4ef4
MD5 e3531fe34cf54df7814837a03f59d5e9
BLAKE2b-256 2b7bf1f5a793e8979cfa4ef4fe5d455a82ab35d0ba40d68bc4cc5e1d92fe243a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 51e1054b8533da171d910c249476e98f1dccb1f54f84df8b3fdd0d490dff5e4c
MD5 6f78b48f8cd815aa41e04dcb981a6ad5
BLAKE2b-256 4beb189bc69a9ecdf107e070b66e8e1dedc5b3e51bb66fa74e4e01d08daa0c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93b6f84a2ef7379396bc8c1a7d3feba15c21f2c8a5d7959ddd45d407db50a889
MD5 8714f728edb7128ebdc30b3003d53cd1
BLAKE2b-256 0e4f2c6878c6c539ce6ef2a0d59a0a77e751ec71a50ed9ec2108463696df6b01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a7af7a9c90a667a870911642104670724245d842eb362b4aa028562ce8b84656
MD5 fee0e36d186c4a1f326c356c861c1a59
BLAKE2b-256 dc0b3dc388587b31851f1dea118de02e25d786b7d9157b28e307e278a543b15b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 549e539fc6597324c509dc5b504c0b099eb8654c5442c18a539a4da4dbad6511
MD5 cca14f41cb77460792e7f8450cc51d77
BLAKE2b-256 ce7f20b56a99b8485560f8ad201bd4790d8ab4bdb0f79370413a44bd9b6884e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e4f9b33efee60ebb7b6064f6079c3ae563312da0cd7a716208460f9fad4685eb
MD5 370ed6f9e14e7bcd9f2629d5413b7e62
BLAKE2b-256 4412d8f1f7a905d5e474134a1f2b04ed9e1f6e443059fd27f93a61510fd15211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16d9fbb101bdf71e8a204d5dadd8afb311993ac73c283ad318940fb2c7a431f6
MD5 2db231300207da9c6e206856abe1cd66
BLAKE2b-256 80b42e28d83445cf284f485474535e8e205147944963b33c60707fa6d119919d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page