Skip to main content

Fast Rust-based Python extension for physical unit manipulation

Project description

pintrs

If you like pint but wish it were faster, pintrs is for you. Same API, same workflow, but with the heavy lifting done in Rust.

Installation

pip install pintrs

Migration

pintrs is designed as a drop-in replacement. Swap your dependency, update your imports, and you're done.

- pint
+ pintrs
- from pint import UnitRegistry
+ from pintrs import UnitRegistry

ureg = UnitRegistry()
distance = 5 * ureg.kilometer
time = 2 * ureg.hour
speed = (distance / time).to("m/s")

How much faster?

Here's what you get for that one-line change. Measured with Python 3.12; run python examples/benchmark.py to reproduce.

Scalar operations:

Operation pintrs pint Speedup
Parse expression 0.6 us 140 us 219x
Conversion (q.to("km")) 1.0 us 46 us 46x
Multiply by scalar 0.3 us 7.0 us 25x
Quantity creation 0.5 us 7.7 us 16x
To base units 0.4 us 3.4 us 8x
Addition (same units) 0.5 us 4.5 us 8x
Multiply quantities 0.8 us 5.5 us 7x

NumPy arrays (1000 elements):

Operation pintrs pint Speedup
Conversion (arr.to("km")) 1.7 us 48 us 28x
Sum 1.2 us 23 us 19x
Create 1.2 us 8.2 us 7x
Multiply by scalar 1.0 us 6.9 us 7x
Addition 0.8 us 5.4 us 7x

Something not working?

If you hit a compatibility issue or something behaves differently from pint, please open an issue. Migration should be painless, and if it isn't, we want to know about it.

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

pintrs-0.4.6.tar.gz (183.7 kB view details)

Uploaded Source

Built Distributions

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

pintrs-0.4.6-cp314-cp314-win_amd64.whl (498.3 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.4.6-cp314-cp314-musllinux_1_1_x86_64.whl (853.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.4.6-cp314-cp314-musllinux_1_1_aarch64.whl (810.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.4.6-cp314-cp314-manylinux_2_28_x86_64.whl (649.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.4.6-cp314-cp314-manylinux_2_28_aarch64.whl (634.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.4.6-cp314-cp314-macosx_11_0_arm64.whl (584.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.4.6-cp314-cp314-macosx_10_12_x86_64.whl (605.7 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.4.6-cp313-cp313-win_amd64.whl (497.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.4.6-cp313-cp313-musllinux_1_1_x86_64.whl (852.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.4.6-cp313-cp313-musllinux_1_1_aarch64.whl (809.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.4.6-cp313-cp313-manylinux_2_28_x86_64.whl (649.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.4.6-cp313-cp313-manylinux_2_28_aarch64.whl (633.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.4.6-cp313-cp313-macosx_11_0_arm64.whl (584.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.4.6-cp313-cp313-macosx_10_12_x86_64.whl (605.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.4.6-cp312-cp312-win_amd64.whl (497.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.4.6-cp312-cp312-musllinux_1_1_x86_64.whl (852.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.4.6-cp312-cp312-musllinux_1_1_aarch64.whl (810.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.4.6-cp312-cp312-manylinux_2_28_x86_64.whl (649.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.4.6-cp312-cp312-manylinux_2_28_aarch64.whl (634.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.4.6-cp312-cp312-macosx_11_0_arm64.whl (584.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.4.6-cp312-cp312-macosx_10_12_x86_64.whl (605.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.4.6-cp311-cp311-win_amd64.whl (492.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.4.6-cp311-cp311-musllinux_1_1_x86_64.whl (846.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.4.6-cp311-cp311-musllinux_1_1_aarch64.whl (806.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.4.6-cp311-cp311-manylinux_2_28_x86_64.whl (644.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.4.6-cp311-cp311-manylinux_2_28_aarch64.whl (628.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.4.6-cp311-cp311-macosx_11_0_arm64.whl (597.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.4.6-cp311-cp311-macosx_10_12_x86_64.whl (625.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.4.6-cp310-cp310-win_amd64.whl (490.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.4.6-cp310-cp310-musllinux_1_1_x86_64.whl (846.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.4.6-cp310-cp310-musllinux_1_1_aarch64.whl (806.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.4.6-cp310-cp310-manylinux_2_28_x86_64.whl (643.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.4.6-cp310-cp310-manylinux_2_28_aarch64.whl (628.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.4.6-cp310-cp310-macosx_11_0_arm64.whl (598.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.4.6-cp310-cp310-macosx_10_12_x86_64.whl (625.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.4.6-cp39-cp39-win_amd64.whl (491.3 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.4.6-cp39-cp39-musllinux_1_1_x86_64.whl (848.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.4.6-cp39-cp39-musllinux_1_1_aarch64.whl (807.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.4.6-cp39-cp39-manylinux_2_28_x86_64.whl (644.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.4.6-cp39-cp39-manylinux_2_28_aarch64.whl (629.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.4.6-cp39-cp39-macosx_11_0_arm64.whl (599.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.4.6-cp39-cp39-macosx_10_12_x86_64.whl (626.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file pintrs-0.4.6.tar.gz.

File metadata

  • Download URL: pintrs-0.4.6.tar.gz
  • Upload date:
  • Size: 183.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6.tar.gz
Algorithm Hash digest
SHA256 49b367761ff8affa9b8a3117e2e5db0c5b19236b09e12a8f37b926a824981007
MD5 511248f40dbb943fabcccad71d23c31b
BLAKE2b-256 3dc584dbcf655dadb52d06d19fed9da27c3caba987e19e8d3558f83cbd7c8f50

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pintrs-0.4.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 498.3 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8dd1f4e59904a6a98701cafd7a5513c6fedd862e0cac9bbcf0c0c37e2912c53b
MD5 906fb1e49191e311ed310ceda7e62dce
BLAKE2b-256 948ff021c521bc1852420c28a5ca7c44c1df4e0152375470e3d140f9d0d8e565

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 73bcea42f23a0a038981734c2a2acc9ace0ec6bdf52c7e9f83032b2216ecd64c
MD5 b8d59e911c7839d91a9e3b71e66d5718
BLAKE2b-256 603611039cb80f777912b3dee7723f3c7a4c25b80eb3f97fc278c40c260b2edb

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c1a6fbffc92eb6ca0e5c3e029f99faecafba7c62d9bd1a5c67fb703e5126fe3f
MD5 3d515c43c8911f17579b9cd82768da04
BLAKE2b-256 61bec0300b4ef16f9f8bfffd92e4cfa59f7ca0a8fc946753f58169c0ff7b5130

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22704635622afd97aabf376bf3943675115625da2497c656c3fd02cd0706b6fe
MD5 47a570924fc63c316c3c6004b48e6a08
BLAKE2b-256 296e3a7ad87dc3cbb23d9c258daa30feef813e03e0ae1034713410c381108f41

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f0e7867d4fe808d2552198c1331284a5f56cea93c08f57214f0a1f36fe94d72
MD5 7cdbb20cdefede2b599f3c379a7df33b
BLAKE2b-256 aef17c977e4dbeb4084aa5da433ba68ed9fc166181ae1fa313cfc6f2548a4f8e

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e68c5ab85c818f970410bb5e56105960405799c0a1eb95ba01b5d720e45df8a9
MD5 2403ba3168f4dcd07fa02e24ec589e3a
BLAKE2b-256 d79495c90bc34d27897120334b0891549c644aa6a01df34cbb807435a6492012

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 09aced7d32cbf5aa962a7c6a7ae5c899521b0598e2426ef83f27f83c8bc198fa
MD5 ff7611b645097c1e16f2b51e14224d2f
BLAKE2b-256 d67f0b835c159fde3a2bbcd49c82f4f2478fecf28c993db06f1fad621159c937

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pintrs-0.4.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 497.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 30edc131d9796976fa69b69080ba54bf19d01a212b456fcaf04b5b88b1b74069
MD5 f2a47d0659d3fed31921c497ef1a6009
BLAKE2b-256 166e95893fe9d38f02b96543371905924bdf880e45db837cf70690041cf7a344

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d7d9418bfe883435767e44f5af52cbdaa65151bfc7280d026f3b51e3cf704f8
MD5 7938341b26af2286d71f646fb72af7a2
BLAKE2b-256 6457cffd5f66bb219eb78d0116cc70bc1cd4a8e38f0f7ba4b8f39ec94d31cb37

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e54b1039d6f77846453cb970e3bbda85967b3547be8d029db8498bc2a7a4aa06
MD5 ef0f5f9e45d60eb2e64f52143d2c7bea
BLAKE2b-256 c773af5ec634dcaf1075cbdf566af26076093d0ba741f197659355d9f41f36e9

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 108a9f504121dff966d84903221810cd161ddc23618bb787b4d669da354ddf33
MD5 0e0c51f4fecb0099183e74171e4680c6
BLAKE2b-256 a2dcec250cf396525d2a9807f04545e382dbd905ad41d370fafa5122d6172721

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3756bf4e1b6e6537363f355bf4d67b86b12e33ed9639de947b6c875ec2262ee
MD5 5fe234a3582b38289b207b0edc5b8cbc
BLAKE2b-256 1586df2b02cf5327551c70890de4fddf71925351847d928ed3103eef39cee444

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5285c692a4267e4d71ccf55a30073cd8cb984d2d642068c6035ae0d49974b3a5
MD5 7becb60bf74d2d5d4cae30ae87ced612
BLAKE2b-256 ccf9935c38518e68a80a580dfbe0101b03330b2bc2481cedd8cca19c11002794

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 64dfa36cbe840079e24237ecd8e6399a3740f274d30ad3c6b723aafe15f41928
MD5 e5411407a8baa346e74d391ef925875d
BLAKE2b-256 8239d9b70ae9d7d6cc4cf031dcceb203f31f14dc31816c3a92c6e763750a04ca

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pintrs-0.4.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 497.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c5792e2e2b7602cde7c5ad7824a8a52af9765f5d775ed4fadebbe427ddbe7d0d
MD5 6f454efdf9c2bc8b47da836da7861176
BLAKE2b-256 303ee0d3440b592d404d56f03ab808a927a13473ebf7b32405e24f95a3eba04d

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 084c74caa5d520825cf8e83c5ece53f254abfa90645e7f3efdf08c6014138984
MD5 ed81ebaee4b4237c566bac3917aa6e7a
BLAKE2b-256 0bb3cf4ed390b96667fda498bf47a1880fdf228c275135302d8f4ee0fcdb7fc5

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c06cb26f5b162b578d3a526075e55b18e3ed3b85ef020f8db66236bcedc0a269
MD5 d9b2b60d80f80427cc277eba09082b39
BLAKE2b-256 b881d3125a191979a582c869ae98a6564fb0e8bc72558b212acdb2b599644c1d

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0ee9f2c06695d69497758d32f57382cca937e73b7e2b2a5a001ea927cd93587
MD5 3395b0f1960b36409a8e4741d9852d5d
BLAKE2b-256 544e5db1f34d59edd5598325fa998a25a50e90d257041171e06d075cda232cef

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e0c4bdb2443539c87638d83d5ca442d7190cd7c6f277bf07846389db6f3a5da
MD5 ebf642b3f459998e88567a9f3da1d76c
BLAKE2b-256 e8f4a94f0d25e882d107182d4754369b4f2e90c396a385f026f5c5b7735ad219

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d17bf451a96a38d7b6f60675638e610561ba74a63879b5a204775fb7155982eb
MD5 f1f36aa3327b36763831d04dee4912a0
BLAKE2b-256 0036a66b8ebed3de98a80d369fdbf080125a729ed48159a623150fbc30770407

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6be768408246c0f54eaaf0288d2b0c6835fdacb4bb8ffd3cd1dee5e6c7a01ef7
MD5 5081f49a9b5cac31713df29a4e5e33d5
BLAKE2b-256 c201bf1ed6d6fe82ef98d900a3243833fcb6ee9e179f01beb0e7a49b93c1adcd

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pintrs-0.4.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 492.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5d9fb40563eb305224d28b85a3be2d0a12d60ea1423d021b14819ecbd7a493b1
MD5 59b8b7f328b91d2e4d4f22aa93edf1d8
BLAKE2b-256 76db8c86f8ab01dc52886327985de77d17eb08cbc53235bee1bc44fd24e4e289

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 135ce519bfc88f2103e963a22d58c5a013f1b147418ad9523e87726cd0e6ed67
MD5 09857b77373b776c8b3b20a246ff07cc
BLAKE2b-256 620ee82ffa4ea24166b0696cd0b8cc02212bf6b09326948eceb6e4285362ead6

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 992e76ef5e0999501523cececae9573295055c52d02c58edf8dfa6cd52d6523d
MD5 30b94d1a40918bbe897221865240e9a4
BLAKE2b-256 5dd1fc9ef4ce4451a520c6193f2c46bfa58339fb473021520bfc91c46e94a77e

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dff300ffae783281c43398de0a82ca89e4add33187ea4d9d2cb111454b5d1e7e
MD5 8fa7e7810b935a9874e50c8aa3db447e
BLAKE2b-256 3a86d2ef4eff65c19c4642303b323225cc2735bfc7b2e7c31d98b947c9c88b66

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f65774f58efcaa6d17683d62f70da55decbbb232827dd57c71d69e8863e5536
MD5 b13c7c18dad95b6891628d4f5b16b45c
BLAKE2b-256 108330f858cc2718975344ed686157a873fec726c5604de9734af87c5939a64a

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1289d1c578e9994ed1906a0ec62a749137ed75ef35521cd2bba61c767a8747a9
MD5 307686e59205d6312f92c89569f0f263
BLAKE2b-256 28be32c9ad8bc98027697243e35d2611a40291dc235a8ef84e7ad7ab5d83d47e

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32412677eff6397ddc07ba24ce20758665332e2080f406b3c91da317cddfe755
MD5 4ed5c2d0e2f5012ab462f188d4dda627
BLAKE2b-256 fc23debc681a398a70a26ef5beaec669d1f1333a4c5b5c6f78e8ebb3f4141795

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pintrs-0.4.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 490.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ba9ac15b35e0d840113388681bfb918d3e1df2a64149a914e3eb6c9409b6045e
MD5 35a57ef0ac668f79954396388d68accb
BLAKE2b-256 539377c5303b79d5427ec5c0161e76b5afdf004910fee9adde206e5ec9fb6838

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3a24f3eb56d41c674f9077bb41e82e97267ee4013e7aab24decc27c55817312
MD5 ac705dbb958a14ff8e0a6f0ef32bb4b4
BLAKE2b-256 9fd9f63f9f6440f8c4361762ea9990393b86958d99d363662f79ceff8a8a7fe0

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b387f801f5192de462dfd27cfa7493e8647c80cce96d5506a24544f11f6f11df
MD5 1e0648ded8289ff088de6bb99d6cdbb5
BLAKE2b-256 7a8f905a78e8c4179c302bfe4190003cfaffe5e9e796d7663705e517f019f0a4

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eba80272375865fa745a570b31ec054f28fbcfe95fefed3bf365b093103f6c71
MD5 5026e4c144858f800cd3cd4fd4118660
BLAKE2b-256 3c4d788802e4a3a8eed1f059d81cf87deb77b669b3840d7b2e8c3964553af0a9

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c0fde0e33a9e980f958198b8f18514dbd6d5914c71264540fe92a760e233020
MD5 528fa31ae3a3bcd0630430a4a7796b45
BLAKE2b-256 0b4d6ea5daf7d17cdf9ba4af451de2cab5e7f341b8dabc82eb09d5dd63a693b5

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 713636c1b1f108fe9c20ce0989da156ebb9f285dff86c76751fa8fe899525ba5
MD5 ae578fa0f33eb4354bc5142b322ec2c0
BLAKE2b-256 1a8344792e4c5ef8e799815a761291b598dc5680d3a88723e2e3cb626164f5bf

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2027dda9b616afa5f25734540e654ce1bed675a5e0249dfbcab6a325bcccae25
MD5 b2ce39dd2bfc2790f774636a18b794c2
BLAKE2b-256 a6e042be6d906c09d67736aedb7c27d64ce0eabff8a9aa07b5444c911b300150

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pintrs-0.4.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 491.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ba74bfbc9001522a38d877ee0aeb0c5064266420b41edf13ac8b5948decfbda2
MD5 be7910c6cea9340531722fb02d003d4f
BLAKE2b-256 1b24755e0c9a4197be4fd504736315dbb818ed9000dac860653b2cd15e6c186e

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ba8eabbe4ffce24a480803b10e213ad15ea4d6e02cb8b95800b898f871784370
MD5 0627a2f9f7042d71e83a65cc28156a90
BLAKE2b-256 66b18262c1aeaa5dfe95f32937963456dbc51cd5df4ca38667a494f9432f59ca

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b696f6e6851839822538f0691e9a0fc6e8ab44e44550205ab33cb74dc0148861
MD5 92dfb14bb1606f7b48515a48a6ec5e10
BLAKE2b-256 ed7753d71bcf0fcbc261e614eb8f0815e8630ca0b2b26c9e4fc2d062a5abded4

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b8dc4f46a8ce007502d31468bbcb2b6542084c3b39c525209993e408c4e0b26
MD5 8bd2bf12fc844d249a55304da7ab66b0
BLAKE2b-256 2a62080638765e0e73d79bfe90352a286ee6bf7847e9983c116ac304f1b49a7f

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a14d5456a8d3ec1916fc18014447dc4a69f851a97756aa3d9d7669da2614a9ce
MD5 8292e5d705b6ab134e1d85a630c9f435
BLAKE2b-256 b2ddfdfddcc0371ad388fc6b2fa3bf36f32d511a17609e3a330ad2f4980b094a

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 58e2b67f054bd8772062c76ba7473829748b1c4ef1e0b00495faec8627313bf6
MD5 3284a9b6ee091484b8bf24d99af88be1
BLAKE2b-256 f39cca010cbd4005a7e9fed8fe0c229c9aa00711e4d40770f580d81bc22882b5

See more details on using hashes here.

File details

Details for the file pintrs-0.4.6-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pintrs-0.4.6-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 49cfcfc6ec725eec213b6ea83b5ca9d41a26245d2533569d053c227389d74dfe
MD5 cc02aa9c72410dfa403ae7183c631cdb
BLAKE2b-256 ffd6b2d705257eaff87249c56b626db2d5d2adea408ea71455f954aaa911019c

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