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.3.1.tar.gz (147.0 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.3.1-cp314-cp314-win_amd64.whl (465.9 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.3.1-cp314-cp314-musllinux_1_1_x86_64.whl (824.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.3.1-cp314-cp314-musllinux_1_1_aarch64.whl (779.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.3.1-cp314-cp314-manylinux_2_28_x86_64.whl (621.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.3.1-cp314-cp314-manylinux_2_28_aarch64.whl (602.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.3.1-cp314-cp314-macosx_11_0_arm64.whl (554.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl (582.0 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.3.1-cp313-cp313-win_amd64.whl (465.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.3.1-cp313-cp313-musllinux_1_1_x86_64.whl (824.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.3.1-cp313-cp313-musllinux_1_1_aarch64.whl (779.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.3.1-cp313-cp313-manylinux_2_28_x86_64.whl (622.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.3.1-cp313-cp313-manylinux_2_28_aarch64.whl (601.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.3.1-cp313-cp313-macosx_11_0_arm64.whl (555.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl (582.4 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.3.1-cp312-cp312-win_amd64.whl (466.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.3.1-cp312-cp312-musllinux_1_1_x86_64.whl (824.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.3.1-cp312-cp312-musllinux_1_1_aarch64.whl (779.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.3.1-cp312-cp312-manylinux_2_28_x86_64.whl (622.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.3.1-cp312-cp312-manylinux_2_28_aarch64.whl (602.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.3.1-cp312-cp312-macosx_11_0_arm64.whl (555.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl (582.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.3.1-cp311-cp311-win_amd64.whl (460.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.3.1-cp311-cp311-musllinux_1_1_x86_64.whl (821.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.3.1-cp311-cp311-musllinux_1_1_aarch64.whl (775.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.3.1-cp311-cp311-manylinux_2_28_x86_64.whl (618.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.3.1-cp311-cp311-manylinux_2_28_aarch64.whl (598.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.3.1-cp311-cp311-macosx_11_0_arm64.whl (564.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl (598.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.3.1-cp310-cp310-win_amd64.whl (460.2 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.3.1-cp310-cp310-musllinux_1_1_x86_64.whl (821.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.3.1-cp310-cp310-musllinux_1_1_aarch64.whl (775.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.3.1-cp310-cp310-manylinux_2_28_x86_64.whl (618.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.3.1-cp310-cp310-manylinux_2_28_aarch64.whl (598.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.3.1-cp310-cp310-macosx_11_0_arm64.whl (565.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl (598.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.3.1-cp39-cp39-win_amd64.whl (460.7 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.3.1-cp39-cp39-musllinux_1_1_x86_64.whl (822.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.3.1-cp39-cp39-musllinux_1_1_aarch64.whl (776.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.3.1-cp39-cp39-manylinux_2_28_x86_64.whl (619.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.3.1-cp39-cp39-manylinux_2_28_aarch64.whl (600.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.3.1-cp39-cp39-macosx_11_0_arm64.whl (568.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.3.1-cp39-cp39-macosx_10_12_x86_64.whl (599.6 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.3.1.tar.gz
Algorithm Hash digest
SHA256 458e4490bbd5274e04014f87266b0790a7dd90df89920b10e6312c19635f10a6
MD5 84db3dbbc215ba0b856540464e7757b4
BLAKE2b-256 ea2091571d5b3ff565efbf7059374499ac8588b102e49d6c7d8713c0a9b34b5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 465.9 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.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 965b056ecdcef62b3dd5c5b95f8e8619b2710accfda5e7698c1bfa201dd3d590
MD5 d5ea3a7c867604bceef2b0971286862e
BLAKE2b-256 0458583c2746924db25ce78e5f050fa668b65b394e4d53d62ddaedf08e19b5b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01ff7b80f9c261cf5d26e24dc865885953e6147b0926bcee7bef6119c05355e9
MD5 2181a52ff2f56a7d12ab4b21d8297972
BLAKE2b-256 7f06e845890df47bdf1eb7e03ed3b64096c1176d7c2995502fe5b496a5504996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 22fac1052d071dacf50d22f5f7e0d5f9d951485a0e17c99ed25c1ad50c6c4529
MD5 5cf34ebd9a2b58cdc693a2fe56e7c051
BLAKE2b-256 c91c6210bcf4825ac2d3ec110d1023450437cae4e405b54b0b8997dd072b92de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a0e0e5ec54f8acbc7bdd17e8e186ddb3b8bd5e0c25f5fedf91e2f5e4128654d4
MD5 5e869130097433ce1e77f00df7334a7b
BLAKE2b-256 f1eba89b2bfb4aaa4669ada7a239a744675223253cc510f16cca582ab58b3d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a0ed35baacffd5b2fc0d5ac971c9caf3c806df5542cd43991292dc807754f49
MD5 0f27434af82e083c18197987fa37c392
BLAKE2b-256 9ff1c2b61fef5a5cbcf737583fb0b3f4392df00ad1575cc69edd19fb5092c640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9750b12db344bace5d1ff7d74d69ce2be33f3f8118ecff788115baf6d05f8374
MD5 6c59461ab530edb39b5aa58921392f70
BLAKE2b-256 7318ccc6cbd19fde2b983f175aaedb33ca954d2b1986752aa812c575a4e24bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1b71cd6dc19ca57b2fece49ff703e005e250c107b66de6076d4833ca109bb15
MD5 6161c20768161076f6ff3f0555a06f37
BLAKE2b-256 27dd6fdc65f82edcd3f79e20fb47f98b386889d16ed6b643c377eb37ac926339

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 465.2 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.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39e6aee2a87d566a892ac2c2f16d668eba8032e7c31c5806c45a9d781e6fa3de
MD5 137a8d2f4eead62aeaf337aeed82fe19
BLAKE2b-256 b78d369e777599caab93dc30b74019f4e1b60cc56491fdb51572987da5dfc973

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1badc7401b9dffcbd83b22c93c5521dc8c3160225c0ab5cd2b89048e0bd97f2d
MD5 a98a8a56197e7642c4c0b4927d618fcb
BLAKE2b-256 6df7369a39a7a8b229ce51fe720e097934d769b873ff7cbeb04c4809b770c07b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d8fb2d8c42b845bbc7a4c26353790ac5928b982cedf330b1824f54dbd3cc80b3
MD5 43cf98154c1666c40d37747dae38d6b4
BLAKE2b-256 4cb75e4f55cd01fee82edd3b65668de7bf0722c42b873172622ad49355afa5f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59d6727a90c0933d8114180ed4eb17a51b895472aa6ec43b7bd488c8f0ae142e
MD5 65cd42e44af27beb6e91a2b377402bb9
BLAKE2b-256 3bbccbba301a7e207b3a483265b0dd3bf3c35da1cc76eb670e2fe6108cb9d009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4c6cfe3e3934d510fa2d6f7d4a7e6ad27ee59021109d08b85e705520f8fd2ee
MD5 83fb620dd5d34e27906a2622954d28c3
BLAKE2b-256 5d97a9c4183d91a6aeb6d56718f38a8f58d7d64f052442aefda7e2c42a7165c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fdf3cfea7a1e329a2b53303fc32daef8fa6737a5103fc545d1a460a394ca0f1
MD5 ceabe0701a7ab576fdd04eff25cadeff
BLAKE2b-256 457ec331ee48a9b854c2990835a7e6287174fe21511ffc93e64ff37726a5d080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 816c5056946e9abe89f3db5a64f890c28f9f830aab1a1646e4db4c1b165b0249
MD5 468e85ed8c71f3e308cbab6c5d355a23
BLAKE2b-256 43543af7e514b0471afa1c2a3fd07f3647c29f5d4b3c4ebf47d4d92e663bc450

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 466.0 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.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8ce733097646e77560aab76d214d961366475c37557f2110164deb722fb3c000
MD5 92744ced3097629598c3e4992b055a9a
BLAKE2b-256 0a21df3e921f42d8b5896cdf8d6af58ab7938e42beb09f40a97c01e89887da30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e25e27282e719fe089fcf78a2dfe76f2b4dd2c0c97d8ad0651bc40032262ce56
MD5 10e099fc9390ada3875f1b1ef205522e
BLAKE2b-256 e00073a8a1c00be4a441b5057088aec6c1c398a9534e1701cf4ec4ba97d69e9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 428346aab7fff807ba4de539c442575a7479bceeb637b2c7af1e23081e55ea29
MD5 5a57df9f2e5bdcb97e85b36d3513f1c7
BLAKE2b-256 dcbc4ab19387691445ab4aa302da15d0ef964ca39768c2c66efb763c094ddccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d028b3ef884e4867221418c0dd68a7dbeb1c6fb3229ccc1e0bb0c699e2dae611
MD5 353214fb66c83cd89b5c8106c549cf8b
BLAKE2b-256 87f88a32af4bc3bde1e438826382b4fb57ab18174fe58bdee61cc34fd03f0774

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f96742ef1886e5f564e12824b5601fda964ec849bd659e4b04d69b9da2dbcaff
MD5 abb9e592285d6c233babdb5e489a88c3
BLAKE2b-256 aa90bee8782bd7d504a6f15eadc26d5c2943c53ee6f3f97622b801ca88180216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a7e83c43e09688cc7d47375a048b99e5b00788a47c2c1c6ae5972f2eac3738f
MD5 4e7652093722ffe440d3347482288bb0
BLAKE2b-256 dfa5869056ab2e643bd1cfa3ec763f0ec150ed6a59afb7771958b87b1bc2ad59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c14e292dc61561712c392ddc657f369762673c8e6c4583e3e0e1dacc41bc7591
MD5 236e141ae2c2f21f6ee4ee400095e78d
BLAKE2b-256 b8500ba2c4223a412bd0b6e57a288a2e1fcddf3425ae305da23472449dedcbd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 460.3 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.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8954a2631ab2d0c151721a5f72eb9625c8cbb9e51035546712ed0e659fabae29
MD5 1c31f77c44eb85022abf328d63e482f4
BLAKE2b-256 984ca0dcc2e381594105f0c36fc926cd24d398c06bcfd647afc88a14543e4204

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fa0badbd5ee0f055fa0dc243181eb934a6aaa5296c3e1a78768c758c4e66cb07
MD5 2e57058fae02ab8e8576e6facac56638
BLAKE2b-256 7b319f72cf05a0c036a52829890de87fa2ad41f88ce7211a27db6d3c6050633a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5247158d418088d9fcedd3c072e5762dc9aeb8e2bea988e453f2cedea013fc15
MD5 a5642327074f3cbf44264afc25ed97c2
BLAKE2b-256 6de721b7acb9caa1aa4d348b9dacf8ad7f10edf87a28fb20b1774092d1fec92d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a06be75badb6be25d4ce0a8c767073081aa09587c225b8567a1a343b059b01c4
MD5 2c9bdb00ebea95598bab75236f025aca
BLAKE2b-256 8a05eb282c41a2a44359e055e8672b3f27a6875ee4a7f9e8e574447e2cdfb930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc984ff5cef3c29fdadc907ccd3c89366a409e84acbf8e9d136128043b6c31e6
MD5 855d92af0d0011312c0eb8233970d982
BLAKE2b-256 3742ece0ebbb516da505cf7ab07dcecceb471abc3da49ec34e799de8322627a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 13715871f0036457ef33653e966fe1adc4826d593f37973b85e94d589ef5c78b
MD5 549989b4941d407890f4bfe5f8b4ee25
BLAKE2b-256 e10516900b76922bcac6736021d5484741e7b8d7f94990ac7e05a1110ec18a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8ec22e98801d4d193baab399e2a31f3ff94447f1e102d21b832daa0fa3320b33
MD5 701a09761bd4cf478f43afc53ad1aaa5
BLAKE2b-256 cfda74946e911569034f21c43dc1acb009d63f7a409e7701f9395aa640dacdf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 460.2 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.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 59bdf0b628efdd98647a77ded04e7d3a9f09a6062bd43b9cfb27d5497ff9d44d
MD5 6f659ad3d484df04cbe12944077659e8
BLAKE2b-256 d0680476866048518e64aa6a52c630883eb9e76cbc954a967980d18a4f682350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e9e63a0997818927a2b39751996db22cb3b7d2aeda6462d40634b2f06bffadae
MD5 17a87315d2887b6adcf56ab70fe1f545
BLAKE2b-256 6939df718412bf43f7b8ed2c785348f91b1b7b49c55307155c5cdb9d80a3b971

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9dd4d1f429f9501b48df554105cb43a531fa6024f341431e794aa9f82799541c
MD5 47ccc514d82acd619c4b3256aadad70d
BLAKE2b-256 743ab2c6d84d3ac2381c09cd82612158193e24fd6a73773da2fbb54f01ffa50b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b83f5cdbe1ff4134f2d833e7e8088a3d3498d882f247c164e740aa174871ceb7
MD5 12dfbfa8c249c7139a96ceffe1c038dc
BLAKE2b-256 544b6eedfb30b7afaf43393859efd515e4b5b5d4a3bc77cc8ddd8124c332edb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41ee4e67ff3529e1f66accb993916e68ede3820536989763938331f39625bc34
MD5 f3ca70a964322e6d8fef9cda186b5b05
BLAKE2b-256 4ea4b3cb09af9bea55e45e9e06bbb948be1c2221da57530c8058d088b7d67e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 299ff443d842e4f522bb282e8f756ee17044b7196a2280b0efb9c13887895f47
MD5 4d5d42c531b124ecce6421009b15b23d
BLAKE2b-256 6b095cbd85c15e281b79e96fbcee8efb65463d904fde77a9f5edb871a3acda0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 97333b4ebec8d8f192c7081e9c1c10c1e141ee2440e3e49d69653127698e13ba
MD5 858f46ce1eaacc79d915697d1f86c7ee
BLAKE2b-256 081231f250bfdc33d60e921e0b37a945be6e57a4ec03bc197c94119707aed906

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 460.7 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.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4aca0d6c63b7dfbe92ea7999fbb91d115985efa7f5218c2142c40e9c1c37dff0
MD5 3212a38c791030c62ad24f0f8b77a532
BLAKE2b-256 dbaad4e4455b93a2ef9ec6910c3e01faf6c2b2b4d3fcbcb8f7043a711644d71a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b75c70e617c6f4d140f60c1b3819493e65f760fe6e84dafefbc32c30dcf106e
MD5 17601d072aeab45905d8872b87b5956b
BLAKE2b-256 116cf8f5707432910649476b4389a9b29f83897d437784f96496e8d49aab5ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 213bbe3df52c1bde3649e5f39c5b62b9846c0c30f3e9f103410f4254e7e8100b
MD5 7a061bf8e754618e8b80d3c19359a33b
BLAKE2b-256 9b2e9cea674940f48fbab2eae67eb2ef9f1952bc4c2e906966aa2750f99f53ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 977f95155b168454c3bf4f3cbc79cd7906cffda09a699ffcdb399b3e9a339e6f
MD5 2dc942216b6f614341b17fe83c3c5bd1
BLAKE2b-256 4cc571aa6a536b4e2617ad3ef2021b6e9d2d2c2651e0da84c07b1a7c073c3f0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ee56740282ae27425f8cd8b48be91583ceee85faf9307a419b897aa19794ebe
MD5 57611c1f6120631eca7ce5f918437bad
BLAKE2b-256 af8c5882319623f8d606f46be01dcda7ba389d1f2711f0e06070943c884d2caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6266e073f4672b67f60eb65041b8c7fbdca7da5438ade45dacab2daa99c2f67
MD5 1ee6260ad2b7ea5e13996a04b87d9439
BLAKE2b-256 d938d0b17287bb09c89ce11480ead1175c169a3490c910d928731cad479676bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04120634f18235ece7a24b5404d5cfab1154a0f51bc3020445508785887704cb
MD5 15ecfd11d445b2597c609273a8c91435
BLAKE2b-256 fcf229de7c268bcb01cabcae811db00ff88261dbb0f6da83557c8bd889dca571

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