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

Uploaded CPython 3.14Windows x86-64

pintrs-0.4.2-cp314-cp314-musllinux_1_1_x86_64.whl (837.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.4.2-cp314-cp314-musllinux_1_1_aarch64.whl (793.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.4.2-cp314-cp314-manylinux_2_28_x86_64.whl (635.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.4.2-cp314-cp314-manylinux_2_28_aarch64.whl (617.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.4.2-cp314-cp314-macosx_11_0_arm64.whl (566.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.4.2-cp314-cp314-macosx_10_12_x86_64.whl (594.6 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.4.2-cp313-cp313-win_amd64.whl (478.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.4.2-cp313-cp313-musllinux_1_1_x86_64.whl (838.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.4.2-cp313-cp313-manylinux_2_28_x86_64.whl (635.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.4.2-cp313-cp313-manylinux_2_28_aarch64.whl (617.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.4.2-cp313-cp313-macosx_11_0_arm64.whl (566.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.4.2-cp313-cp313-macosx_10_12_x86_64.whl (594.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.4.2-cp312-cp312-win_amd64.whl (479.5 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.4.2-cp312-cp312-musllinux_1_1_x86_64.whl (838.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.4.2-cp312-cp312-musllinux_1_1_aarch64.whl (794.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.4.2-cp312-cp312-manylinux_2_28_x86_64.whl (635.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.4.2-cp312-cp312-manylinux_2_28_aarch64.whl (617.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.4.2-cp312-cp312-macosx_11_0_arm64.whl (566.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl (594.0 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.4.2-cp311-cp311-win_amd64.whl (474.2 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.4.2-cp311-cp311-musllinux_1_1_x86_64.whl (834.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.4.2-cp311-cp311-musllinux_1_1_aarch64.whl (789.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.4.2-cp311-cp311-manylinux_2_28_x86_64.whl (632.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.4.2-cp311-cp311-manylinux_2_28_aarch64.whl (612.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.4.2-cp311-cp311-macosx_11_0_arm64.whl (582.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.4.2-cp311-cp311-macosx_10_12_x86_64.whl (612.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.4.2-cp310-cp310-win_amd64.whl (474.1 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.4.2-cp310-cp310-musllinux_1_1_x86_64.whl (834.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.4.2-cp310-cp310-musllinux_1_1_aarch64.whl (790.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.4.2-cp310-cp310-manylinux_2_28_x86_64.whl (632.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.4.2-cp310-cp310-manylinux_2_28_aarch64.whl (612.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.4.2-cp310-cp310-macosx_11_0_arm64.whl (582.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.4.2-cp310-cp310-macosx_10_12_x86_64.whl (611.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.4.2-cp39-cp39-win_amd64.whl (474.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.4.2-cp39-cp39-musllinux_1_1_x86_64.whl (835.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.4.2-cp39-cp39-musllinux_1_1_aarch64.whl (791.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.4.2-cp39-cp39-manylinux_2_28_x86_64.whl (633.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.4.2-cp39-cp39-manylinux_2_28_aarch64.whl (613.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.4.2-cp39-cp39-macosx_11_0_arm64.whl (583.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.4.2-cp39-cp39-macosx_10_12_x86_64.whl (612.6 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.4.2.tar.gz
Algorithm Hash digest
SHA256 743def8fcdf534cd667a4a60a0f98c5bf254735c8f69b9741c2f74992f008d7f
MD5 8216468cff607f6088922fd144a83cf0
BLAKE2b-256 393ab35a2638c53fe0b94d0ddb6f669094b0ebc85c7e76efea61c994d909fbe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 479.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.4.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e65d5d5283a5c16a0abe1e4ea409ecc00076b6853457af5458b109477353282d
MD5 8e733f2b759781ff19c0e47db536460c
BLAKE2b-256 122a9f5156185517d64ce2b18475ad2639fa80ccc3ba83ecd35e8389bc88bb80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4307d2ccac42d33f8a5d949edf3a1fb744c4378b7d6ec692fa66201e2ad0b9a7
MD5 e8082ee966b82005a92406786aa16114
BLAKE2b-256 394cef2eeff8f5584a15a757cb203c9c8fc5c93df37ccaa9191095c0abc889a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dfae49e020fd266f2c2b75d7ca00c059175d8101d8dfa9e28f26b6cd8482c2d3
MD5 b4235c06f1f7242b47c25af59ac6ea06
BLAKE2b-256 1fb7431d493a038b05837b67535c721f7c84930efaccd681b20052510a618784

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74ff98cbcc29da2573774f68a04f6b65595e34a132ace1bbe4627fa6c09a899e
MD5 a8121756816833960b279ea6310166d8
BLAKE2b-256 cc25fab765990f4e820a5b64b57075f5666401ff87b0ebf7eb19748456f29c32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8687b7d2dcc3b1dd79b6b0e90b690d91a9754abf484dfda374d95b0db9b674e
MD5 34816e27044c1b0b608d7d923d971dff
BLAKE2b-256 2c14268c623115484bb98db5fdb738a66ca94281a0e8884202eaa09628a0c1dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2f391f48b83492234686a41d42dd5f4e680c1bcae2ab7ee3a8f02bd1ac074f7
MD5 9d3b6e73a37c61d1cbc823329bb1200b
BLAKE2b-256 c686e58da890060b17b2b0af59419b31016a8d3772a554c8dffffda38df88c9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3144e3f529ac2ff1e3bde653db709b3cb4693184fab4104de3c0690a35e2ef95
MD5 d2bea570db97e5f1f470570f91b2d6e5
BLAKE2b-256 8dd6009919b333d8baeb09c2949eb1b47b329080a3eb22fa4d847742f8841160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 478.7 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 499c89eb05045a599df0c4ff571753cda946786a3d88f7a1e1b63753399341cb
MD5 52266b8f8de887a52bc4e34a56da944f
BLAKE2b-256 1d5a465abe1a683455c7b817e0bea89f8a4830d26996083a2f8d6bbadc83e5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 335d4cc4fa6dc0f9b315b50186e973d3101fa76092cb11f8a744e608d3fb86e8
MD5 a45ead7142f21a4775844edf29141572
BLAKE2b-256 a7af08eff89121358f92f8479174a17e591e5bc392ffb901504c247ab5071cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bca2e1e27f0280a75c295a402c17260534117ba3cfaa3930d14b72ee6cc62d3f
MD5 d061a8dab7998607e9eea4f1e16587e8
BLAKE2b-256 279da7d4e92fb693c324f08df38235a4b90d20510fa03ffaa4035a4709eb20f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff6eccbbe2f991b0fff1656c7218b3e9492a762255fd79e154ef4647babd9eff
MD5 13ab7d1c52f5d346d78789444357bafd
BLAKE2b-256 e42f84ad1900c7f9d2f2c2a8622f410a3b6ff75b46c63ef40b893008cc3ba00a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 faea85be410a4785a20a3526df61c246df32b7729804c67d07c4ae6cc37fa891
MD5 125f948a10b031a5deff28b63990bd39
BLAKE2b-256 4ebbec446421366f2ebe29101c898a7775a27ca0b7508743a088a41f150a3e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39895ea2f44642d18df28d6c095bcb558ba8627fd6f7cb2db253f08c6e3106ac
MD5 8fd9f1e75418390b63b396efd01ed0ec
BLAKE2b-256 8fd61fa5a2c7a1f2856f5709f919b0b93ac892d204adff43722f0f70f8f298d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e5b461868323756dbd25e779ff6ab7454d65e27149bfeddecf84449c9f8e271e
MD5 6f0466f35a6d267f7a463b9c3171da79
BLAKE2b-256 4877308c922d9733c75a8d1823e70376a0cc175d32402bdda9f0353bd22f60ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 479.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.12.6

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8d8da9470a4effa2654b15ec908dc1e4da51cf993ddf0e072f7b207a92002a70
MD5 a157b3794356d1bbc8dfd166e5c04eae
BLAKE2b-256 2fb4f416e6c15264ef2ada3c1611c8c363fc81809b1fe95274a010febcbceec7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1874ab961d00c53c1032fa71ce2f20aa41d5cc564761b91da249be03b4b4515e
MD5 ab7bc73b542323f251a7b3823d11c2d6
BLAKE2b-256 d66993828223d2db9d1bce3be5b00a899a3772af20bf42879f91528e0eb934ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be29516710c1e457a0395296169084aa0ea435e0f590bc2cfc5bcb8ee7b30ef8
MD5 57962416f62c147c831b5bdfcba13c35
BLAKE2b-256 23bd17b71cf6eeeacf299890c68a8bc0cc087ea0ab2b88996dbc0154df9a1cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ed44eecb95a7152a1e0fb3c8f355316f1dabb2b67e6c1a456819ad8f7a7d3bed
MD5 5bce18869b7ab50befee7b1f0bedbdbc
BLAKE2b-256 3b0497fa601a3f643b05f05c1c6e56e26d1a4f098ad6fd4b3e95c96736702eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 791d0f742113d33a27ae770b747f303d4f7ac2bad6af19a3cebaaae3fcf356a7
MD5 a3742fe3abcab37bacff8f3be3bd5ca4
BLAKE2b-256 890b41c760d6623e5166d423dab447ad28594637bcd50cafde9c2bf588327226

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84a547872136e2856fee3dd37ccd48f47fce38735268d2801208715568da9df8
MD5 efb379c9d368e90ad1ee6b9d5b9b7ed6
BLAKE2b-256 36e4a14344063ecf9b994a435bf59f36a07c2e6038ed5151626fa0632a2c146e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2a0e358d7a3d4fc45e86d3488c88c4f0ea9b5180c482d30f937afda15b90558
MD5 785419777eb2ef566b2b243ad8f2babe
BLAKE2b-256 49f3599909bfbfc29bd2c1a542794f397ce9bd98212948983326ae28e33b3a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 474.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.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f5ac9121d4420fe5b1b50c539ed84d2ed40e626733aa9a1e1f1a3d743857a21c
MD5 9ba569d57cdd5a5a6efb03a7da070546
BLAKE2b-256 08a76973798b64926a6744ec67da3a2f017169f74fe152bee35f19279e1d74ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 241239d9b11edce1e64fd3d93172653f3a62b45441b1a8d404d26f59f1b6d435
MD5 a8ddd42d077f5dc0d5e8128d7c1df90f
BLAKE2b-256 da58767748a36cc314f09fef2b4b09159731e8c769bbe552f1a5fd754d4c2908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 559a04c465ab8e7110c9f95b4aae445cd8e9048fd4d2ae0fc7d4325965041382
MD5 bd5578bf0f2b6e9cb14160d0f3aa71d0
BLAKE2b-256 e5b6fadb0ad996aa3cb2bf4ff1a6b8f4b4ca5cedf7c30073b17323380a163643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b85356dfec20c17f5e388c305dd91feeca861f3396937e09dded3c4f091a14b1
MD5 ee712869d75b620b6ab6768f2dd3d6ea
BLAKE2b-256 b26f8705e8f2d63d241d9289b850f6a0782838fd564540b6cae985891d4e52b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 40ea2fd2657f0ba3c894530ea54fa4e6617408c0bce255bc1fc4baa70dcc0dd2
MD5 32a56e1dea9786a82709f490d0555ca8
BLAKE2b-256 d82ad7133baa0099fbe0cc5a10d174ca8ccfa30ec78e30e622d3e5c4268232ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a3c83e09687569905d49f0a4a121cf37fb9ea35a3d7c70520148eeda349036c
MD5 9563b186ba7f4f6eaf3009677673f52b
BLAKE2b-256 a352cc284948907fb93794f34000244d15dfb94ffba7e0eeff47cf67f8d9f4a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b301f6e377d96c03792925dc6d6b26cb93dc6a056d85547a9e0c9a1ca53a9b64
MD5 5a6de8350c27d4de26a14dd79389ef3b
BLAKE2b-256 aa0f3829624961e6ee00c905b28e2e2510b17ca6480b5aae3c575eba8a80d98b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 474.1 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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 caca88395c035f60e26597c8972ba47f97b7d80098b6f9a859c8e5dbba529dfd
MD5 6fe1d6d303d8edb2d2a527b99137eef3
BLAKE2b-256 92482c698020be350808feef03a424a8eb1f05f79122ac8c1b14fcbd316cdd18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e4e5f6334280a905a19124d2479ec7c1ee1102069a850189b67d565c241fa6a5
MD5 d7ef5c65a67a531106d1a348ad7a04d5
BLAKE2b-256 c7765c1ee3730e989cde1cca2f69ed60e98bd7e5617ed60d0aa1abffa82e3ba2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 000f1178de263c4d49c8d829750ed9b2dba012b35163c11d57301fbe4f1d226e
MD5 c1b029eea8953b28a658148db89d63dd
BLAKE2b-256 84080d3ff78e5d032a83fdda8116c250ded870b60a5f87ec204fa59fc2e5a752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61f9b54fd16530344aa4bd9677758044866f613b5b50d27ad0318457f00fdd0b
MD5 41dc9e3c871a814f4d2e573825155a54
BLAKE2b-256 0e81685fe2e6839497610e0497ed20896e1afc0cbdf1cad5c39f9befc7ce5c8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c053f3e2cc5c582409b83ff5b516e0a20b78bc5dad814a1f50a5fa87cdfb70ba
MD5 57d6c07e19a9bba6615574e25bceee21
BLAKE2b-256 9a9d0fb1bdf070e4b347cf71aa14d0cb6646f9f6c1c7abdac41f5284f1ec7762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4288f7f3e29b62f23657479f89b62bafcd0ae177d7a8475671c75b343a096552
MD5 85ded637220865e9364a4e08eb81cbed
BLAKE2b-256 327c826cb9d81f5c942ec6cc85003b6b8a65792e603f6ef10d034dc4be2f6cd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bdcb39276694bc0b116ade78716c56530cb9c42191d388207ebded9c00497d87
MD5 5b0ea3a8ec5bd618dea9dc0681ca737f
BLAKE2b-256 75a47ba3789b12f2966c571b464db6de419472f136e739c302ee5be9a61ce7d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.4.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 474.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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 129816241bd0b80f8d1acfc49b1364bc1690c49bafc63e908fbda4d00704f15d
MD5 fb323f7fe2591197c24d190e22784eb1
BLAKE2b-256 017435bc2be5a08a94da2137f55b4f214eaae99e133b685f02bc05ae7d313a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8cd1cb1f2d969c67c66000db1915283d80ccce191c47fc01b64b188d1443458a
MD5 b378697085c323337538fa84f52082b1
BLAKE2b-256 94dc7e5a54fe25487b00295b9ada40358e180bea0956d6cfdddabcc8add313cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 749531e7ea78d95c52ea3de04f7023f8029166e041ae26099e040fbb125f9588
MD5 cca2b311db6c6a055c47d47d34ddbe86
BLAKE2b-256 eaf36e0369e1c15d6edd9123fce464a7b288749bb92f250ce599db801b393e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94a267c0ca882b162618e341618b74fae0e53e0254bcbcc6365f5a52e3e9294e
MD5 5315bf30047f72a8d8f96997d73767c8
BLAKE2b-256 4d6ff30e3d87ecb674295014a9d4d7f7166d5c0ff75167bb9da759e84504bfa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 514f7cafe065fb5dc960cbf8981e456d3771bd37671b866961aa6d31f152a1d8
MD5 4e4455abc755b655ea06195aa6cbb56f
BLAKE2b-256 c0d2f7e726b1d17356ff03077276275b8102e87136bb32f75681b2f86b0c58d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1cb26585db9f33f16589f99b2411ea82346bcb789f7529868ae22ef85cc69186
MD5 651b8dee141a83b10f68ecedeeb45ed8
BLAKE2b-256 da8eb877c37e20cd51d3a21299877816387110d702460c564ecfea4b289e8c24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.4.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 37c6dd6901d6d697fbc6cddfd1baefe94f5b4f82d62f6196dc71308ef335eeca
MD5 db6b3438321efcd2291bc306bba69d4e
BLAKE2b-256 0a4f80c221496b22e37903e17599722d6098eb8c9f6aca3364a5babdd8e228f3

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