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.4.tar.gz (155.4 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.4-cp314-cp314-win_amd64.whl (473.6 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.4.4-cp314-cp314-musllinux_1_1_x86_64.whl (826.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.4.4-cp314-cp314-musllinux_1_1_aarch64.whl (788.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.4.4-cp314-cp314-manylinux_2_28_x86_64.whl (623.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.4.4-cp314-cp314-manylinux_2_28_aarch64.whl (611.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.4.4-cp314-cp314-macosx_11_0_arm64.whl (556.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.4.4-cp314-cp314-macosx_10_12_x86_64.whl (583.5 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.4.4-cp313-cp313-win_amd64.whl (473.0 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.4.4-cp313-cp313-musllinux_1_1_x86_64.whl (827.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.4.4-cp313-cp313-musllinux_1_1_aarch64.whl (788.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.4.4-cp313-cp313-manylinux_2_28_x86_64.whl (623.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.4.4-cp313-cp313-manylinux_2_28_aarch64.whl (610.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.4.4-cp313-cp313-macosx_11_0_arm64.whl (557.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.4.4-cp313-cp313-macosx_10_12_x86_64.whl (582.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.4.4-cp312-cp312-win_amd64.whl (473.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.4.4-cp312-cp312-musllinux_1_1_x86_64.whl (827.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.4.4-cp312-cp312-musllinux_1_1_aarch64.whl (788.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.4.4-cp312-cp312-manylinux_2_28_x86_64.whl (624.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.4.4-cp312-cp312-manylinux_2_28_aarch64.whl (610.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.4.4-cp312-cp312-macosx_11_0_arm64.whl (556.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl (583.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.4.4-cp311-cp311-win_amd64.whl (467.9 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.4.4-cp311-cp311-musllinux_1_1_x86_64.whl (822.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.4.4-cp311-cp311-musllinux_1_1_aarch64.whl (785.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.4.4-cp311-cp311-manylinux_2_28_x86_64.whl (618.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.4.4-cp311-cp311-manylinux_2_28_aarch64.whl (607.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.4.4-cp311-cp311-macosx_11_0_arm64.whl (571.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl (598.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.4.4-cp310-cp310-win_amd64.whl (467.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.4.4-cp310-cp310-musllinux_1_1_x86_64.whl (823.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.4.4-cp310-cp310-musllinux_1_1_aarch64.whl (785.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.4.4-cp310-cp310-manylinux_2_28_x86_64.whl (619.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.4.4-cp310-cp310-manylinux_2_28_aarch64.whl (607.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.4.4-cp310-cp310-macosx_11_0_arm64.whl (571.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.4.4-cp310-cp310-macosx_10_12_x86_64.whl (598.8 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.4.4-cp39-cp39-win_amd64.whl (468.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.4.4-cp39-cp39-musllinux_1_1_x86_64.whl (824.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.4.4-cp39-cp39-musllinux_1_1_aarch64.whl (786.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.4.4-cp39-cp39-manylinux_2_28_x86_64.whl (620.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.4.4-cp39-cp39-manylinux_2_28_aarch64.whl (608.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.4.4-cp39-cp39-macosx_11_0_arm64.whl (572.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.4.4-cp39-cp39-macosx_10_12_x86_64.whl (599.9 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.4.4.tar.gz
Algorithm Hash digest
SHA256 13665986d21ec45b68d79a48b4fa95a893df62507c65f2b0553e5f18075dbd2a
MD5 3f8a96ec73534536ebcf666aa7ed0d7a
BLAKE2b-256 7afa796949233c6eb46443bbd611df508841dfcdacefcf2cdf51a31431047569

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 473.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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 aef7965666268846cfeb6b53ab4d805e2156b0fc30e779d1ed845039c85eb1c8
MD5 090c44b66e868dc65ad860a21382e750
BLAKE2b-256 8efd752cc731d07c91c8e4818f9a5d779bad18eafe16ad730ad48bccb4ec45f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5d1b9f3658d10b89d3f3f96ce1c11d617b27e6e7861d840651a77829f3e054d3
MD5 a6423dbbf7810dae4b75b7e637c104ea
BLAKE2b-256 62a0806de201360245322ea158ae9d0f08bad9b36d87680a73e1bd0c663d68bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 48a7d98aca2be26d5b35ccefe63085986ba1051b8d301f8240028a53787c10cd
MD5 e6111cee3cd5ae6b1b296e53d24f57c3
BLAKE2b-256 f9e4d500e5ec735dd65f470296da44614a0af180dfaf90edc6f55975410f7bee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6e79241225ca47c2c82e778a66e01a88857dbf199749b62b66d59b8066b464fa
MD5 05d24f710c1f751f85a679f8ab7de61e
BLAKE2b-256 0f61f8d8b6ba9086b6f16168b8859f89bbaac5710354255ce5a0001305c45640

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9d0a52b1f735c5494dca37cc891fc54beb0b0696bed6d5087c2254c54354dd8e
MD5 d74909344a36e09adffdf5ab0c5caddd
BLAKE2b-256 3880c4cd4f60091cee961ab1a2e4588b5e27df896fce642326e679dd49b102ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 efaac06bb26ccabf4cd9baac4a371975139fcb27aaa9138fef1f27f6c67a0c70
MD5 b88a33c5d5bc42ce82d027ce47ba119a
BLAKE2b-256 4fb7dd1620a7e85e780bcffef3978c574616423441a2784240b9b29805a787bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29a1d6d618ba1f9f37493a3daafcd3307049d83f94459a003704d5d881d4390e
MD5 9e30b2c66058fd3fdbd5321dea58e57f
BLAKE2b-256 9f3b7ab69699f8fd9d52528c6e16caddb7ce71ca7e35175c6e0ea2baec76c3e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 473.0 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 abbec4f468ace889f41c7ec3c4325c9662f0275f82918cbc563c0e8ebeb60cba
MD5 8996e4b744ca70a28e36c4a6466e12a8
BLAKE2b-256 bdcdbc2850ff6e59295865179b9c3135f600071fd192b77eced2c6601fec2d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3900786343cbca4eacff2a9eb37b7fc293838ae3ece9765c305b0d549a579f5e
MD5 1ea5da95f7f1286751727f70d54730da
BLAKE2b-256 353a58825ba883e0e49bd121bd5a2133dcd69eda9fcafbcd98f6402c480c1076

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6a02a7d12281cf371a5441327f54ab8dfdec1c2188b149384ca34a2d8e6964f2
MD5 37d2fe0ba4b180276425364641023218
BLAKE2b-256 f1a9c3835d6834f0c144b0a8691b891cc0441bf88edca28ae3b8a123db4c2728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1683d89281b64d25ed0c455b2915368f4a1f24fa84771abb3e9d32b2a08fc9a
MD5 852331c960667a82d99f06a180db20c5
BLAKE2b-256 068cd2830a79e33fba07a100a406a38ac6d307f45a0ff5ff6e017ec8ad6983a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71e150ce8725b5592627ca4715c550a32d61c0b7d89622ef4db5f56de183f30d
MD5 62ddb4e0fbba602bdb828d620eb1a462
BLAKE2b-256 92fb52d631076ab9cfc0df914fb90a5586215c696e4d83dbf4eb7f3282524c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1c9b8f79d524d084cbc89a4f29731c7218181ae267da6c5dafa0aa86a89ee066
MD5 77f9f52a027abbfbb48a70aac88164c0
BLAKE2b-256 157e001f232430825c408648aac987c3ce6c21023a7c9e8d88fdbff9847b23c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8c1037665bb9490862b1ed70244ce5b43128a5066a07cd0d36d0c5bba3b4d789
MD5 89c0f1d1a75b48a292a569c02a77fea2
BLAKE2b-256 6fc4d73a04a5d31200e0e3071c3582a64a422a314766edfcf2dc6cc40483ac59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 473.4 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7a07330760fdd50c2ccd38089fed70692cc76e156a56eb52e904ee134a9779fe
MD5 a3c2866314cbae7539d0bb56ba630d28
BLAKE2b-256 6f89d2da1239cd8364d72f7e0a4e4012eaf8464610c1a2caf4402837c2e6e6ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 53f8b130b164a67e22c234fb312b5840fa7f1ea6bf9e8c95c76227152ce75086
MD5 632837e97d3a6bc27a96ed0a9dd626ac
BLAKE2b-256 bd5849e5471e0ef798be541a344bd5047075c134f02b5dc0204f397d24e3a65b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d38e910869a13a912bfb273928bd18f3be53e137eeaabae89baa2f491e1ecee9
MD5 4c7613e4560e731c22dd6b488566c8fe
BLAKE2b-256 ac7190afafa9bbd2e9de4d7b048aa3b635343975be0939260b86216404fb07af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c0bbc0a19216117b97b101f5217f451b65ca83641e93be10643027c314a2ceb
MD5 5fb654e72f3312764282cb7cb881db86
BLAKE2b-256 700da80231e423ca5f4063fd3b45141545a9f343f34363f04198d0f06a1a4e6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4679d5fe69d87d1c04c9aea3b471a83e53ead9bf4841f5bbfc6607e04d806dbd
MD5 5cb86527b95c13a59ca1bee982038069
BLAKE2b-256 4314cd9cbae52bbeb1d04b987d0be7d5236d4ca784b09fb694e1d1e89a504c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8489e7995d5e57002a8282a3d799013a4470971b8dc118f229a878c6e20b9af5
MD5 1f106ad6137e0868d2685da10f68f48a
BLAKE2b-256 36e39c6b889b70ed105da135233dc61683e8b84c3822c29abb9ffdd856d129b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f961a11e2851c646940bbca773b5809e130d5f13a584f367189a38739fe25c1b
MD5 0c40fae36c811691ebe342a67843e367
BLAKE2b-256 48d2aa8bf114d536022d027c646b2ad9d2a359380e1446eacb871d9655332a3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 467.9 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 986aa95aa6c0d48cb8151476fc851938af739815a343cb142c87dbaafc3447e4
MD5 9fbe79be193141e3dd60a76db2957fa0
BLAKE2b-256 af4e5fb88e802e53628e869e03247dc25c2e7641f76f8928bb4964992da37465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b5276e1e7dbebcd55f3345be12f504630556d5fca3baf3088c9957d306b2b812
MD5 392f9c01242ca2f1b5103c3364ccb427
BLAKE2b-256 137ed49001ec07e0a0c3d436a35354390e325657aaa82dd8d9dfb7df8783354b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e12d31eade16b6374503d15b5924ac74ab39789820f9b9515c6f00b5b710316
MD5 b7d51449b13f3875f08a3366f2756f9f
BLAKE2b-256 fe37f7596f53874a85d46fcfe8738a9491943c2cf068af5fcde34f874095b44d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39d5796c79cf8a3c3ea789bc2a915fdce5000c3dbae6406b90caf0ee562de55d
MD5 9a0425d861286d59de020da8c9436903
BLAKE2b-256 bb8fc29dcad7a85637a1adc8a185dc0fd7f88b533c71dc5a2b604f27093c8efd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0c865ca8b4d698082bf6ba835f47d6c22da67085780179b01bc2b57038b05bf
MD5 c46f783e2b7fa3ca7a92e751777b354e
BLAKE2b-256 221d9a0ab7fc0386140dea1fbdf1f0030dea875eaaef249c8c47fd7690e0fa33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 649b8db1e145b7895e38429dc460e4b1090226bf7f30ebf13c10510f4474d3c7
MD5 426415b535e095ec030f38c3e040f269
BLAKE2b-256 e00cd9f895b44105729e6ac8d0a8baf46d7645595b06fb34e9b988c2c7289849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 73d0d6b65d9910edbb42f74909e425cee8580a59f2d9f40a2bf255a0d8054c65
MD5 90be631f38ca2b6b11ae9be68bca2a8f
BLAKE2b-256 46c7572b2da9f5544da5c8458cdcc1e2a51d342d43c9a89d5893b95a1fcf6589

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 467.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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 356eb32b69023eb8caa74955ce353a0524e3ad3f36fcab1bec0a0deea158ece2
MD5 7ab722d1cf987e15427132a0ecb20d5a
BLAKE2b-256 81679d35d7545fb23221b78cdd3acbfaa4185c6f27da6720a7b0c8183f457c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be885e5bf77380a357c11dcb71ff1fa989ad4793aef19d6a8314dac691f9a61f
MD5 0bc9dc7d72e163021a6f297d2ff65cb3
BLAKE2b-256 78bd4d48a62061082d5e68f16b12f5cb7a5e0b3a008d473c84ac6c2d1615fece

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6fa3c1b75458237dbeb447f2741607f1c70f63272dd220676fdbca0d7d64a2c9
MD5 5671034aa25b001d8cc291823f949c9e
BLAKE2b-256 e253763b5cea72c432781894e06d530ef5e7af6f112f7e344d3c25036148ee1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 254c32f64723ff097ecf97c15c61d7f5bd1561e56fac10ed1f00071c817142c7
MD5 4d1fd9cd366121b1f22cfbc49d0cde80
BLAKE2b-256 b60fc64e7bb0def277b49d03ea40261ba0501f335045573de9fbed95f8cb880f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6c1ab9a165772b392e0f8789628c3b407a96d41f2d8e736e94cb1e8aad7f597a
MD5 ec75a4f0cb07e3b88d980d2922708d91
BLAKE2b-256 b1126fb32121f5eeb879dbf07b0ab9c846d7377e49e1e993396ae1babc94198f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a659aab4aca58cd89790628808ee19e911626f62af6c123f62d508bc27bc98d2
MD5 29aef73372fcbacf2ff40d772305677e
BLAKE2b-256 af3eae7e45cbad2cc35d877e225e079c435ce3d6f5d94ae894f2af216222231e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 41e09ce6d97f1dec1e9a1ecf1c06482a37e1096746c4374a7d7fb81a40ff832d
MD5 da985cf2f9b3ab12f719b7edaceebefb
BLAKE2b-256 a64a3efe42ca97572d2b21598701c4be156439c591c2088b6b7376b553f35868

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 468.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.4.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f0617b71807fce7421eed441f2a676d8462cf691d5830c20ba2aed2c0322a028
MD5 967b3c70a06e72d6cd6c71561e82af64
BLAKE2b-256 5e9ba0fa8b9aa817b6ca247db4d4e80cd85553b346fc89e95bc641b0818a388f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 836eca111d469b9d8f71bfacde7861b49c70128ffb775e9780ee8d132f0d41e0
MD5 fe9e5aa41f463cfdf5f40eb5f6c1752a
BLAKE2b-256 a1def32856154f819d403fcda11835d10ab6d0693c807d6c71cbe1ffa460ed1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ec3be04861eba921713c8d0ab03af30b9eab24a6667f7f6fb32654811d6d2269
MD5 8441aa7b9a3d29b943f16d63cb07ce14
BLAKE2b-256 1d3afddcc8c40a927f5135c4e75a5fa82d8920c553c57bce0a368a5a65b9b9dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 716395d590c85a91fa05c6f7a9e644bb6c5774f1e7b23d9ed1c54c4d22391bba
MD5 a9c4ff83f1ed68fe926d721bfda56ced
BLAKE2b-256 c14ff1babbe10030f3791cae793816199e48356b92bf7095d1094615da14efa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc6a9bf7f86b187be0aa613c8dc7e1a9a060d9e9dc32f98c9ed2e16f184a94f6
MD5 f3f8879e64a56401eddefb687e092270
BLAKE2b-256 35c2287ffe470a2744353749648279e026035035fc5b50a1f44186d9111e6dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33383db36ebbdf12d948f3f8f777ccb275e6fc556e951b1832043332edcd7583
MD5 80fcd7c59c87f6cdf7bbcf2d6438f21e
BLAKE2b-256 5a2cdd95e4cfea9b43f3b99009d3fb65ed84c4f2fb02e51ac859288dd9354e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5eb79fdf22cebc2fec99f23daa0a484d31fc5b826918b6344d66479ad53ebe2c
MD5 a6ceec085f86e16e17ef20f3ec33576b
BLAKE2b-256 d5471075027b5c82a3b66980f58c07bd85ca520f8aaad9bbd1e6e4ba8818c5db

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