Skip to main content

A quant factor plugin for polars

Project description

Quant Factor Plugin for Polars.

Add technical analysis and quant factor to polars.

Quick Start

Python

import polars as pl
import polars_qf as qf
# avoid `qf` unused warnings
assert qf
val = [2.222, 4.444, 5.555, 6.666, 7.777]
df = pl.DataFrame([pl.Series("S", val)])
expr = pl.col("S").qf.rd(1)
df = df.select(expr)

Rust & Js & R

not support yet, but in planning.

Functions List

TODO

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

polars_qf-0.1.0.tar.gz (31.2 kB view details)

Uploaded Source

Built Distributions

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

polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

polars_qf-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

polars_qf-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

polars_qf-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

polars_qf-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

polars_qf-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

polars_qf-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

polars_qf-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

polars_qf-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

polars_qf-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

polars_qf-0.1.0-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

polars_qf-0.1.0-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86

polars_qf-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

polars_qf-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

polars_qf-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (4.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

polars_qf-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

polars_qf-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

polars_qf-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

polars_qf-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

polars_qf-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

polars_qf-0.1.0-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

polars_qf-0.1.0-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86

polars_qf-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

polars_qf-0.1.0-cp311-cp311-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

polars_qf-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (4.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

polars_qf-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

polars_qf-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

polars_qf-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

polars_qf-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

polars_qf-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

polars_qf-0.1.0-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

polars_qf-0.1.0-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86

polars_qf-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

polars_qf-0.1.0-cp310-cp310-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

polars_qf-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

polars_qf-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

polars_qf-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

polars_qf-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

polars_qf-0.1.0-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9Windows x86-64

polars_qf-0.1.0-cp39-cp39-win32.whl (3.6 MB view details)

Uploaded CPython 3.9Windows x86

polars_qf-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

polars_qf-0.1.0-cp39-cp39-musllinux_1_2_i686.whl (4.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

polars_qf-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl (4.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

polars_qf-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

polars_qf-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

polars_qf-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

polars_qf-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

polars_qf-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file polars_qf-0.1.0.tar.gz.

File metadata

  • Download URL: polars_qf-0.1.0.tar.gz
  • Upload date:
  • Size: 31.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for polars_qf-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d10e316267b4571e1eed6b2bdb2efd4fbaba826e277b5341814802e4ab2e2d68
MD5 3d67b593f6fbc081fd0dfc0407654480
BLAKE2b-256 cda80e647530a7855f6db9b44e5ea206fc42c1da84155e9a43f4495f0ddd8b64

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecaba38b624be195700b57d5de56b89bc0473f6382ba67514d88e1f58ae3a01a
MD5 e6bc597cce5b775cb561cbfa7f801bc6
BLAKE2b-256 13354308dd427c4f0d20018f9a8cac884fcca93a733b23736276a66278de714a

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0be9dd8991ef0de4ab4f98f4a6d236b3ae5719245889201edb7152c9f1d93d8c
MD5 605b4b3b8f33c9c25d379a876516999d
BLAKE2b-256 bc2a1491a3f825908f9f6b518d4ee933bbd3abef85f132744c250a6cb5612cf0

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a03d31cc8e9c8fa37b266388cf6a8f0dfd16320deec596edd8aaca9ac1716ba9
MD5 214a785daaa0be45af8db1cdb0e35ff4
BLAKE2b-256 ae0616494f5e64411cc96738b16a6c1992014db2b6e72d36e265922ab190ec8f

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5bd4d6c382438366e65a2f5e09e6b2683725e589a8908897899dcd7ec4cd9a47
MD5 ebc561a37523ca3bb6bf87dba2261de0
BLAKE2b-256 aa8c908c254b5a4938cf6901e9d63200f726c84ca7f27e503c8cc76b8bc5a737

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60717df1f6a5bee5e585b5d3c8a23a388af6cf0de1db0ee56506e729b4890021
MD5 29c97252eb052ea275a08c2c639455b0
BLAKE2b-256 9c6998c80e15a8fae2af4c6377cbd9d8542273824ba21fe00b622db537d1641c

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b922d6644a87f140e2c2dfb4dadff52a432e1126f27d78fe1bfe5bed9dc0715d
MD5 0d874bc95fd67b4330b1c547e8008f7c
BLAKE2b-256 308cfe733c39fecb7008786f8cdd8752c74b8fe81b34b55d6ffb060095ec7138

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8eda9dade3a6a91dfd1a289fdde5e04c95039a931c372f889605cf01fcca6cf6
MD5 a041fddbc91303d07477407987d4df94
BLAKE2b-256 0c9520aa9b26f2c15d3312bf312bffcbd1f9f55bafb59885f232e4defa26441f

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 032f2f5a78c185492b553bca21770697742043337bbb86e36192cadcd6b0daab
MD5 e24ee1b5ff186a3fc843a6aa4fec6b7d
BLAKE2b-256 48c1b4bda0651612113d4242ea7442ad70b313d712ce90dabec6a429a5768c5f

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a0b8cc5613624174bd2ab47c38961952c9e92f2c8494481f131e827293c21b5
MD5 c1a7df1e350ccb4b55c55ed4c2cf1b46
BLAKE2b-256 ef62c29de2bcd25b9449bb3f4b4efebf1904fc426ea5f861bae5b4b113a9b6a6

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14eb971eb82e2a920409a3e08cdecaecbed949760fc491206234ca8b5e6334bf
MD5 9f6a6fb9342ec1e0321a9cd2baf24dd3
BLAKE2b-256 540aa6d01327d4e1b924ecd6e5d0d02f9b3a6c2991002f82b1d904f2760ad589

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6178f6e4e9f6175acf38124892d28e1672c91024759e959f2424141913aa48ad
MD5 571cf209cb1e66a527e09f445f6b65ca
BLAKE2b-256 5ee5852ab1833b7d547c99ab7ae58d8023f4fbde7788430ad4985a538afaddf4

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b72c6bad7469a434cf1b5ccd728d722be66b56a0c78847f1b4a5beeaef9fd000
MD5 43197932aa30d55385b31ff53ff29f98
BLAKE2b-256 abf080ef6ed32b918a8243a03f78a8054c5ebec0d246af29d78f6ff492105631

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ebec1a00588ea74175d0c566a1b10887dd0328b1be6d3bc5b4ccd4ee746ee6b2
MD5 7c4cb8b7b13bbccaadf8155b4d8a58d8
BLAKE2b-256 53ef8910ba6ded5682993c9ca1016d1a3b8f41a785d6930a7b04ac9a2b23d3a1

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 007beab380e868667c74aa3170747eccf456c009cd60052ec6a975715797b0e8
MD5 7cb91f48d4c28a0f4a0559cbed156154
BLAKE2b-256 1abcc2ba6155f05356a6e8aacd10676df038f32f959938f9a7d1fd50fd051081

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0028bd663b8db02ae8287bd430e38f1114bae7dade6c37327b1391527e53daca
MD5 02aeda6e52aefb343fd75247b43837f8
BLAKE2b-256 bfeaa97732ef8b53573ce1b2ae90bcdccabed6e00b03709d68f4c882833e1b80

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 56d0e60f06b97224f3cae10edd0e68595bed7c77656b1d7122d9f0cde6256e76
MD5 64dcadb20ec1251924f79d639f57273c
BLAKE2b-256 dc0000afa8d9465360dd7b8dc3951e3f5710c6eeede9afb22898fcb1cb0a6c6d

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 298a20a4efa7d2f4d9b3afa1d67965d1d70775f886988185888493ee1f9fc220
MD5 f92451ec863b4fcc8909c5d7b6d45218
BLAKE2b-256 ffdfe10abce5566ef5091e1f1adcd785757bb7a8c56b4d77c296d5fb61db45a6

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b92a67add0365ad847fdd932650a804fd52b2a18879faa8bdc50c7906006e571
MD5 d722c215a57f4c55d9a3d08899bfc075
BLAKE2b-256 bbab833285ed9d69a2f1d55a780197b7e1bb0ab70da31f5a72913972afaf91a8

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18049f9c9cf9a92c0f53343880048bbf85ee19300308a1291305131b1cfd35f2
MD5 15258b885161c74adc69d16b00b89654
BLAKE2b-256 06da32bd6fec946bb7f0c51809afb985df8158d6d32971608cdbc87cf17be52e

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ec21afdb1898bc7d464210265d9afc37a078b4fe2a9ac7dad4d0cc74116d2a0b
MD5 6533d9d77c3c953829c000963e69c28c
BLAKE2b-256 13f23fbe4f666e1666c53f74e89633093f2c3aa2951f03461d3b0f45bdd6245e

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4ddf42c51cc0433f942a6a26c6e814d9737f707d985d57df5f8197d1e1dabb74
MD5 924a88f82ebf2ea7f4d0bdce4889f4b7
BLAKE2b-256 4f5b6923486dbb051821107e3b6be134f7b0e4a7bd932bc4e2157da393d8af8a

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 71ee88a935170dbddf7a38371e6bcd59ad540d21f49caee3f4923ad0f1e12dd0
MD5 4dd7d5fb29d438655d278deaec744a78
BLAKE2b-256 0f6d9e9f05aa75e3876cd88a70cb48f535de6ac260e22ced5446bf78d29067ca

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c43c57d5b1451206f4d3b9a7c7a8005b9c9c07fa229d6444fbdcefe042e4d9af
MD5 ee4a305844178b1cd7c9a6489157234f
BLAKE2b-256 2d44bda3c224cf0b187df871fc795f00345caeefed319cc0b44bae2b8f923d13

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c30894f7f239d7b45e6ba575fb5f7ab8f3a99a86b6cc297d7c970699a6a68887
MD5 fd00f74b683988806a0c28e6875cc3ce
BLAKE2b-256 8e641ab23b06e4aa0652020667287ae34c8d35e39239d0b1f01288cf283b816e

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a4bd8436dfca955e16385bce7661688334a3c04d05a56b941402ab5e0208a23
MD5 749b928cc8641e1be93ab4383ecedbeb
BLAKE2b-256 901f3264c14d2095284719437ff59ae935f63b480b46d14b28fcc269e5a73f66

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: polars_qf-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bc85884b0e265c0c9dac6a47f96aff9aef434fbcfb3e3c6d11afe8f2af7e0515
MD5 76eaa95566b6631ba9283eb0103ed3e5
BLAKE2b-256 f2377eeb20b4caece45e52fee4e5b42146d3f3ff4ad4d800f0d7cfb712320d01

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a34006f21a788d1c2731963d1cf8f1ef34e268bd3cd78c4d49cf1d6338a33bcd
MD5 8fbac8f61a66c2d35439b2a92b2fc9d8
BLAKE2b-256 2a5a6a93525298ecbb2e836ecf99e22343cb87b9e7f2fa2fb13ab7fc5bcfc7ca

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c62219b5986c181ee9739f054328ed84a759443ce4625eb6f64ec231f0880b2
MD5 ff9a42a8afc106337de8120098829973
BLAKE2b-256 29e9c73e15b44ffcf6a279361c0aabcc92177f15e0cdc054c6bb504a6c82cacc

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70e27eec9887bdd38704def72fdd5682cbac0d88c4be2c914e7568f8b0a031aa
MD5 6ad739b98bd9dbd550d9f28722b27636
BLAKE2b-256 2289aae1877612191646421edb1fb31a0190585397bdc41eab6854f3db2e1f81

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 596ec9c1d0adfa35e2d97ab66640d07dd0b389d4f00af3a5a8e547d82204d0e9
MD5 05f1aeb5fd6a1cf25a4fec279dd8bf53
BLAKE2b-256 3f7fcc5d4754e00a116f4e6da6928c8cbdcc299b38a57b3c5bf0e533d5fa3d94

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbaa4c5ae04304def9e2a39824107594570c20606622a5d94991af25f7d877d3
MD5 83436e22b681b30f86d5d141eebccc8c
BLAKE2b-256 e8c78d0d613d94b0ade301c34a2731fd6c625122168d04d5e75e510df6045a0a

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcce23b9776bf5d8ba46164b1abb8df6cf927b4f45f80ff5c315417647e9f96b
MD5 eeed12a030463e4f4334d0b4cd76e17b
BLAKE2b-256 557f5bb45e8d22129d485baf0d9e465488d17e70efd5493a6d71d25fefb0ceb5

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 95743f302d4f26bd7606f88029397c8f5733789a68c08ecd81f946d0b0d5718c
MD5 31ae713df567564644631d7ed981f8fe
BLAKE2b-256 9c37ac9ba1243d7c1bbd462c57370d2abd54b8c07e6606946694169666e23d06

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 94372af71d819ca4cf3d616ba0c0558250a2e24018edad0a4d1c83a9b64490b6
MD5 261258647aba8a5634d947ff116edf73
BLAKE2b-256 ee463e48adc08eb964f4165981ff3e2bf70abbc357e9cc977997a2d4541e53f4

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2caf181109e8e4500eb644f5a805f8761691162a773af09178c51f58977738a7
MD5 033350e3954205947f32e4db50d3b815
BLAKE2b-256 abb86b71c1025d546fb5a5fb158cf91c17b7e13949dd58d8a63e0222af52ed50

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0faaa3d1b0f70f96246ffe5ed8213b2c628ae3cf9b2e5e6683be70c54bb8a32
MD5 ef443bbefdac06dbc519600372fdc8be
BLAKE2b-256 3fe1f631aeb09ea230cd400b9bbeed2af08b72ada6dadf0b9f831919049a54f2

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 350a7e543731f31024d1d25f08907afb12d56e2300eadb0c23be85774bf9c2ca
MD5 d1aa720393c21f5db5552579db05578a
BLAKE2b-256 5f4f91e287ba7c0b8ebc62b944aa501dd0cb82511db017fed543dd018e08bde2

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: polars_qf-0.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 726a5753b84f4808a0996a39e2d12197a79b1401e9d940ee834c18008de04806
MD5 ebe8311cda7296069672805025cd1de0
BLAKE2b-256 eb461604b153d6380a7cfaad77f81f595cedcc5beb5c4268d1c2fb088b54fdda

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1cb5e67fb64b4dd611561f790226ac9dc97e09047e81c6daa44f6089b1789ab
MD5 ff076fe600423790760d300a950f917e
BLAKE2b-256 35968e6bd951669e11189b449a7c1bbf71ab9a5bc1a81a09c413bdab03cab0da

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a502852c7deb446fd5a08f3bd6a5ebb1132a5ac79254ee97d9086ce2403b86cc
MD5 46e3e4e185f5caa2c66eda7aef43bad0
BLAKE2b-256 487b8f0d3d609f0d4b5f5826b3e1902d1ffce1a5ff521994a39277db566ecff7

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6e8069797beaf66f327bab02266fda68edf9a3a0350c36e469af1654de352d98
MD5 83f67035e13631b447f15393b62901b3
BLAKE2b-256 18b1d1bea0d6cfd20eb2ebb545021bc02cc9f496a07d0eef7a313524479573c5

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ac9f83f4b273da674733683e2a0b2b3a235fd1bf8a640ef65203089aaa90d225
MD5 19a08c825694e0de8aa8b32ecd013264
BLAKE2b-256 771ef1a3880c288992e79b31a2bca7fa2902af6cdcde1f228fe008625f07a834

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e08bdeb55587671ec08e233793ffd7973c7366eed748bb212c92a1fc20297ae0
MD5 f4205cd0ddfedda8f2249d25a49d4ca2
BLAKE2b-256 9f1cf8abd38dfd3a98789c45ffdbbf39359fe6577662607458728fcc85291462

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e86bda150a22f1e688acb3f6877570793bb9f64da2a5713698df8e30b8d1d541
MD5 adc9a435777c527caa70908a66f8318d
BLAKE2b-256 d2c02df3e4b34cbfbd3da5584fa1cc687f7f6428019787c24251402ca84a0d90

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ab3273d5f0b464f6ceb6b0424b718a2e0012765b2a9169c31f6aca22db4878b0
MD5 3566b0d297515f9a70b7644e354756d6
BLAKE2b-256 c3752fa146d59c74bf598af9fee2a95b2954a260109813f1e2655d9cc7d5c936

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8e56b592b59daff94200ffe9b7e576877c8d855adc7c406e871195d638672759
MD5 9d67088f33981eeaf55f24c39335f014
BLAKE2b-256 b2c9f6827b7eb9346642ee06857d11c642cb4dbcee67fea40f564ce0d94dd9f3

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6b37c9a93b6cffaa22fa241b85f658049239cbc7d6613ab45a17de1516238c4
MD5 9cc0ad2187425e378bcb9108a9c4464e
BLAKE2b-256 82276c98b9a6f9258c3929f80be909aebae552a543e27c7c094c21ec7b0a044e

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0fe8ba831788b19db5e54febb6d788bcc92f006b187cd22b31eb8336d3bbf3c9
MD5 7e43e276f37fb4b579cd8bb904d6ba2c
BLAKE2b-256 87a2bb2d9aa16992d2a9a6200c2fe0277a56d1183d9bacaee04b4d09dfc52781

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 937e28165a2f5ef3e944a300901accd694b1d39ad18402805f11af384acd073b
MD5 403ea28803377cd31c6f3a3599bcd50e
BLAKE2b-256 635a89f7b73f6bbd7ab0756c11e291e3028780b101f2b6c2d42a527e0a6f643e

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: polars_qf-0.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2b6ea66debf1e3dfe4c15f670e7091027333aa6f05ccd4e4b5c71aec39fccb5d
MD5 73e48958f96c26d9dada87f45a02bb3a
BLAKE2b-256 f7e02c7d40fbff0a1150fdd75244674bf864a8e5a9ea971a1aa2a5502db70a7a

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28ae4a64686ef37b3e693ec8c1936d1b5783a6593a85bae07f7bdd29d433ab8d
MD5 53ad7f2b119d43e99bcc235c1d80ba0e
BLAKE2b-256 01a32e7f0a56ce40064754b7296491b9058e2c3240d8889e2232b6979307f9ce

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 28bdb257cc41d8223d7a7547190fee1d276e91eff3fd2a97939712318877c0b0
MD5 ffa6085967f25cda30d9946ef8aee0ba
BLAKE2b-256 f1e056a9f6cbf5709749aa4e3d5622195716a72f37cf6c41b4a72920b3149c03

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a7b62ac04e963703f98888a294371059dfadac4e01ab19e92d4ff487e94bfc89
MD5 548ecaf02b974ee02160e0dcea62f3d6
BLAKE2b-256 4a61e84bc06eaacbef557ec92f20e23d7d4a0c6bc0e376ef5cb9efc0cdca9543

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25854d53bc459684011984240a017a38b5ba8eaf198f142f2b577aeed736465a
MD5 6d3d3dc727def5a2e5bc7f621ccb2482
BLAKE2b-256 ec95eea3265d83fd8e89eefed79f084006ae6ad347dbc8d55a4c9cf9f0872bf3

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d105be4e99461a75b655c693a234b7b94cf7dc8dae95c0e1de87203b4a47f83
MD5 73defa8c2c8968211094685a92ad4a91
BLAKE2b-256 30a220cf47217e33041edd4901a9a18c09ef6a96d342b324d86de0138509848e

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8a44882da6a0eb7cca51637620b30fab71fbd0e14931355b8dc14b0e2b7d003
MD5 d2354fe0f3cd2bf26e2a2d316a9e2d9d
BLAKE2b-256 331477238f5ec26ea869c898cf99fabe2261b56ef6684b1d0e89e89c0b5f2b8f

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0406f1fe39644bec8b94e0cfd2290cb7bcd86252304cd06adae2cd3b034589dd
MD5 aa0198423f42d7ce776f43ba0bd3b56c
BLAKE2b-256 fd9ccc6d512b0c4730ef588e1227471d1efa2725b4f133e4a000a487c48516cd

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08d7b034dbdbd6f78120354a067beb27f80fd624562a3bcef6f4c4ce83fd0d6a
MD5 94f27a5ce4ea4a2420cdce8df2c4794a
BLAKE2b-256 9a54178676b1f23ad74b1c5d8dd54858978df860cadea87a518d72e2c6f511b5

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 60b667f8392dd46f6b74aa6360c66a7948640ceea2c07409cb96e080bbbf1d34
MD5 6bfbbdbeb7e3e688ff2552a6e5a0cf43
BLAKE2b-256 32a61ed17d5b21d40e18dbf89e4b4d80aa0f2a62cb1da1f8c310c272718db835

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: polars_qf-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d1dfc487c50b00ff23c8fa00d253db4d4801f98f4591bfca756415d2c46d0dfe
MD5 10d6c36f1e0bf6861f4d2542160d01a4
BLAKE2b-256 1df57fea54324efa8fed246b7a1a832564c967345e5780cee67000bbad1b7d78

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea369f0334e181642ebf052a64c1bb650b1f301a62ee6d92895f76bc1b61a3bd
MD5 5075777e57fdce87009d709abded4595
BLAKE2b-256 55f6af314bf1d3317a5c6d6e385e06d3df3608d77b6937b9a17354b7bf5fd2e5

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71ff6e002c6d6f02ee74730ec373cb2a656692d68a8bdc22ebda91be9ec6f00c
MD5 a2dd1a3356ed31ca87c1b17abe1a0a6c
BLAKE2b-256 aa4c8710ea1b5c51450efa6f4389a82dc09d7d2032acde22ebd1cd5c9c890b86

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cc7467b3f9d789beb3834a13b3b403462ae5606b6f55ac089797929c41d1b7da
MD5 e3512c5d0f02879864c078afe920d496
BLAKE2b-256 e35b37784c2f983cd751c0c2317e9ed2a4925cd8501c6f1c7b022b87e8c2f291

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0cbff8da24331764db6f53c153af15846bc4b3acbfcf3bec691cd3916a77f33d
MD5 81cb0c9dd292ddf815e3d16998d637f2
BLAKE2b-256 fca3d95d5c61303c12f2bdb54d320a8d812309abe5cccec0620cd2dff12e9458

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ce1c16c960ce1d53553ff1a701a0d511d1ed9962e39f764d6d053ee484668c8
MD5 fb2e70affce78c74f6bb161e3f6f27f1
BLAKE2b-256 d8909eb408b6302c4daa2056aec80ca4f134d6d3569b9df1e4b47d817d1eacf4

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7a04b5ecf8b1ff734bf214575796806415c30dc129d87be25f35294ee5fb960
MD5 b99b91fe33afc152e72ab337bbc3a9ac
BLAKE2b-256 a9efd465b9738360f9de08e2027e6e63ed844a20de3d2200924c25190c0da124

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4d6c4b71d9a61ef9206534ae0a9728144d775d390bb07fefc896ea07f2989e40
MD5 8c6c1ec023933e1dad6aa1136a340fe2
BLAKE2b-256 8ccbff1fc53efe476f28725c31f21fc2f4960243d742682e96e80e7d743b1602

See more details on using hashes here.

File details

Details for the file polars_qf-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for polars_qf-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 076bd961037c80b085f9bd39f8fc0f518083b543d4585b6487ea5c11e471556a
MD5 50161e2043b3cff846dcff838c382abb
BLAKE2b-256 67b2d8124dacf041d183c582a658d8701fe4e93f8732c33ddf7347040e699ece

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