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.5.tar.gz (159.3 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.5-cp314-cp314-win_amd64.whl (475.9 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.4.5-cp314-cp314-musllinux_1_1_x86_64.whl (828.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.4.5-cp314-cp314-musllinux_1_1_aarch64.whl (790.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.4.5-cp314-cp314-manylinux_2_28_x86_64.whl (625.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.4.5-cp314-cp314-manylinux_2_28_aarch64.whl (612.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.4.5-cp314-cp314-macosx_11_0_arm64.whl (558.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.4.5-cp314-cp314-macosx_10_12_x86_64.whl (585.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.4.5-cp313-cp313-win_amd64.whl (475.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.4.5-cp313-cp313-musllinux_1_1_x86_64.whl (829.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.4.5-cp313-cp313-musllinux_1_1_aarch64.whl (790.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.4.5-cp313-cp313-manylinux_2_28_x86_64.whl (626.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.4.5-cp313-cp313-manylinux_2_28_aarch64.whl (612.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.4.5-cp313-cp313-macosx_11_0_arm64.whl (559.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.4.5-cp313-cp313-macosx_10_12_x86_64.whl (585.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.4.5-cp312-cp312-win_amd64.whl (475.5 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.4.5-cp312-cp312-musllinux_1_1_x86_64.whl (829.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.4.5-cp312-cp312-musllinux_1_1_aarch64.whl (790.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.4.5-cp312-cp312-manylinux_2_28_x86_64.whl (626.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.4.5-cp312-cp312-manylinux_2_28_aarch64.whl (613.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.4.5-cp312-cp312-macosx_11_0_arm64.whl (559.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.4.5-cp312-cp312-macosx_10_12_x86_64.whl (585.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.4.5-cp311-cp311-win_amd64.whl (470.1 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.4.5-cp311-cp311-musllinux_1_1_x86_64.whl (824.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.4.5-cp311-cp311-musllinux_1_1_aarch64.whl (786.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.4.5-cp311-cp311-manylinux_2_28_x86_64.whl (621.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.4.5-cp311-cp311-manylinux_2_28_aarch64.whl (609.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.4.5-cp311-cp311-macosx_11_0_arm64.whl (573.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.4.5-cp311-cp311-macosx_10_12_x86_64.whl (601.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.4.5-cp310-cp310-win_amd64.whl (469.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.4.5-cp310-cp310-musllinux_1_1_x86_64.whl (825.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.4.5-cp310-cp310-musllinux_1_1_aarch64.whl (787.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.4.5-cp310-cp310-manylinux_2_28_x86_64.whl (621.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.4.5-cp310-cp310-manylinux_2_28_aarch64.whl (609.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.4.5-cp310-cp310-macosx_11_0_arm64.whl (573.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.4.5-cp310-cp310-macosx_10_12_x86_64.whl (600.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.4.5-cp39-cp39-win_amd64.whl (470.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.4.5-cp39-cp39-musllinux_1_1_x86_64.whl (826.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.4.5-cp39-cp39-musllinux_1_1_aarch64.whl (788.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.4.5-cp39-cp39-manylinux_2_28_x86_64.whl (622.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.4.5-cp39-cp39-manylinux_2_28_aarch64.whl (610.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.4.5-cp39-cp39-macosx_11_0_arm64.whl (574.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.4.5-cp39-cp39-macosx_10_12_x86_64.whl (602.0 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.4.5.tar.gz
Algorithm Hash digest
SHA256 f56d24ba6a3b36082de8d75f629b20d4df0af8d3b034861711f11db9d7e1bcf3
MD5 da075dc05fb29148ef66ec91b5de51e2
BLAKE2b-256 d1aba14571d2e5f67d54486e516fdd2ab14aa8f19aaff3ff7f12f3e9bb27661f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 475.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.4.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 af884f2fdb03bbd33028408cac5ddea27b75e9ce1cac134cc817de99bf63e074
MD5 314cfcc75296cf41b72773b2bfddb36c
BLAKE2b-256 c549c7137c28be14de9b55c6fec94ff30eae3b421de5f22e503e18501dd6e5bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6882806a03a69e75985ad79435c9fa58a7f41e9bdce864b5110e39da49019359
MD5 e9671b35c1e3a8b88d41e62ed37329ad
BLAKE2b-256 855eb1ad7658f0a4cc350453335b7d9b6e68ae68aa7742404d8f954d32f155ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46812a1966fae98d8f3018868fea7a51c13199b92a2caf73c591dfbe97933135
MD5 c75f52bae35d901c9e011ef16e45c5be
BLAKE2b-256 368e7fed3f0b9f8ede52f8f0397dfff543cc2deb0e33359ee4d0719084d186fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9504f70ace53276980420472b2822d9524566934d4cabea3e462a7f311b37d0
MD5 86d1de0a1e335e93b3e6e4f44795ff46
BLAKE2b-256 390db9f516ac41854349f5569d1bc001432aee0ad59b019a472030d57fac91c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84a8b712f2d98ce918b11cc6f02de0ca3c1bbae60de363f33960f0084154d66b
MD5 b6015b4c9476c95aa23b4653a3037eb6
BLAKE2b-256 feaf1592783d51081a7d8d6800974ba86d6bd872c395f41fcb7af6974a26c868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0321b4452d232630a6b0386c613d11b876ae9822aa645b43b3c830ba77a517d4
MD5 54fe3a8b334d2da025eb1b241f07fbec
BLAKE2b-256 039da3439e9a4158b23a04c882f0399c27888d8e6604a25f0bd15cc7edb6c943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f55cd5342822f7a7aa6e963d22ed0fa5ebce519866e5b16305c7076ff0d4eb99
MD5 981e248b973448182e2ee40647cd9251
BLAKE2b-256 627e30ca5b73f475d85a7d05b65664833ca82f67e453c0b452b633e1e0c8f4b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 475.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.4.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d92180cbaade8b3a237837d5df94ed20e32dd6561d8d891dfb129391029ffaba
MD5 8d74e9a0028b80dfb1a33a7f84f2ccda
BLAKE2b-256 87f3b83c025da1ae19642d546762ef57f5823760c16d6d877a72f0fe33233c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 09d11e0c9c2e0aab4fb14eb9422608cbf62c52be0e33df029804964bb3799203
MD5 22c4d762498bee0e2c6223c6ce72dbcf
BLAKE2b-256 d48cd227706318588f7e035d3695fdd31a15468bec89b7d37a7ac5277b19cbcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 57e45242d04b2f9bf1b19f6fa177c8329f49ec07a2f13ed2ac79722a90b75ba2
MD5 3ed54a4b9726b7c2e02f7143eb71973d
BLAKE2b-256 f8ba52ef71ff5588062315ff949694e562d7b1d11bc3a8e83d8e3e141e396ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4f4ae3caa6b29900c6ce455671cc5cbc549b01ab77cad064e68782c4e1a1b03
MD5 d6699a6b639ed2823bf1442d9a3ff1ae
BLAKE2b-256 d5d976d4d48ce30c77eef89350ddcc25cc6a4f9e28e21a0a617601d9d5f12f83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ecb2f4ed1c3c40c0c490de33e6c40258ec4087982298f2f28b9670a5a0abd605
MD5 8c523b862d8f982755e650b785027971
BLAKE2b-256 5b64a6f87148c65c2c16562b3719a8a825f571ecbdaa346af323beb8e920dd1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ac12963f36256eab973915fb94f55ff19c5c10a477ac73b16b5bf341b3f9591
MD5 7debecb3204d52a6e3ad4750fd7dce1c
BLAKE2b-256 bf96776a0a72e331d02275113da11fe088626b30cf6bcdc8598907298f9c0219

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 499c82fb79cc913d7af4f16cdba04502b7d88a25db4cefb3f9726b1188510b41
MD5 70fc2e3d363979f31ca7835a5726df82
BLAKE2b-256 e353582780545693e0394bd06289a68a2d763d65457e0401b5a54cdbd7fd49ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 475.5 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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f0670019aae5c45e1e468001703af411be69b5e3298970d2fde30afe2567a61f
MD5 bbc896f1892ad0372cec648e05369025
BLAKE2b-256 02abf062b61f3daffd12c63332fcff1b9f0a4694811f1622eaa06bfcc9be9f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44296f73da056ebeb076b3ad306c23092322908295d60dce45384245590eb872
MD5 6c7792024c4d1fc7167903fb53530047
BLAKE2b-256 a5097217b496ff42b684f3686f999bd08079630d21517a04fc38efc120705de0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c20f7ad597317352ec6df02e20c3fd78feb9883c47c144387b56e3bfd159233f
MD5 61c8c24887dfb462337ccb3e660f24db
BLAKE2b-256 f9fd1690f9bca373b09f115c75f7003e7669220ed499773e3e6da3fa21890a7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a67780035eaf8f3e0384f31229daafbc9c250836f5bae379c1df09111fb5983
MD5 089136285568eda10e88ab86cdc5ac8b
BLAKE2b-256 715cb5213a6266467232358970f2500fe39da19bcc4c8331f9769e8a202671c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1ecbdb2e6732b5927838abc574d090ffe740ac151fd6642c5cd0ca8cb4a2290
MD5 d8235e6b9d16ec3a511159f4c658975f
BLAKE2b-256 ad7a1f37e4d01591483b1a65f192608d71e2ee209b49645dcf1db2f70c290bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24c25c45a89c782b51da628a1f0bcc2999ea527a843483c1299780cfad0a882c
MD5 543938dd1c6f32043eddfe7ed3c42b3f
BLAKE2b-256 df94b3189554dea2a316dddaf15ff3c8942d08310ac27eed48568366ad01161f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b413aa1d9b5b3f55d4ce3de6e214050fdc109fdcd5cc113db43258fb8bf6a9f9
MD5 7b9cf16e8eb2ea9ba1442635478aba86
BLAKE2b-256 f4821b1cc8ee840581881034e822be6b6185d2160a6256cb2110f9bd52545fa3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 470.1 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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 68505ff03f8f6f9765967f6b9a93c5f7d4cc0aedd77639253cb9977e4240a8ef
MD5 c9a841c8682aa80dcbcb96d76c1cfe31
BLAKE2b-256 8bd9d5e1dc9c5aa182c9db31e9fd5d5f195168c6f2e9b1dddce4691a186ae9cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b7a4e6999c59f0e75bc718bf62c530ae7515800e493e212f7b6f405444a2af7c
MD5 f8013bf72602dc494e811adc950c90ff
BLAKE2b-256 69e9ef536ff20e16c5f08f34dcdb0869e3bd31db0debc6a85e7b8a793d05dcad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c3f8afbe32f317020dd03248badd4b5e6b17e3833cbbc697214b164e7e2403ff
MD5 8d6529ae24a9e55b80b22bae2797d9d7
BLAKE2b-256 9561d6d5b44bbbbfbfb68cdaeb173ab6eeaad3362a8c221e55db777cf03dbd30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1af06d3212921589fd1a6b1a4b1e0995b58747042f0b57c0e262f1d023e6f4ce
MD5 8fe126486446e4ba6931f1f0f5ffdec2
BLAKE2b-256 794453d966f1dcd27273fe468776dc35b8d2a47d6f8d6f4ff38cb81b8ba4c5ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a10c58e705c1c5954005e074bc6b8c5298bd1915bc9b3c584075c96462181d6a
MD5 198c86ad20f3c3c38cbcf560803cfe0f
BLAKE2b-256 821aceb38fcf8dbb1fb065d79a38cadedd1a41ac7cc0bac6c7a754a7d0dab6ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d5d71023c170606a083cc2d1ef23b0a984aa6c6d57fd8434dc662f32f3a6093c
MD5 e4c5f1440d07e82df12e47420d177204
BLAKE2b-256 cdf16a77ac577b1bc6b42fb0723bbc4129ec3d7b3cb7523a493ab1d051c1810b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dbb90ad7d95950c71f857e0f7e5535e897fef7d7a7fbc8310b8850729f38d324
MD5 2bcff99f7d064a0f9fbb72b06528f571
BLAKE2b-256 16587ce3a9d00efac0602585b77f784e056e9dc163c71ca9357bde62fd2f59d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 469.9 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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 764052940a43eb3b8461e110221e46e381db66466aec59bd3fe4cc8a8b88573f
MD5 afd1e2b02c51faedbefc2e871f67d712
BLAKE2b-256 605bfbfe2f5cf7ee5556bab6385b3a52935eeaeed1e56c0b9234d7683a05ff37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81b0761dd66c5d3dfa92a0ea35a58799a6d2dad6ae2df84a937a2509fed3fca4
MD5 8ccf1dc3a77caa8dbc25f1cd97dfa93b
BLAKE2b-256 c136e25e4df13e0a4f3d7c75fd1421ca6eb10f161a853dca55fe2e5adb13569f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f0039c794d990a2a55fee165d12a7e182ee11a4d1f72078c7afc2e978834474f
MD5 8633f738c5f679804615c9242d2d9d49
BLAKE2b-256 c0901f725dcb8cf4c9accfed6d5919bcd30f03fda68b6a5928d39f8bb586f2cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34878fc2db81ebbcb203bcadb59ad1cfa6a91d6306a03e9b93f89b5adf15b443
MD5 8336762ff853bad4fc479377d582a5c4
BLAKE2b-256 42b4cb2a16c6208e5541c46997e44e6a993a8428f35e47421e26aec21a0227aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54950c962ced5a84a90b599394927909853070a0495f0bbd5181943d65bd0ae5
MD5 44220dac59b90257161ee23b730d3098
BLAKE2b-256 ea5e757857b39504c033b6c45104f546e107e93f981d247793f112e7da8749fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab29fb00c44dd422ca490598cac120745d2f57b2ac9d51cd5f084032cd229fa0
MD5 9e89b437d7c95d14d98319c38e5a17ac
BLAKE2b-256 43734876dd0b21b8d87ccc3ec8935479c76b758999dc26b4c0c2afb86d60ae37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4490d8323d4aff18d4bda9f3e2c54d0ecdd57d4611a1313502b4d9739c36963e
MD5 9b28af6449e45e46d3fe70ccf2e9a330
BLAKE2b-256 efe2423bc9d6490088cf4a5e92db533762f77a0fb2fec1df3722cb24cb8e8ee6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 470.6 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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bbf6661c828e11946e093b5d0d8be56d00df79199ed57bd1f39213bfacf8c1f3
MD5 abee0f468134ccea52813a02b96b5171
BLAKE2b-256 8d9855af6912a1be20f4619060f36d49ff8740c8611125904e1108f369c04f19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af82a346ebcd22b484e8f11a19da5a6f2fb592b9a55b2db86c28eba9b8de0e4e
MD5 c7af7fe8d7915909fadb4e02332e48bf
BLAKE2b-256 f81083d379229001e3ad9dd9b311e6193b80a8d71719a9be097986b39139a44c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 15d7cc403f76fa94e3e0d87b83d38f0d77bfd7c89422f6768ecf4e1d991ab9c7
MD5 38bf1bcc2887e88d1fd610644b9d3272
BLAKE2b-256 01cc42565402f3be78d7188b697dcdf6341f04eaa86226130e4e1ff84a7134f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46d3cd20ba20a765bb3cbaec3710eae383f9ca51ab1a8006eb12eb0eef51a1e0
MD5 5ec577cd11695c66567c410edf4033a0
BLAKE2b-256 d52724f00c8ace183f14210870dbcf1c4a841146c6aa2d581fbe3c15645b3d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9bf286105d08e154a1584f4c310b971bd4a8e3b6adfda4a646515ffd1405a31
MD5 cb0a25aed31072e23aa908bf0e6d118b
BLAKE2b-256 71d13ee346f8c10bab34923ba640f24dd7d92897139d3b6698e469fb36642818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1728e7ff916d1f14862588d0e99dfb068abcfb24068265bdef995e594fac240
MD5 19500509eae8ef8bc17fa86516e71c23
BLAKE2b-256 e00e5120802f9452c91f964cff94ebd0efe9227818d3349b36c50d05c02f6c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 85b0d23b6abb520750cda1ba06ecd793d86a74048c7db2e65f2ec30acff84b2b
MD5 4e005c1cdaa3d6e5e425f409bb0b3314
BLAKE2b-256 df85c43a707fb6f1c89ba8ade9f4a85eca581071dc24ab99f0061d8020cb5540

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