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.

Operation pintrs pint Speedup
Quantity creation 0.37 us 3.33 us 9x
Parse string ("9.81 m/s**2") 0.55 us 50.21 us 91x
Conversion (km -> m) 0.94 us 7.43 us 8x
Conversion (km/h -> m/s) 1.71 us 13.30 us 8x
Addition (same units) 0.34 us 4.64 us 14x
Addition (compatible units) 1.03 us 11.56 us 11x
Multiply by scalar 0.25 us 5.31 us 21x
Multiply quantities 0.38 us 5.01 us 13x
Comparison (>) 0.12 us 1.16 us 10x
To base units 0.37 us 6.43 us 17x
Parse units ("kg * m / s ** 2") 0.26 us 38.85 us 152x
String formatting 0.44 us 7.20 us 16x

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.2.7.tar.gz (135.8 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.2.7-cp314-cp314-win_amd64.whl (413.0 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.2.7-cp314-cp314-musllinux_1_1_x86_64.whl (771.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.2.7-cp314-cp314-musllinux_1_1_aarch64.whl (727.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.2.7-cp314-cp314-manylinux_2_28_x86_64.whl (564.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.2.7-cp314-cp314-manylinux_2_28_aarch64.whl (550.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.2.7-cp314-cp314-macosx_11_0_arm64.whl (507.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.2.7-cp314-cp314-macosx_10_12_x86_64.whl (529.8 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.2.7-cp313-cp313-win_amd64.whl (412.2 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.2.7-cp313-cp313-musllinux_1_1_x86_64.whl (771.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.2.7-cp313-cp313-musllinux_1_1_aarch64.whl (727.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.2.7-cp313-cp313-manylinux_2_28_x86_64.whl (565.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.2.7-cp313-cp313-manylinux_2_28_aarch64.whl (550.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.2.7-cp313-cp313-macosx_11_0_arm64.whl (505.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.2.7-cp313-cp313-macosx_10_12_x86_64.whl (529.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.2.7-cp312-cp312-win_amd64.whl (413.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.2.7-cp312-cp312-musllinux_1_1_x86_64.whl (772.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.2.7-cp312-cp312-musllinux_1_1_aarch64.whl (728.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.2.7-cp312-cp312-manylinux_2_28_x86_64.whl (565.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.2.7-cp312-cp312-manylinux_2_28_aarch64.whl (550.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.2.7-cp312-cp312-macosx_11_0_arm64.whl (505.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.2.7-cp312-cp312-macosx_10_12_x86_64.whl (530.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.2.7-cp311-cp311-win_amd64.whl (408.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.2.7-cp311-cp311-musllinux_1_1_x86_64.whl (769.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.2.7-cp311-cp311-musllinux_1_1_aarch64.whl (725.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.2.7-cp311-cp311-manylinux_2_28_x86_64.whl (562.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.2.7-cp311-cp311-manylinux_2_28_aarch64.whl (548.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.2.7-cp311-cp311-macosx_11_0_arm64.whl (514.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.2.7-cp311-cp311-macosx_10_12_x86_64.whl (544.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.2.7-cp310-cp310-win_amd64.whl (408.9 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.2.7-cp310-cp310-musllinux_1_1_x86_64.whl (769.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.2.7-cp310-cp310-musllinux_1_1_aarch64.whl (725.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.2.7-cp310-cp310-manylinux_2_28_x86_64.whl (562.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.2.7-cp310-cp310-manylinux_2_28_aarch64.whl (548.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.2.7-cp310-cp310-macosx_11_0_arm64.whl (517.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.2.7-cp310-cp310-macosx_10_12_x86_64.whl (544.2 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.2.7-cp39-cp39-win_amd64.whl (409.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.2.7-cp39-cp39-musllinux_1_1_x86_64.whl (770.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.2.7-cp39-cp39-musllinux_1_1_aarch64.whl (726.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.2.7-cp39-cp39-manylinux_2_28_x86_64.whl (564.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.2.7-cp39-cp39-manylinux_2_28_aarch64.whl (549.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.2.7-cp39-cp39-macosx_11_0_arm64.whl (515.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.2.7-cp39-cp39-macosx_10_12_x86_64.whl (544.8 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.2.7.tar.gz
Algorithm Hash digest
SHA256 7a256e053cf2d6273fadab26fcd9fe5b0ebe96b981f8812a7e9b161e419e9789
MD5 b2cc5a715ec7ea6c207f2a753ce7153e
BLAKE2b-256 b014b644b3199500862c8927db95ebfcbb065fce560d7d8b5cf33e6bceeee066

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.7-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 413.0 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.2.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a3647c889fa30b5e64805ca4ebb46a8b4a553fc8bb4371a1a707cf0099990618
MD5 7af898f95511e281215ece00e0973f18
BLAKE2b-256 096ab7b0dafac5ee2702b278abef64d69ad216c91b831d8b67f6f36ad3902ce4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f0c67acf76f40687ccca359c64289e7243c6949c9dbb2b8f4ffb7305ae328aa
MD5 568bc0fe1ae74c5bb83b1cf4b9731310
BLAKE2b-256 bf5b550a4a4cfff70d5c837e03fba66dfc8a71a3f454f664873bb90732d39842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e5a51ac7f7271bae634a6b0c4083a796b16003c28b786160702235e4e4b3aac3
MD5 26b5536b092e607c84a64e914b4aaceb
BLAKE2b-256 de254af13bc789ce413ee0021af01bcaa4cd1441790dccf96ee1b32329835942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b05ceffc03b19089c800b385d7e23436a746d18d7b4919ac267d4fcfc96c8d65
MD5 bbd806431485ec31752f91fb8dbeee0d
BLAKE2b-256 379bbbb6836c3a6d601cdabeeb44d5314962af2a427560527ede29f7fd6ef2d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb0ba3402a4776d466084631417ce4aef8fe870166247e52adc6142aa034ed83
MD5 eafeaca791830265aa8d803522229c3b
BLAKE2b-256 c0d6ed21e46b2a3d76c851d0557c17985cdbd70761a0ce6c510822983dcdbae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 609f1073ffba03d7a6d20bb3c99fdf67256b645076f5047d7ef00e63e66a36ad
MD5 27108ed98be2115f4e7dd9dca15c5c9a
BLAKE2b-256 4468c407f353b67efc354c23a64d8e9374c102a2161e984720a00d79053d0f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6825d3555bac2b2e149578339ea9ca9142f91bd38408805ff21986bfdb2d9651
MD5 bef3c4439789c9a3420da892100bfb9b
BLAKE2b-256 8af7004e9bae191673840f87fd7fc59a4652ffdb53f511d352fcd4cf340b2b9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 412.2 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.2.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1bfc561fd917a1bfbf7cf8238578c80f442830e4d65168c3360a16e0d4bc1ffc
MD5 f18d6a9ed6c179afcbd05fee9bddd6a8
BLAKE2b-256 c5a917b6b572e8bcc4f755d6a7622235c7a87848ac8531fc9a3d775f4bd2e8b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5b875f5baf8f492daef9b24a6cbf889cee604dda13a4d138fe632cc1d4802d2f
MD5 1f52d689dbceae6ff34342ee446ce23b
BLAKE2b-256 1a50302bcab19c21e47f1f67afc3a30b9eec837afa5e7181643b5bcb659fc032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9e2ef042d42485629704e5b9609637a962aa4dd2a7d47526d12793e788a42e00
MD5 ba891a37539aebb01f2eb307eaa01820
BLAKE2b-256 e426284b349636b5688addea710a6477aa699c109d1089c9e533c10b61117387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d7c70a1d0f1676a45278f6cd11a84d06a6e7fbbffa521c23ab896b113e566f7
MD5 cbc02375ea8ed7f4cd3025a39226d165
BLAKE2b-256 bae76ab681984b086e164c1bbd75e4aa5e0c05f1e90d017fa89ea7aff33e2a14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1eb518743eb4e890319809c569f4e68c670fe98602744646a04aef0acaf239f0
MD5 37bac7f6d42c4a614e4ddc42babed939
BLAKE2b-256 66426cf80e9c57c92a49f9a094028c2e5c29b02483cf1d1aee87b17c5933a169

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec99f35bafb02e446d0e7ff25e207e2aae2711e55cc7be2d31fd0583ff3cf264
MD5 720611b17cb82f7590b2f2f42990c2fb
BLAKE2b-256 cb5ceff3302612aba3111830c9380d66e0600f1ad4812dbb1c01ea8d95c96b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1ae169b1e430c427eacad309259ae24c74c9fb6938cfae85622e57dff174cc3c
MD5 3befdeec39650a3493c62dd156fe3d9f
BLAKE2b-256 56c8d2ec5a269db3bb607619d915837e95d2b96832dc489a93dd0b3a795517ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 413.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.2.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fab3508259c711a947bd4b3ecfaabe1eefbac422153e5667240063422387f76b
MD5 9c2fe5b10a8af64a0677242be8e4ebc8
BLAKE2b-256 1858f53e0aa0c0965644fff3fa846ee76ca9dc2f6c0c1701a067aa74b4d1cca1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6dceba57b3d6a252e08932f37429fab3edb26a1a1794f75ef1179cdde73998b6
MD5 d12156b1316bbfd82fa9c5765d199a14
BLAKE2b-256 b774a4627f750230c81af398777fee36ddc20a7bac29be4f6c8b310519e7d36e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0151229f5a4404503e33a168b28a28d0ca2e21097a6020cdcecd03e6a7a24279
MD5 0aef712de46e23ff05a522378605c0c9
BLAKE2b-256 85b66e6abb78532190c5d414bd39bcfd700c6e2848cba937301ed1c8fe51e140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1219c76d40280a3648d659569d428f1afaabd4579ef8c087a55669d335d5f73e
MD5 482664e779ae7d4a54a468941e7b28c6
BLAKE2b-256 18efcbe92084b924afaa3d06f750b18c949b5bcfae1203e70481216f8daac639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01aaf9c624804bc83f53d9a0d0cf944daef67a52e40e226ba4d2aff1bcddff5e
MD5 51f9a1964f86c8f79a61f0bbe3beec52
BLAKE2b-256 a052967a01c42ac352d1077b719fd26314e444028e45846fb453eff3bcc6ceaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92ee3fd597693203ddf73f71e1fd29814fb03243dcd3dc49c5f2bfc3b26f3af3
MD5 bbc23c61f2b0d35043d583685dc5020b
BLAKE2b-256 22b9f2ca6c95587e3ec7d8f3e9943f8c3de9a581e38d0a73a8d8852a1c839ef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ef12b772c38ce95bc6df4276b49fa3ff21b2eee9a5b100c0e209295df251ab54
MD5 19fb64da367437624aa1290f28ce10e0
BLAKE2b-256 6267f6fd98793537d3c1448fc75f188a2314058dfab7f602f82f7ea6a7e4fbfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 408.5 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.2.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce5a0479688c42a66119f89a4d8fd80057fe62200529abee50fefb357e4ae6fe
MD5 61ed920961b11693c363811f9abb360c
BLAKE2b-256 f03d16ec604ae1ea267bbfdf146289b8c702e9ebdd67dc168f263f5673d31edf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8f52f3313b9b55bd8e473e8f5f880abf097032d2279734d5d38a36a6723cd3e6
MD5 f19320f08857e810021edcb17d315e9f
BLAKE2b-256 ecc9ae7de465252afa2e16dece124d9d3871cefde92b8fa87f0ed3f3ca57c43b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c05802a51a2529774fd37a598f89ce79e19d9479ca33c9f19fc393c4cb057a8a
MD5 60431890d282f39792d9e88491929956
BLAKE2b-256 1ce5fe7292ec8de980dc1b0e921396019605bd24c725eb96ff1a91f3c20961a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65aa18265015661734d4c4a4bc64750210c421081aab844b451816761647383e
MD5 98aed966b418c5298424798cfa9cbdc2
BLAKE2b-256 0c2e642259773123a58fc10717345260bcff0fe77828ce9c5d8cc2a868b96b41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9574465a8074edd7fc01e80f00cb8206770b0ffae60ba86dc10217257111fcb4
MD5 7c00e4512d53f0e06e314444eab29ef8
BLAKE2b-256 c45194bc80a91187783dcf0ab99f43d19d718cdba209c9f5e94d617e37b30cdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad3ecd8c763dd6e8fc3c812a16c0fea0db83384fbf9e86215dc5a31619d4ea5f
MD5 0164bf196ab803ec02ec4455b22cc3c7
BLAKE2b-256 8b600d213a6af30e320e0651041bee77998d6bc36f142ec529143f9a4bcc9b55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 26436618139a3e2a2bba93014c1f4e0316191b4cbd8f0f6cd9cc009e29cde42f
MD5 7febe22dfb712832cc7fdc0e0585c477
BLAKE2b-256 3144ed5e3b70017e16ba984c93a8515baf5f6b99b7b5a678306ac0ac3d89d873

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 408.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.2.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b5796deb17e5987fd4ea24e03b1b38b638ae45711c1e92674e1b625847d3f77c
MD5 aca8b32fc6f525e6bc9c659c93b32e81
BLAKE2b-256 08c67e96ec71706634c3ecf8f5bbf0cdabc07785ecde25b22afe46ed17ec03fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb58be667d589489d86a86d8f9a4b67442d6ab57a588447b72e95e3fcb369294
MD5 e5c54faebafb4b4be71cf24d45811fe9
BLAKE2b-256 54a559e4a8ba06006ccd37ba28af1d9451455ce0d7404282d98a6706974ffa39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 87b6d3efef5eca6db4a39500053eb73a2e72df96f3d37fae1f1cb53bbaf45f65
MD5 c813cc3ddfdedec0015ffae96a5f67c0
BLAKE2b-256 dcbd8eb81427ed5d3a8677a6c0c82093cf729b64bb710d0caf423ec23fb0ff6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21ee2b7c5908f6703cf8b4b83a2699dff933bd9760fe5aecad19ee5a6df57388
MD5 86d89114e72245a870e86e1dd401ab24
BLAKE2b-256 e761b0a519bf0468f683a8955c1a9680d3c28f3b55c16c44be2776518334726d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 302e006c0a3942863025ef6b330e0d6942aa3e1600d07df8c3a70cdcbf413cad
MD5 d79a54d399aab5e8507aa4d88b15f941
BLAKE2b-256 3a4f38ca3796721fdd5488b16dffd4e29683e30815147c1e1d2c3c84a8018b77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fdc1f8fd6f4e9727a709dbe20bbced8e7f3a7c77aada77d09520f508656735c
MD5 16d5ae188d63d05043bb3dd2e2cd04e2
BLAKE2b-256 085f043da4de9d7d8b69fa60b188ad892ad984edfbd94456a07a6071609721b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b3c63391478386f4ff026f6a92614777fe36543a0dff630e3c9b5eca8ea47d09
MD5 88b289202ca90a45bebf451e104dd119
BLAKE2b-256 cc1fd057ad2d998dc710965c5fdaa2f23287b73c5b3b3d561d7c56514c9217bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 409.2 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.2.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d4d1ff18166dba863d905aea45dbf5b3849d3b974c306ba22224d6e4bec98ca5
MD5 f4057bc96cbb02d4a700e959c91eb79f
BLAKE2b-256 ac2824bb72f743774de80458bdba01d9bbd9e41649299affad36ef06ecf14b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5197c382d045d7a7fbd7aabb68a7c019775f2dfc312f8e10de634dfa09ba8054
MD5 19dc3dca3a809b54389cad2761c74a86
BLAKE2b-256 de7618c87e938f95a881b55ef9980274b064335d6c8190910c39a9abd99aab5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cab849f143ea81ae251e43bf091700d998796ea9c1266fb6957fba92cc89353d
MD5 cb931e2b4f3bd2a2609a42977b81aabc
BLAKE2b-256 b951c6be1b789c381582d1a1fc668131aebd524f85ee03a0796e884921a730a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d6b44d9a5254c319ab23d8d8b40c28079dbccb0d4164819fb4d36cda1a24121c
MD5 5eff88e661e4998d907364cc4b238b79
BLAKE2b-256 6f0293fb2f58bcda257b9459381f6cdda8a5e33efb44e782737130fdefe557d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2624a31034c9d63121e73c3b1fde45281efeea8566645435b2c3b01d85b4d5e
MD5 fa0a4e231008be1400408e6f348010e4
BLAKE2b-256 92edd0c8e9fe03277298d91100f6a7a849061fa226eedca90f2003f2f8c7a866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3527c2b26180d400913db69b1d1669a63c7979693e6dd768019209cde81ae901
MD5 2fd8bc3b9728df8a2dbb52f7cce2afa6
BLAKE2b-256 3708eb79122adf2a6cff61f24b3df822c8cc100ecf34f5f221a57ed85372cf97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.7-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2bb80c06fad3b220aa4c297d24702564f0431ea6c7c3c817460764819ec1d68
MD5 0280e52758a35ecbf7604618a1c355da
BLAKE2b-256 c3651f42d733901ab3cfa1d00bd3ec11c64e7e22d37556c131c53f1cb40e2804

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