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.1.tar.gz (149.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.4.1-cp314-cp314-win_amd64.whl (474.6 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.4.1-cp314-cp314-musllinux_1_1_x86_64.whl (833.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.4.1-cp314-cp314-musllinux_1_1_aarch64.whl (789.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.4.1-cp314-cp314-manylinux_2_28_x86_64.whl (630.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.4.1-cp314-cp314-manylinux_2_28_aarch64.whl (613.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.4.1-cp314-cp314-macosx_11_0_arm64.whl (562.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl (590.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.4.1-cp313-cp313-win_amd64.whl (474.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl (834.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl (789.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.4.1-cp313-cp313-manylinux_2_28_x86_64.whl (631.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.4.1-cp313-cp313-manylinux_2_28_aarch64.whl (613.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.4.1-cp313-cp313-macosx_11_0_arm64.whl (562.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl (590.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.4.1-cp312-cp312-win_amd64.whl (475.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl (834.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl (789.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.4.1-cp312-cp312-manylinux_2_28_x86_64.whl (631.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.4.1-cp312-cp312-manylinux_2_28_aarch64.whl (613.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (562.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl (589.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.4.1-cp311-cp311-win_amd64.whl (469.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl (829.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl (784.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.4.1-cp311-cp311-manylinux_2_28_x86_64.whl (627.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.4.1-cp311-cp311-manylinux_2_28_aarch64.whl (608.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (578.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl (607.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.4.1-cp310-cp310-win_amd64.whl (469.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl (829.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl (785.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.4.1-cp310-cp310-manylinux_2_28_x86_64.whl (627.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.4.1-cp310-cp310-manylinux_2_28_aarch64.whl (608.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (577.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl (607.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.4.1-cp39-cp39-win_amd64.whl (470.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.4.1-cp39-cp39-musllinux_1_1_x86_64.whl (831.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.4.1-cp39-cp39-musllinux_1_1_aarch64.whl (787.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.4.1-cp39-cp39-manylinux_2_28_x86_64.whl (628.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.4.1-cp39-cp39-manylinux_2_28_aarch64.whl (609.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (579.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl (607.9 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.4.1.tar.gz
Algorithm Hash digest
SHA256 8f504eff12930ea21e22ee224babb2743a0490cae484b4fc92511822bc6f9992
MD5 b935628142e39f56b0d20bc1a0918a11
BLAKE2b-256 3254e91bac0ba14aa690049b1306ad379303992f429de30a3f67c9193f9e534f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 474.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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4c0958bb7aa620b97ffa9c405c24c1f774629aa753fb57e1d01d1947c1cf1e38
MD5 9443552850be4492d5759a06a5f6f66c
BLAKE2b-256 7fac2beb487999bdba52fd033f2d1e68e07a0f8d43de20f8706b74064c7c5c2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6b54c38a0499ced1645629917a0c6785d3a381a6d564f90864aef20afae2b73e
MD5 908681e750dec5fafa47286c624fbb7a
BLAKE2b-256 1f207b56fa745c5bd41214b9df2c2d9d4231af968b748c5122980a05dbb76f0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9a76a413029f0d051c9a1dc41a91fcc7a2a046981a88ea31832f1779f83c195b
MD5 e216f8a0911bb268d43f6b59952e4db4
BLAKE2b-256 5e72824e65ef5dbdbd93d23ceac356a5df18a2c9b66d569f9c8ac61fa726dcb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 337256ef82bc29d400e3a61ad53d8053911a6124dce5d6cf61aa5679911f5d7c
MD5 4a2fb19ee92c8ebefe5447b8e131462b
BLAKE2b-256 8c85b36cd08f3a4c9743e165b7e60b995ed03dc04acf3212d3b2ee3ef1e575ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e31c4b6c17df1b60d0d2a3df428bf6ff02a49ab40e69098cb2a69fe3e57e0b0
MD5 abb16f397962ad3d758ff7f5b41b2759
BLAKE2b-256 95908ed0bce42f2b5b48b8b02e82957f56d06cdd9148fc22347f64939817b979

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b005d7d2332e3459457c8b28d1463244772df78e7ea9b9ab8b465c6ed64e6801
MD5 02a5efb06df0cb81fb2daf35d764a727
BLAKE2b-256 71768fa394b2b1c120c37b08d50ab29cc6e7a1ea47f1290da44557bc8808e227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5fb0fc7609f95faf46b1fe1e3f0c55b05453a7751c670c72a551606ab6bd8554
MD5 7371d44ca70403c8c2cdebc0c738ee50
BLAKE2b-256 1d0063ecda89880d5bff48bff62f3a004062931becbe1ca309c39921bacb7b9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 474.1 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d10e8fd1edb25e45b681dc41d6dae5ff927e30f96b40e49c8a941f6ab72de034
MD5 41669cc4f15f915b4f1d3bd6eae7894e
BLAKE2b-256 c84007df016e254ef756e2ab825b17b3e16b2c02b68320e0f69ba8206091fa16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 162d3eb301225cc66ea4cb20b633b84334041d78adc53eea88a6c715934a5ca9
MD5 4d3e16b92ea2814386c4afa51e089053
BLAKE2b-256 b713a8b21754c565c6f11ea867b32271981f2bbf4c3868f82f73a9614610dd23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d610c08bd7ad787ad27b2f24b7c86d419af6ab87339a60107e7522d287118652
MD5 4ae49e0a05dbb0cd34fc83f3bb1dec63
BLAKE2b-256 ba58090d5e17875e60d12bbe33c8e1fbad7e02f360a16914b306d738db99b481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 337bb9f521c5d6c495146bad714542dabd69e1a6e761c148938289f600f46a25
MD5 fb4af48c893b46d0e34c31eadf1935b9
BLAKE2b-256 3c8c4de1e86637be8e6ca3d4c9a1350cd869e64a7315587c41c3567121c0bcf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6dfaae5b204d13d8a8e792e2ed68bd68cee07ab94b26fbc0ae115ef78762aa44
MD5 26624991aa100e9f8ded8d52de9cebf0
BLAKE2b-256 465f0f83e60409b94edf8d548ae9dca6385f7df9a294d354318aa0e3fdab7f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e980e73d85c95a332a2b6439009839055720910070438c23042cd6b09762586
MD5 f19e54792f017539022920b26025640f
BLAKE2b-256 f86580a94aefdf352b4225a29877059452a4e6cf682cb1ed89ba52274e1ea686

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 180f9df7ca07984315da0acb66d68304d5945382109e9439ef6b4a0c3ac1bb54
MD5 dae3912cf163e0f5f2642ff39c9949c2
BLAKE2b-256 021439d5613384fbc510aef17b8e7807685f80d1743424878bc2bd794e77f986

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 475.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.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f7c2a8abfb70dc4b356a42891778ce6c65c8ef98f0faaa14ed7892c2164af6cf
MD5 7340849f5f86b46b6f9c621706022c6c
BLAKE2b-256 b067ff98215a66416aabfe1625f514381bea4df55981f16c01cd49d2a381afa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17cc46752d44f3a81fccf08f8262b19ad91ca60c5ed000c2edfe51183add6733
MD5 0b26f351e3c2417d0d6a476372417d60
BLAKE2b-256 b8809ccd82ed9f49415b3f393c0a02813e52e68b79b1b284eeb5d83bde986a98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a975c8bef85ee52b5427c15594d4d599238aff102976aa2e646633c5894bcd1c
MD5 ca606d5b040f13498195a3f39ccd7f0d
BLAKE2b-256 8564e944692ce430f10c4b6b5262996c51720a723311e7e3df0a76a669023854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f74a9caf87ad6cb451806ca2727f8c526e6bc84c955487e018f10c6910721fb
MD5 38aa2eb13c5d77c5f0f7918d17599eff
BLAKE2b-256 747dbf9b7c931b3f472cf6d2a3b4a0336cf3ac5e40f73469e2155513311ba925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6f65bfdec89746fe50fc65096bcd816031e062d83fb931747ca9e2b17fc2618
MD5 5ea021aa353e83eaa8525e1448c37622
BLAKE2b-256 720a8f91da67e2cff6f6f0477eb0e9c333e5caf85abea216478ab9eb8ad12691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e5ccc5167cca8944ed2eec20e73faf2eeaae29e0c8d33f85249f0e159f2695
MD5 4affab38120fd69c527399adb628eef3
BLAKE2b-256 6fae532bfbba9796c2226bee25b7064aa2430539ad1c774b4b8322d3a8c4baa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 81fe060c05752b9178d0269fc1fb1a9fe04c349d4e7a3b1dcf9a4a321d941790
MD5 da39eb49dc2ebc8aa327db63aa0cdf1f
BLAKE2b-256 8381b953642f29bbee4be7a0184a10726f062a90829a397e8e603770acf89195

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 469.6 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 872071fc1bb4b8fee2ae1794564dd81e9f296206ffe2bf4919fc63a80f221340
MD5 d4639ef8158782654ee41ed10c71dc0c
BLAKE2b-256 aa03c46bd9959c984e47443484f82a29561ac9bdda9c917a3b304253f9bafabc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 99373cfe3416da8134b4a8214eed98b16184ea023d8b8480c02c819c6b8fcad7
MD5 d4f99ac96e694e80a89b1f6b22a84f52
BLAKE2b-256 bca4b893162316a1e2bb1c91b40e64278798c99280b07a44ff1c258641924163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 126b2c44d3ab08908db660ba64b0f7806af56ce6f177daf0e728fdc7d984f4bd
MD5 ff1ad4c61f7e0607eaae292c815effc5
BLAKE2b-256 18ea9f72f9fa371f7a1039fe7e368ee5a833753589011487f6e3ac61849dfa60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a179835169f7ceed88ecd66eeec6c78c3579951a933bd172b15a00ba3575db58
MD5 2e22dcc7db7dc1d0bbe4dc0e42826d98
BLAKE2b-256 69ac0dc040806720607cb8c1fe6ec31a93cb74052500c4f282ce3019cf79a5e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a84d3611c9a41f68932f0632ac92597752597228ba335b57e1722671940946ba
MD5 5a15e6ae0b1306932a11f5cbbacc2cff
BLAKE2b-256 eb294a4a08a5125d4b2242c69f4d1cabf9fb2581a9717d2cc2cdfd9cf360dfd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c8bc0eafe5967b8f550bec6076b8b6c79767cdd00073dbcff15e7746777ef04e
MD5 c563f2984786f839a5241663c4d67fd4
BLAKE2b-256 bbafb8c2ff200bd044de8028dca0049bcaa90f9097ba2f7adb3d6eb446cc16c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b3af91682ade5bf3faa036e122a6889e5e30a46cfd5899bd5b969d28eef81c68
MD5 b10b247c0c8ba6d08b1c532b81f1a459
BLAKE2b-256 29cbab9a8657af0462af67e4029bee5fab4c0b943fbea2f856aa062e6734e3d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 469.6 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 acbd7f31bb37078242718cadd41596818d068ad8ceea9ecc2d353f891d4a9265
MD5 3b2be9e4c25b075b2051d176ccab4919
BLAKE2b-256 06f984f31061e35eddcf08516746b6f508f8f6c1489ddbc7a96117d23fe60579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd3741981474141cca8b433372c30db134ff61291e216b516da9ca2b2e78ba33
MD5 c1b8b32425db9a9b4ca928b446ffc287
BLAKE2b-256 1f2d39501a9045eca940d2558b4a76d2afabb67635d2c667ff7f119670aeabe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b660f03296039c16af39b7c5a9aeec39315690018e5fe4784cfb015793cf31b0
MD5 b707d0d7410cda7b9abbb941a27d9431
BLAKE2b-256 236c7b8182f13e713e78cf5cb10aed15dbd54461bb4e47e1cb6e36b73aba0bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d905432c0cef6b1ea5fb9b83ba3cc306476849bb6d8d634ce213c3b820f7cb85
MD5 cb4f8fd81794d2d0be243b2bf2cb005c
BLAKE2b-256 f3f0e6befcfb6c7ec91b4591ee48bcc0cf260e6a0aff9842e7fa9411934ddf97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 76d0bda3c4f3525beffa929caebd7cb6384e6d9a118ea3fe955445bf16d90e5b
MD5 221778f2f894ca7ac1e0341853287b0d
BLAKE2b-256 f70fd8bac5b6a4cb34ed48d40b5260b6893be751932a6694ac1ee163b62066f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e2cc27de7ac8882a3ecc8ee18f1916ba56f0bdcaa359c51f146c6bcee3e1cc
MD5 cc273e405ce64645c1349e4f060918ca
BLAKE2b-256 df431f8730fd8799f55bafe8e6b13ca639e9bcf81f3195634ce0d2d68068acec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 90df1efbcd4d86b4d1e313bc43e2def71e0e294e918942cc0d9c6090108a17c5
MD5 d2db9b3cb29e228930f44d481884bd8a
BLAKE2b-256 d18d18522592d8ff365571bc186f788dbdfc73eacd42152b991f62cf399e9975

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 470.0 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 51b657567d96d89ce3fc46552f0ba9e32c09b2a280a8bb5035b8ff51fc7c5832
MD5 0f0203742b7045d773a3319290e29058
BLAKE2b-256 ecd81e249028e0f08819954eec2590e644440028437e564431e000a80080a45e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb1d8ab3635fa4da3b7020d0e903fc7d0085d3a7f9daf13e7910f115ee2fc7eb
MD5 660c8efd6e50f86ff456fd1ca1f4b8ee
BLAKE2b-256 465f7fbcdf1abd33d8e55df9437dcf1f806512842b0fa62d9ff16c84a3bdae95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be01e674d837623b8dd1a983a9c4917f399e526571772d0d4f1e5f651193d4ac
MD5 9ee4e3d55c5662cae45756e24814afef
BLAKE2b-256 4c2b60e67246b82f8fcf9dcca455c937a41295b39fffd68598e622840a3c9871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4110c0f5302cd2d74dac31c1a95dc38c59a9bc30d4ccb62fce5fa938e5649f03
MD5 7a6520e768b74675bd7f291d66cf0724
BLAKE2b-256 610295bb43cb870dcacda354c784ba0a68b08cb74d50049a255aaca1ef2518a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 307b292287f8ceb0016b9d863052678a45ffbf03974e4ac7322d604e2a1ca04b
MD5 c7a43d699d29e31cfb2827af572f0958
BLAKE2b-256 c1dd00c1f52b16b968104eff6da5d8d407ffe007b403fb6435a30ec1a766a7b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b7a181b7219198882870a7043a0d0657ebc74b8afaabe909460ad551e743e49
MD5 16741d9325b533771ec002a1da50769d
BLAKE2b-256 fa69deaf8f3ee688319092a22123eb542e6cba43c00cca9c34da695ddca14a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8233e9ef7d03a3b7f8ebb76f19ef8145275c5dbfb474367d37370c440ea85f27
MD5 3d1b3ccb077110af2333c8deef5133ba
BLAKE2b-256 cd7e3d7c1e4aaa2ca16a1cd97707c7715882b6bc0704f43d7b5dae64fa2c21c6

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