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.0.tar.gz (146.9 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.0-cp314-cp314-win_amd64.whl (466.1 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl (824.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl (779.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.3.0-cp314-cp314-manylinux_2_28_x86_64.whl (622.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl (602.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (554.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl (582.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.3.0-cp313-cp313-win_amd64.whl (465.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl (824.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl (779.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.3.0-cp313-cp313-manylinux_2_28_x86_64.whl (622.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl (602.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (555.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.3.0-cp312-cp312-win_amd64.whl (466.3 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl (824.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl (779.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.3.0-cp312-cp312-manylinux_2_28_x86_64.whl (622.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (555.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (582.2 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.3.0-cp311-cp311-win_amd64.whl (460.2 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (821.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl (775.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (618.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl (598.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (564.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (598.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.3.0-cp310-cp310-win_amd64.whl (460.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (821.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl (776.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.3.0-cp310-cp310-manylinux_2_28_x86_64.whl (618.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl (598.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (565.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (598.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.3.0-cp39-cp39-win_amd64.whl (460.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl (822.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl (777.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.3.0-cp39-cp39-manylinux_2_28_x86_64.whl (619.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl (600.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (567.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl (598.8 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.3.0.tar.gz
Algorithm Hash digest
SHA256 0edb13f12469dc9ffca4f9993da99ab41768a6e56c167a95fd5c2d5bbf0a562f
MD5 f0c8668a00e7d05cb24978337f0ddef7
BLAKE2b-256 160824b48d1f953b38e16822e24fee039e52d4ae931bdc0751bb3d6730e907a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 466.1 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e0ca178a0a007477f327df8d29fe02b4baa2ce4551eb8e98c2a5742b68f04c6e
MD5 8bb7ace754cf797e54ad76e002593b93
BLAKE2b-256 8d169e3ed3d45e0ff7eda6ef2868059d42645de13673c8523e22ba3c127f3e08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 938031c1d5490cb65dc340d9f5a114950cf824dcf9048cac3273281d4217cd7d
MD5 8f916cdd66204c812e558eb31e9af9f3
BLAKE2b-256 f199d9c2b7112b6daf71945c5de33a813998a5df937adb9b638511ab60c063e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fba9c3d4a35533a532075c8e4bc2b1704050efb65c6001f58f2422f3bd7ec086
MD5 6a86c92827b417b90db28294bf315324
BLAKE2b-256 1c84d879e48c5cc199c1baa3c7772a55446b9372317f083b13ab5608c460c542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 196e62c2b971fdd1b6f9215027c3b3fdfbb73aefa4db39752d0929a11a0e1a28
MD5 8edb0d5d6885df1d870b2428679dd1f3
BLAKE2b-256 50bcbf6ab8e08eed26257672fc395cea758553e53028bea3b3b36b97143b043e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7b0b4131dffd7f83865f34e40eb3d424c783567b22349b7823f8b245cd6bd47
MD5 3ff55aef16a5455f2bf971fd0246c1ec
BLAKE2b-256 c6ad15cdfe32c05b6604f3954a6bb0712f3418a7454e63aa27f1e781406a6adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44f24eb79a33c4784db262efa1474cc19de84343778491ebf7704b12968cc020
MD5 3e7497a3eb9ada5aa066abec2defe087
BLAKE2b-256 0231e81170285d7ea2b5335e560a9018f899d851877afcb57567d37e6ae2d83a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f62672ed4e3198f76bfa2ae2aa2c8440e3b46a8851ce3e11de31a785f094c8fd
MD5 66fc57d466268662084dfeaa886a7afd
BLAKE2b-256 e7f902ca128fcde218d82bc67b2673b8a999d035ec76c9d99bb915a5d82a0a54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 465.4 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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 405bbb665db9a5f55669fb4d4afe62c503d9e158e09466fad48cdbba92675e1c
MD5 bc6aeea3174344c91deb75b341f7686f
BLAKE2b-256 1983197ef35fc13b33fbab01075b4a5f1dddd5d8bd0d810ad6fed5bd139849ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eacacec14c1a5066f1be75e54af484d5569da7d59312e7101c705bfd003d1677
MD5 7451146b141a270d2d5328d858506f06
BLAKE2b-256 e890a75ed8d6aa1c7eac22fefc6b0a04ef079372546ca8a1f051797abeba53d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 63df025115a30f9f3c3d0973da008be5655c247593ad67f0fcd9b668c32400b5
MD5 1763cc23b786f744514484d0cfcc895a
BLAKE2b-256 2126fffdc27b8a6c8d9a07df7e7d391a34ec2891313abb12cb69091ebf02f009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c700a1fef74d26fb38f90cbba2e7318c0b4ae9309fbc6908006dabc23b2aede5
MD5 5171a6165a88cc346ab388c1ebad9076
BLAKE2b-256 1b19c7bc8b2270217a28dd906664ec8bbed78f64d32b0dd8502deadb44b2582c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b096ac7df4fe3cc2cb4b62e741f9f9a6631c21d99b5740d817febc777e273740
MD5 96ab66bd49b975e123466f70f1d9b59d
BLAKE2b-256 37225631a30c54fc536a4043d55a6fddbec1a0c8314b289711732c5c402fe4e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d42204d3165f798709ed0ec2dc96248f7404fa83ce87b109e57225684207b2cf
MD5 faa0ae17ceb4ada7ac615b6f24dc9ed3
BLAKE2b-256 ddc08b49e62d01c8da9404006d40612c335a553421e80fa02616d84f24223466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 86e55a45f10adc8fa293e4a42e6c08f1e625a053b79e1eefa06af51a9e735755
MD5 6678c5a2345f591253104a017fd97f54
BLAKE2b-256 c5cc8ae9c59dc8f518d3bcd243a8ffbf6cd3df01a7f0dab054abc739fed0acb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 466.3 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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c612454c09476e93baf79f2f978591a41bedd54e7d61b6fc0e689503b87291df
MD5 87efd2a2e436bf0be983abcfdbc4f777
BLAKE2b-256 1ae6ed8f7ac16efa72e047b0ae291298532c68cd1fd44561d1e911427ae1c489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 213b49a8c3b1f42215ea88986ad67bbecf6a15322d0e14221dded03fc2e13a79
MD5 ab4c01387ff771c2b886b696d9b5b855
BLAKE2b-256 c9c0cedc238170e05ca90619516b73c4a06fa82d84ade2fcd4278c22deb1e6b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be7c862e256b9e431575c64037407487b1fca6224ab86481f166a79f43252e94
MD5 43c714969a6315ce6bc2cde064fc6b70
BLAKE2b-256 22f66bc296f51c9fbbc33a285dcb4faee8b1d9882020a3288c91d810dc10dd87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 84d821669914bcc287baaf09b4827050d2e49e38b2dc417058a031b1415e8210
MD5 6485ce3f3aecd72b5814d91203fad668
BLAKE2b-256 aeb3adcf714b8ce41360c802ff0f7bb0170bce7f49e30e8a2827b93385606981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 04d998e596d0d69a9a24a24803a2e177e3c2e77b587773b02df1bc4b64f0e17e
MD5 3ee8199ec3267525b31bf457290b3241
BLAKE2b-256 548bb983e33045568fa4c35d1da94e905ff309484e4a76fa339320bff6fabb0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d893ddb964781f8a74233868155e3a57505314adb71ec64e277c7bb7732156d3
MD5 dbc207c9d187cf041e771aad79807f41
BLAKE2b-256 e10161e5289791b544a05674096929b03a5e69168cd7f95a2126f2b71b8ce163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a45c308eb254d19b949ff84a0a1709f516d1c9f085f56c05e44aa4961611daf5
MD5 619e85ff55050c82ca53af54b717f8db
BLAKE2b-256 1b51f8ca4602cdcbaaa82d440147cb30eecfe937ae308517cbe8071ca250e4e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 460.2 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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2acb088f8e23eed9bf8d1a930f8b752778a92d888f2a280e164b99c1b6c7d532
MD5 b2d1f99e3b6b858e1e2b67e5e165b6f2
BLAKE2b-256 ff1daae16d02494bedf355417c9d48fda46c3304abf8f7746791305c6d2024c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cf09e407e44d4f0ac475e352af3170c31d617af252565a103946250762731cff
MD5 7954f45353d99fa015af08ab7452a32b
BLAKE2b-256 e9ad27ecc6d1ff13a89279376671d53a73e715fbe37edcf5ce998b3d2938eb1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5556a3f1639ecc862071c59b886c78a8fca7344ee81cfc8133790156f872e1eb
MD5 8a46141deec3915aafe48dfeca58efa2
BLAKE2b-256 25da75a6552568a10734bbd1b777120ed7e013d25f5e5c9555394a8bdd04c4df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46da763700b8dbbd6c4d7397d2087607a851b686b8835639d913703e8e36ad40
MD5 20d02d933012f164a16a4d79f832828e
BLAKE2b-256 d6eb3afa4d2246a98c0f8b3fa97d82d093f7cd5a39ef179337252112aa0b250d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 522a7df26d141a63957d17cf057a10f4220822aacf7fcfd01cfac4ee52f44928
MD5 03ac4ead02829e51d2fc1cc5979b3123
BLAKE2b-256 e77a9d5f301a2365f3520aa2049f6f1cc4e43a53f79c51e5bfaea32424e3b538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 335d189e8fe681a6198d0b57b9cdfcde21ea89c72680be4e4076b6c9dd9815ab
MD5 617d5cb65b7d70033a236dbd600cc362
BLAKE2b-256 75331ca516796727204bbe2216e7c214cd670cd7796d61adc789229c239e5892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1295cf450d7947e94c16e0226b6b47e03b105cdf77b0829fab0fc470bff6b9e3
MD5 780b5955b4322ca5114e02480e62c6b1
BLAKE2b-256 fe213242c46bf32df882d9bb5e37eaa180deb3bc5aa2b6572bea50ab7569fc21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 460.0 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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d522250197cbf7d9b61666df307e7c0f40f2d21d59013b90131b5c4d39993292
MD5 4a080e210385cfeeb0cca0224cf8d73b
BLAKE2b-256 0d0693332b6d6f8210163e13d90dbbbfc34d6bfd9df260e7263eea965cb6cf1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 25b3195913d4211ae559cf534b5fe005e3af184464db3fe708cd66747a8d4077
MD5 5526046635aa99cd4f852158023ca403
BLAKE2b-256 7fa5ca148fd8c759e5c13d8c479741cdeab53e3438e1a523c115351e9298eda3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9666d0bb161e147ff97a06f37853a5a26f69f4235e8049c3330e00b8df92d034
MD5 cf1da6be93bfbe7fccb8a36219646240
BLAKE2b-256 6395467035690a06850f318e423eb2c0f5b58dafa7aebd1cc7b81f4872b179ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c0d745ccdb501f696a682fc642e25e5f0c7b90c5ae569c74023efe2ba82b040
MD5 8984318b28086705526e8d096a6f9250
BLAKE2b-256 ed05f90bd1f6aca63eabb4efbdc8646e82ee96b9715c0fc456d1ec34d5d6c7b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f65417cf18a50abf168632700d83c9efa17fdbe7aa918acbdb90ab93ca2a95db
MD5 705f31652ea64f72746ef54426ee0402
BLAKE2b-256 b46cd953c943d147f7d83bdaffaef86036c2a63b168434199166fd4c475fc753

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ea1865f7e16c5f5ac40a51e6948602dd53873cccaf90d58a7c7b12bf017404de
MD5 b7c43f7cab421513aad8189e1a0a51d1
BLAKE2b-256 b166a80143f1398291d82b112a92d4c9de809d7b353cacf4561e17d962d9e4eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 50b7c76a7a4a190f5a5860748b4fd83dc971a23a4703cbbafcee0e774f9aefcb
MD5 6af19198f9f4ffea80779fc67ce4e9f4
BLAKE2b-256 5d62956d5f3d0a6549d27ab2d79db54b6804dd4e68617fe529b050c2726975ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 460.5 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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2a5032c0565a6c5f369db9e8cc98d0123eac10cb92635c48eaf2a6168797ddb3
MD5 5a42913344b8fe89772f6c4e6b0f9cf7
BLAKE2b-256 12645a0763a5a3ba060fa2d8fbe6753d0632f342de82668986d6b33b1569a165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a0a7875b1a11a23ff1fc85804f99f485dce4df22ea3757b75ee1fdbd8e1163e
MD5 f8e51be08a41d5230f5c8499c85148f0
BLAKE2b-256 2c3420dbc3d1ca3c7726179353e043a150f282e5a89a288f36b853f26260578d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6966fd93393f53b2dcad158a84ef22185626b8a4389a9bbdf8a95f809b30d073
MD5 5f4a7004e2d3f632f4cdb6d6f13d9f62
BLAKE2b-256 fc86d001f96c8b97b252247ccf824a9e62f174a1aa08e73c0ebf6d88938df73d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae5f0d2f6f0d5dcbc8d991d9788547a260b95477b79b028923b78a2702aba47a
MD5 38c444574a11bf2a2fd971a48c72467d
BLAKE2b-256 3e7d7102e362367de6bce64a56f0f7ff52639505f028b22f5db0a518ffe487c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25559188391ca2654b475963f55ed83807978cf7915556c67e1d3908f762d25e
MD5 757db4826aa1e7d7c068053e0643d3a2
BLAKE2b-256 e1660bb784dee4b59e293abe72007d7d81c377bc0ff7850db19ac5faed47b979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a823a3c3a0b07f858b1a07270f5e6c399a2fde023020ecfe1ce6d1f8df1a2fa
MD5 969885d4e4357ffaaa4cab44e4016643
BLAKE2b-256 f59e3f440a273862a54051ef0c0e0869c9d752f4b1f363fe564a8f458a675646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.3.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0d2a194daa5cf7257d462e2fee30d3012de036f8de0f7cdedfc7898f8e4f6eb5
MD5 e419d1257ddfd3000902c86cf3c54e62
BLAKE2b-256 70dd9b17aab8554498df61f429f10b691f5a6d1585aa43bd18a7c17c0944b75d

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