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.3.tar.gz (154.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.3-cp314-cp314-win_amd64.whl (480.6 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.4.3-cp314-cp314-musllinux_1_1_x86_64.whl (833.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.4.3-cp314-cp314-musllinux_1_1_aarch64.whl (794.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.4.3-cp314-cp314-manylinux_2_28_x86_64.whl (630.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.4.3-cp314-cp314-manylinux_2_28_aarch64.whl (617.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.4.3-cp314-cp314-macosx_11_0_arm64.whl (564.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.4.3-cp314-cp314-macosx_10_12_x86_64.whl (589.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.4.3-cp313-cp313-win_amd64.whl (480.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.4.3-cp313-cp313-musllinux_1_1_x86_64.whl (832.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.4.3-cp313-cp313-musllinux_1_1_aarch64.whl (794.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.4.3-cp313-cp313-manylinux_2_28_x86_64.whl (630.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.4.3-cp313-cp313-manylinux_2_28_aarch64.whl (617.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.4.3-cp313-cp313-macosx_11_0_arm64.whl (564.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.4.3-cp313-cp313-macosx_10_12_x86_64.whl (588.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.4.3-cp312-cp312-win_amd64.whl (480.8 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.4.3-cp312-cp312-musllinux_1_1_x86_64.whl (832.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.4.3-cp312-cp312-musllinux_1_1_aarch64.whl (794.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.4.3-cp312-cp312-manylinux_2_28_x86_64.whl (630.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.4.3-cp312-cp312-manylinux_2_28_aarch64.whl (617.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.4.3-cp312-cp312-macosx_11_0_arm64.whl (564.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl (588.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.4.3-cp311-cp311-win_amd64.whl (475.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.4.3-cp311-cp311-musllinux_1_1_x86_64.whl (829.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.4.3-cp311-cp311-musllinux_1_1_aarch64.whl (789.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.4.3-cp311-cp311-manylinux_2_28_x86_64.whl (626.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.4.3-cp311-cp311-manylinux_2_28_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.4.3-cp311-cp311-macosx_11_0_arm64.whl (579.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl (605.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.4.3-cp310-cp310-win_amd64.whl (475.4 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.4.3-cp310-cp310-musllinux_1_1_x86_64.whl (829.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.4.3-cp310-cp310-musllinux_1_1_aarch64.whl (788.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.4.3-cp310-cp310-manylinux_2_28_x86_64.whl (626.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.4.3-cp310-cp310-manylinux_2_28_aarch64.whl (612.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.4.3-cp310-cp310-macosx_11_0_arm64.whl (579.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.4.3-cp310-cp310-macosx_10_12_x86_64.whl (604.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.4.3-cp39-cp39-win_amd64.whl (475.9 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.4.3-cp39-cp39-musllinux_1_1_x86_64.whl (829.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.4.3-cp39-cp39-musllinux_1_1_aarch64.whl (790.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.4.3-cp39-cp39-manylinux_2_28_x86_64.whl (627.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.4.3-cp39-cp39-manylinux_2_28_aarch64.whl (613.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.4.3-cp39-cp39-macosx_11_0_arm64.whl (579.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.4.3-cp39-cp39-macosx_10_12_x86_64.whl (605.6 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.4.3.tar.gz
Algorithm Hash digest
SHA256 0e493254bfc6966b7ab026b30792d79197996ae10515df246d374bbf1c2187bd
MD5 c9c9c52701f8f201be64a65fdb839f8b
BLAKE2b-256 764c81d2e811a2ce43fe59c6ac3dd60472d18237454a34567a84b421ac23e757

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 480.6 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.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a7817c54581a9decade4da50608fa11082ec2283ca637b3fe77e26ff489bbe61
MD5 d154e5a923572374da957821e771e02c
BLAKE2b-256 d1628853b14d91b5dc91711609c63ad6a8ef57c1e174ef9ef34f4fb1eea16512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7036864f44917941cb01e27fa42e2e411dc2c9976229d0b673255a88ce0c5d3e
MD5 52b77584868c0a7a8e1b53be0d302768
BLAKE2b-256 4af7bee02f60261df98842b26c7759debf965407e09cc270c7fc97975ebf4135

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e96d48752c5321860eaac90f0f23125717ae2847218aafa45070c1cdc0826d61
MD5 169a13e388c5d9d97dc32b4191d97ecd
BLAKE2b-256 0faa7eaf6d48fcbd7cf36ff46da8074e4c9f91e3bd07a692575b1f7619f74b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 623d543386c7316826c99fba4db1239f23e0ccba6fcd9e8192fbf71434dc646c
MD5 691a03562563726a457052f7fc75fe28
BLAKE2b-256 79a0b2fab3a8f080c1c62536b150087eb28314f8f61315b35f77945b9338a404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b5bee3553cd61f7ada5281347afe8b74fd34bad0fb3cad1817e4525bdd63fa64
MD5 15ae41c4becbe7f7e000f578ce7b656d
BLAKE2b-256 d6ecfd0b936a876daa1329f8135f7fdbce07febc1527155694f866a1b95a7fec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b06251078e5510634a804b7c0b23cd02871b33d3adf7216ef968c863d67d5263
MD5 ef07ba7a28b735cba886c671298958ae
BLAKE2b-256 8e6838ea6fce527861be518d1882a70c41d483ddc6b0e9c6c96c080d130c4331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67874576afcad2061b6fd07fa3e38f0beedb3cc431c6f302d308f69ace9970a7
MD5 4b59d10b7f74ddf9e79c6681976bba78
BLAKE2b-256 f4621cc75cef7b54cefde3ec7dd1141a3ada0d7975c846cad59a20922d992f8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 480.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.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e7cd42eeffd6ea5d86c536782064452ebf0c69c9075230a7d7a6a78ab2fe2cb1
MD5 897bec655883c76dd29b620f7793c7bc
BLAKE2b-256 9f438429fba3c7a1c568ba8e43f68df10f6cea75d76dcb2d9f9c21a2634d6fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ce2f82274006a3f1d92aa396df335b1e7e4581c6ff3323c47aa32377a7e17147
MD5 9da21067c5643f7ccb4b4ac1ee139d86
BLAKE2b-256 0a3ebd11b671a4766fe74baa37c3a1ba0bd7999cda4845dc170ec1edd16c3c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1b9af29d9bd96a8d986c7c821d5c1327f1bc7d12e3a031512092e66830ab1ecc
MD5 3c0974dc875dba10e3fc5061415b6048
BLAKE2b-256 68282aa1d5a468170b6a7f51d876ed67aa7a25b5b580fee85f9e58dfc81045e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fb661b4f07a97ce63edf450575fcd35927f2a3adce83aaf3adf63fe58174fc7
MD5 081ff135e44d064f4e5618ce9cc3ef40
BLAKE2b-256 842781aa138c8817dcb22c84d77b02702b4ded231b5b12e4c00f5c44f51d5f38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1233d78a4634460e55d73c50cd95e12dab254504064bad7fab01c1b574642a8d
MD5 5ad41f287516e1a6804c10e619282a7a
BLAKE2b-256 4dea071d55fe3f283092e6c30d51d3930dbef16cae50ef377a138b9f98fcda79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 051a8c042cecd9fbe95579903e344294eaaff9efa023f389bd27de5ce1cd94ce
MD5 a060875162e1850c0dd46e37bc07ad93
BLAKE2b-256 33001cfe011361e8c23fab032b5589eff56a1a4897a3244023edc2ffa372b685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 756dca4eb6a4e087ef0f35dce684ad3b50996642e78ec262c70ac0b14fc10bd3
MD5 4f80e99c415e6f9b47460c856fbf3648
BLAKE2b-256 6fd4d9f773ba16626fbdf2902dc8f4398ea8aec21a9543e44d9dd58c453cf3f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 480.8 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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 45657540843067e3771c0522ece587e6aacfd78ce69294c3d7ba623418b6cbdc
MD5 171e5d888b624e9a1be6e41586d468f4
BLAKE2b-256 253e263c7f7f47340f1eb3322d3560349fab0ab31d0fc2eb9efc0a879062ebc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6f17a7a6129d4b67dbd461687336d1ba6ee4226359a4c4142f78e8b44d5aabd4
MD5 1fd303dec7b93ad94c5ec91c7f883a3d
BLAKE2b-256 4bb666788db9365603384ad273b52bd5115909d2313405746761aaf914d7b647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3f4e15f05ee8464558496a6fe05a410adc127bbda17799fca48ac2ed9704e2fe
MD5 44065d1bd5f5801451a93d1142b636c8
BLAKE2b-256 d1f9a67ebabc99e8ed15084f8d10b3ed7b772746c943cdf47353a7ef83bc0c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 31ffce0e363f182d620b7373443b5647601fcded34c2e83251317383d80b311a
MD5 633a4025b068915ed8e5bd0fa6ca16f2
BLAKE2b-256 7c5afe12db8fd2080b018e9d6665d6be978421520a0fe5625295fd34c44f8718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 568b34c8bf568360ed5b8d21c5312cc4f9322bfd60a74940eabafeaaa501f596
MD5 8f4aeccd32a76a34a84fe774f505bf77
BLAKE2b-256 304c412eb863fcc5b2560e7f5c20ec9baa268583b6f01acf9fcb3ce11d713d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f29b2c48ca520524b07b213a104af786199831d902ac264859afb5c85c6d2bb4
MD5 1994bc8cccc142507a599337d7967402
BLAKE2b-256 29e1af79762a2ecdf52d5c5e306b18d459b1fe7b1e756c145fe2c001f43fe2db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 32d4563b1fc23ba7acdb55261c3069b72989bdb791c80b519bf3b97cb51189d5
MD5 da9b6e24fcc31a2b4c73dcc80b0153b4
BLAKE2b-256 f1c3c3595543077f7fb2b7ee2527ac5c011cb3f9be278db572ddeabc440d1f56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 475.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.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f4d0ceed806abe528a1c31120b2da88f33a113dc6827963cff3669cdd4878fb
MD5 ccd0821db19f8991ba6970a19a2dd0a8
BLAKE2b-256 9c60567fd4417c6a980dba11a7fcc7bf3d83f088b3cade96799e44407efda54d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 465be6ea193dca3af5c62e062e789810d747f47c5ba01808db0278c1ec44e02b
MD5 7b931c89ecaf20561144249abcc70edf
BLAKE2b-256 786e4fadec3aefedbe2c33fbde30b5e4b295cc045b93c61b6cb410f8bb9c3f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4443c3fa2698d1c82eb5d167bc11300af8e762921d8befa2cbc69ee87645dc9f
MD5 ef2fdc141a735a0894e2a2091a25860e
BLAKE2b-256 9e7ec8afde327271e081cd07818788b81c8d02b50b47ed8ca932a2fd0c7e3056

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 267eb16c9ebbee78a0e609f57b11600eda6cf94f636dd385444bf3f0736619c9
MD5 46c479b6ed89b4a56bd036dff9149d2c
BLAKE2b-256 68eaacefece1bc17a14cbce7bdd563635cb42c721fcb4fd3ecc6989bec92aa1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 69919e8a2e138ce3d064a4d976922b6ed3ba1c8d5672d853f4206918f39e171f
MD5 d498785521d3bfb23dc7f0538ea4a5fe
BLAKE2b-256 49d40c3df2ce7cb61dc345ba3b0af81093b35b5a113dca072139d8fb91f4cc4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4004eaa6ec55687e74af93b5db7edd26be755d6e1e75b59b9d6952860ef139a8
MD5 18b35da930def59d28ca4cee42f10d91
BLAKE2b-256 34c3777e8f882881c5a1b5f9d955375668d74fbbb848d8e81fd2f82fe7651a8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 84f64b7777cd98f87496db2387c39aa0b5f3f37baaa4b58a7a4a747bad2419e0
MD5 efc3aa9ecd452932ddc25f5685b5d556
BLAKE2b-256 1e41d93e87d38b9f56d3f5519221b13e1172fdafae0d01ab5ac652254449e5d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 475.4 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 75e8cb3e12a78160a8adb2e5c97fdaea17da2e10e7bc3fc1df2f8879a4be03e4
MD5 e6805d68b773cb611bf1eb7fd3c06cb1
BLAKE2b-256 bd2dc790ae92fa49659bf03d9ddc51e27bc959b1c84aae69a51d44d305cbb9e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6d2d5320487e3d5688bbfb77e170e230897e090d5792ff1111f03b3f68ca04e5
MD5 e0689e6ccb8d0bebefc90cc0ed7b00c1
BLAKE2b-256 dde5fac20a240f8c54a5ac546927ebb68f2afb3d2f2e469ff5fad198fd975d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3fe9c183bcc5e769449a257a90085fbe04bf2d0fab81f8f1cd4e0aee5490d1a6
MD5 925aeed36f79e3d3756247a768dbce81
BLAKE2b-256 0d5e3cec76c9f43fce291190d111041eefb07019b3fb1359d597566127e700d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e1067bc8af5b33dec6f908bd63f1db633b4d50190fb9991bfa274f941f642c3
MD5 ca91bc9cd1291c8f42dd87a430b16c99
BLAKE2b-256 c678204db778e55fca8409a32687612b0313d40b66add5d6dfa6cfa1fc6cdc5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b6fd018c1dbfcdc46ad59c4cfc9fdca372142d681de11ed2d42fe64416f7628
MD5 62707feab86652c4da879e0d0ccdf03d
BLAKE2b-256 ee3370a1742926db9e1f9ced9aa8c54e1a6065250f557f2f7ba64437e283b176

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba243189c4180a63638e21dfa70f73ca6da28772b763a76f58627b5642df19e0
MD5 a4550d4af385d5501756e67926c093ee
BLAKE2b-256 cf4d01232fdc89a146350fbcb734f15a50937d4556c665e74b9d14567ce76405

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 acc84c4e36430aa4d0a75c46e2226341faa1e79556be1c60a1f4fa810a735dd8
MD5 012c3d8b1a18d5af952f9ed261a620e8
BLAKE2b-256 62afa8818928eeb7238a38f53339362fcca90954df2ddbde063e843a20218aea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 475.9 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3341e1360261a935cc0ba8b58cab2b31e60d91594eb77f0c0e5116ee1482955
MD5 e160d1b4f7776962ef9722de838007f0
BLAKE2b-256 ec9c59871804b2ee97743d697e3e822175ec1bc52786d14d1571eebc2171ba3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 969ede1fb81b898d7b024fce5335223d537141038675c7964467c1036a10317f
MD5 2fdf3e988f54e3a5fc171a3b98807c4a
BLAKE2b-256 83cc115d8d3ebf06d5772f9a0a665b6f247477f26336257640d90d30482cad0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 12861f046f507e4e3d2c30bd590451441a377b3cb3570ed993fc21ba815e133f
MD5 15ecb8061a91e769aeaedcc26a36485a
BLAKE2b-256 13d904f1de2cf05e6515574715ac55d50a0b16ee7814c2d499de49d40d33f6ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4eaeddae652ed5389f894c63f7776f489b34e9e54bd2d3ec2525b09bfb374910
MD5 2aa6955dd3e771391428e0038c1bd2d2
BLAKE2b-256 d27a4352c89501e1a6da82b453a26e4d64e10140b5bda7b14e2e1abdaca75d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6904cd14d5254bfe685f7c74f647312ac4b282837c2d27673bb68d6b631cd12a
MD5 941cba9feb27f173eea0e9fb0aeca4b1
BLAKE2b-256 fcb69411c76446ed9df36ed503ce703f05a165d58aff583fe16fb90e55e2114d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80ae845de019621611dc0c6c89f324a123d72e5966519dd2a858c3cd43be89d2
MD5 d6cb2e2edcfb4759315024701c26e848
BLAKE2b-256 142ffb317180c17716a38697e217f621c85f73873fccbbc026c98e2f0b8c8cf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cf6c7dff359803d8d0fc06002ca16dbf42cdc2cf3ca4d85d8936271ef3b1ba22
MD5 0ef6710227574d9797cb3682181ade76
BLAKE2b-256 8ed0c7ae9331a06adafe146168e1a206752f9c91394a9a1863da7128f8a239a1

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