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.8.tar.gz (136.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.8-cp314-cp314-win_amd64.whl (417.0 kB view details)

Uploaded CPython 3.14Windows x86-64

pintrs-0.2.8-cp314-cp314-musllinux_1_1_x86_64.whl (775.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

pintrs-0.2.8-cp314-cp314-musllinux_1_1_aarch64.whl (730.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

pintrs-0.2.8-cp314-cp314-manylinux_2_28_x86_64.whl (568.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pintrs-0.2.8-cp314-cp314-manylinux_2_28_aarch64.whl (552.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pintrs-0.2.8-cp314-cp314-macosx_11_0_arm64.whl (508.9 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pintrs-0.2.8-cp314-cp314-macosx_10_12_x86_64.whl (534.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pintrs-0.2.8-cp313-cp313-win_amd64.whl (416.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pintrs-0.2.8-cp313-cp313-musllinux_1_1_x86_64.whl (775.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

pintrs-0.2.8-cp313-cp313-musllinux_1_1_aarch64.whl (730.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

pintrs-0.2.8-cp313-cp313-manylinux_2_28_x86_64.whl (568.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pintrs-0.2.8-cp313-cp313-manylinux_2_28_aarch64.whl (553.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pintrs-0.2.8-cp313-cp313-macosx_11_0_arm64.whl (511.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pintrs-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl (531.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pintrs-0.2.8-cp312-cp312-win_amd64.whl (417.6 kB view details)

Uploaded CPython 3.12Windows x86-64

pintrs-0.2.8-cp312-cp312-musllinux_1_1_x86_64.whl (776.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pintrs-0.2.8-cp312-cp312-musllinux_1_1_aarch64.whl (730.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

pintrs-0.2.8-cp312-cp312-manylinux_2_28_x86_64.whl (568.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pintrs-0.2.8-cp312-cp312-manylinux_2_28_aarch64.whl (553.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pintrs-0.2.8-cp312-cp312-macosx_11_0_arm64.whl (509.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pintrs-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl (530.6 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pintrs-0.2.8-cp311-cp311-win_amd64.whl (412.8 kB view details)

Uploaded CPython 3.11Windows x86-64

pintrs-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl (772.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pintrs-0.2.8-cp311-cp311-musllinux_1_1_aarch64.whl (728.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

pintrs-0.2.8-cp311-cp311-manylinux_2_28_x86_64.whl (566.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pintrs-0.2.8-cp311-cp311-manylinux_2_28_aarch64.whl (551.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pintrs-0.2.8-cp311-cp311-macosx_11_0_arm64.whl (519.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pintrs-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl (545.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pintrs-0.2.8-cp310-cp310-win_amd64.whl (412.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pintrs-0.2.8-cp310-cp310-musllinux_1_1_x86_64.whl (773.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pintrs-0.2.8-cp310-cp310-musllinux_1_1_aarch64.whl (729.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

pintrs-0.2.8-cp310-cp310-manylinux_2_28_x86_64.whl (566.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pintrs-0.2.8-cp310-cp310-manylinux_2_28_aarch64.whl (551.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pintrs-0.2.8-cp310-cp310-macosx_11_0_arm64.whl (519.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pintrs-0.2.8-cp310-cp310-macosx_10_12_x86_64.whl (547.2 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

pintrs-0.2.8-cp39-cp39-win_amd64.whl (413.3 kB view details)

Uploaded CPython 3.9Windows x86-64

pintrs-0.2.8-cp39-cp39-musllinux_1_1_x86_64.whl (773.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pintrs-0.2.8-cp39-cp39-musllinux_1_1_aarch64.whl (730.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ ARM64

pintrs-0.2.8-cp39-cp39-manylinux_2_28_x86_64.whl (566.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pintrs-0.2.8-cp39-cp39-manylinux_2_28_aarch64.whl (553.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pintrs-0.2.8-cp39-cp39-macosx_11_0_arm64.whl (521.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pintrs-0.2.8-cp39-cp39-macosx_10_12_x86_64.whl (547.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pintrs-0.2.8.tar.gz
Algorithm Hash digest
SHA256 343d0507f808a5075ff23def893958c99e9009b73b2571b44d6bfe9d5d3155e2
MD5 8708912df786eb89ca1fa27fcbebe50e
BLAKE2b-256 c45f794b66996524a21db95c08209facd0a10151c6ed4bc033f1a5d400934a01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 417.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.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 69f04599b9acfcbb5895157b6c80dcbd6b3971109d9500347c2f066dd475408e
MD5 fac377a8def4cd7fe524580e9601d631
BLAKE2b-256 4b66947f480403dd3389e2bb38f5715cc7e2cc9cfd492c8af7b9fb13f57d1ef3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 28719e1297f3b5c7c7c90fc15b11974c799bf1da42c3da131f98bb5c5a44fa21
MD5 ac0e087b4a267fd008929ab86d527054
BLAKE2b-256 dd7c75b3780b5e706b7c9284f69b4efa70c66f2466e5080805a566a9b861802f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 477691ab7261fb2cfa84d41d6d5bd041e5c7b15102ebf1c478fad92025a7f805
MD5 1fa5a26abf3dc1f07781e8b38d886ea1
BLAKE2b-256 e6229e162b6259fb9d5a68dca77a2d7849f54b813d8f5db604db4ca5ed68b68b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d7b71d87f1fc04a250e47183d194852d643c89f1a40ab207cced6f105f96c810
MD5 039388f330889964d35da0d2eb6e3e14
BLAKE2b-256 24561fde37f562d3ea737a5510f4f4d4a2039eab7976862e0e45df8ceb315dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c81fbbf10724f287ada79acaa6ce5ed5eb0429f146d262ed9f982583f45a5a21
MD5 81b928a6ec73c91b8c24d2e469b93fa9
BLAKE2b-256 a1d9bc69ad92139a1046f1c400470f32cf36e72015f75dfdbbb3a2a20208d9eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c88ed9815e7ed369d4901c00115fb5a430c150fa57cbf325753b3ee4303abaf2
MD5 166cdb3bb791d3cf6d47a8e688bc2727
BLAKE2b-256 8b812bfb0203c4fe565be12fa2382d3be82f41919ebf0f8822ddbba1586dac26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 db76e8dd5245ca9ed838da228abba0746cdd7b365a7655adb7ef8a8a24591ee4
MD5 cca7fb6957dabdc53360d0cf638ce6da
BLAKE2b-256 5a1628604424ccf20369921918d0df70926cfeb0f0c505388261ac9218eaa08f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 416.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.2.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5725db444632f239f00938cffd137d7526f98a8e855c9e3cd9e923a649b88718
MD5 a179b6d94ed15f2e822548b2a91923df
BLAKE2b-256 541adcbde5e1ecb5e47b14aaa70c93ff2bd7b6aab006082b511e9051af529862

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f4af3ba6a3e7cb94810a18073af4a2150c41732372ba9705be81bb0dd907d7e
MD5 6a3c4f685bf50cc9b43015423a5c06c7
BLAKE2b-256 e1a08fc2744638b8426d0c786f39e0dcfae2a639f335c73f3071038cd037a013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6ec7801ec0fc3e4260db729af76e044e3fa8879cc0cc742bb4f60c951ab79b51
MD5 b9eefb13d7af47c48f0faf53a03cf29f
BLAKE2b-256 925aa7c9bd768588ffaab69b96f215e832cf70fc7182091f1f239d1e8f18e345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04fefdc4f5858a455f41e13198dded6b1c50e6c55261243947c08cc608a44375
MD5 22cd8e8b692662d8d4025bac3f9e096e
BLAKE2b-256 c645c4be1afc38ba10eaf3b3be638b4e6e68a71d73d54a3f0291e8df72e2c1db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91ee9687681ac1f95886a4d7cd3756957c52be9188327b37012c2000bd55329d
MD5 f83a6be8f5c769599650d67a59bb62b0
BLAKE2b-256 4e9e2c8a0851463aa4734707a190b0ea5be233732214322354fa3b712aab56b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7325b0108801459f949943334363b6bb4e357953f987ba4ad162103788096a1a
MD5 e91aca40f0cf1665a4c58d3dc1d6b13f
BLAKE2b-256 f2e6bf3ab85135d56d28cda2159fadc28d54671e97c152a2730a7e8459eb6edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e14627bb66868b7d2c91489caa4530356135c9f272216ef9d2ab33795a2237a4
MD5 5896da2f6ca2945226011245e2a0f7ff
BLAKE2b-256 1bfbfc7486038e6c4c53c1f08ebae38eebb0ce7a2f7aa6167be90415a8dbb7df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 417.6 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.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c08993c332eb1003eaf312512e1c24b0c1cb9b1599ffe8fef4205da5f28dfff8
MD5 db8c37dc8305e615a18fc3a201e59e05
BLAKE2b-256 147434d5e00db014602af18e0d5590401d9c63b4f9a4b33e9a91adcc6f8c7192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6115494ac1a4a9145d72a135222789534e7ec884fa7812bfcecf4dcf9ca72a40
MD5 1978d9f3b1f204e70ff1e774b96a3358
BLAKE2b-256 9c0759dda73ee5dbb560ccf7b01c7d2d8288abbbd6c754fd33985f535798531b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f00c81e80aca10b104912ce62fabdb6c2c70834b5f263fc8672e91080806c849
MD5 5ebc095f0e4f599599baffb01cdef317
BLAKE2b-256 80880e894ed503aff86022547e92f1bacda2f77b6b36d136dbe6b76b849a48af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ecc7f6a099cb9479a04aaf4614f0d71038f10656e6013c35cadfacd4b6cd0f7
MD5 814f3ee2409b8e52d85118f1afc2d477
BLAKE2b-256 84e5e667385beab921fb356ff7c1eae1cf0b2f7e99a45370a40a8b4510295636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0aab01b70291c481e6eb95271250a72b06e5464fbfea116414feb998c9d5a43
MD5 56c12c5c567b47f7e10696cbc1a04d90
BLAKE2b-256 3c111a3aa186a20ac63e16f6a01a06bd8834ab063bb9166f3d6e6582cfaa925b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f41720bdb1c806a36443e5873d7c76e919a7d7b15c101d5264bbbc1785d98dcf
MD5 8729167f9db3369f2e340904d43dfdd3
BLAKE2b-256 662885b48d34448341e53f79b87ffbc1683a27d37e8ae7d5c9677142ea905c12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 668ee306c5c46d4f274670f825c894ff1269c4acbb9468c23ede44a6273193ef
MD5 cb98621e0dad153683ec7f0b81891f7c
BLAKE2b-256 ded25040831b2bce47eee4eb666db0c593646ff06e828ce5739c332a2cc82f8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 412.8 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.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0b51244b2485a3afc667b2a5e467deb6f44ada08abb731f27ec874d15f4b0571
MD5 d27ae8320ff5011288e845cedd35d47b
BLAKE2b-256 c0c309e4d2e175bea9a92989d736d1f97601f692731958efa416536494685d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d8e80ae228151f662606a248ac6d57dd1440909156ee255754fd263634efa4b
MD5 9c4b81ef8c87790edeb88ff50bb8e88d
BLAKE2b-256 8b55988854124c884dda82b4588c331deb612bd9ba66467897b84d8c8beaa109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8942fbcfb3d9c8a14ae5b4289a0062b8420335e00657136b17e96f52634366f8
MD5 b33c5b38b79587f3eedf346319399c91
BLAKE2b-256 95f70696fd4df4ab3c95e993a3aabb88b665d5c884af8b7307803afd5f571930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec5ff5a2435798156bc2fef724df0d87b78d3a7b4d53f35b304654fae37f6304
MD5 ae23daeb3bb7524942cd3615aeebd9e6
BLAKE2b-256 cf2e5621efcdd89e4ef7222424a7f1da41db90131ba68da661e2e2c481da97cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a44e00c0b52d0635a138a867c9f29f8672270e395605f647a8b350027542141
MD5 8f2fd99930b4eed7c755b245f0048c2f
BLAKE2b-256 e03ab0d2efc0a69af86e7d9690ab00e66cdfb5edd9e092cf9f3ce6353cd4f837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0274448a097373dbc2e9284bc3a720caf34f07a9e40d542cdd1421daf59a82e6
MD5 3ae1137c6cb1beb3656480d2e11508db
BLAKE2b-256 cb38c76382ed318897050db5ad063f147cfaf72f1ebedfd2b90af840bc6ff43a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d3fa269edb447c13c83199af97f262506380bd63f20fb8912ab90d048725dfce
MD5 45ca684e495b8f8fb0625fcaa909e5e3
BLAKE2b-256 146be9af46c01c6fed06dac3bec896e5ffc5d2569d9934efc706c9e04f281f40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 412.8 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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2503770b3203e40087b488b4b20939646d1aec7e83ad2477fbb5749b615fdde6
MD5 de855cfacd149348c3e4089af4e74f1c
BLAKE2b-256 cd92da33cd285d9d85101cf1ff9f6049c60dcf43f0805d6fad698fd594baa72e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 55da29de023a33137222b3436b71336d27781131c790d59a60c109a981a53e33
MD5 5da6f4887b464d6bdfff359f66cc8156
BLAKE2b-256 dec2d07fd0af529c0da90b36d47571a2ddd7a768b94b789bbf2892323fd91d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1315911b1186349c326eb51c4dc3bed00c33d6a35f17c5706a72e8fa712284c2
MD5 bc1d67864e9e0391d46a447a9a3fbd8a
BLAKE2b-256 14cc1b98a08e107eec860d38738ae6160e16ffb2ab17f07ce167844636e16f9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e393d328645609bd2afffe3a1dc0d97232fd21a987b598fb158ce148d816828b
MD5 7bd331f718a1fec26414b626007d2aff
BLAKE2b-256 80b6a6b1139fe3ba1ed2a999d8f6717a86bab63e4665a289b51a16c3fcb1675d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c4bc30ff508fa02e5960cc91509d857894f7c032d3c7482ac4ba109c08f653d
MD5 9b20c6cce01347423217e7990c600322
BLAKE2b-256 bb016b57cd95d4c94f55d0aeb66a84f859ba1c5f14814664e49b60eb0445f9c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fbcf55f146969b140558d4427fdfb47339f2a9b888fe5323986a8e9d45ba7d4
MD5 44f6a3812f98a593038d004bfd5e0d18
BLAKE2b-256 0833da1096b81a30df96ef975553944b78f64183418c78a99c5b671ec8433bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 24b3fc4308bb8209779a86927c9cb4b035b82e9293d44c17612372c7d44b14a9
MD5 a2c9389c94f074199ee7f992b3f15994
BLAKE2b-256 07f2b8834407252afb824d3203e80a6166cbc4271fa230486c287ee4d6a6e990

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pintrs-0.2.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 413.3 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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 301131b45b6f5da73350499382de7689931600d90a3ecdc86c1878e541ddd81b
MD5 f6189e96d32435896349d9fce8148bb3
BLAKE2b-256 8e18b84284a12f613206fdaeb9aa1856c54b6d9cde5d3a8ef42bc3287de49b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ddeb384b5e662ed6d072b42e93931e85c3ba4c4465610018c638023bb6955269
MD5 94dae862a7a621b65bc29b7c6910a67d
BLAKE2b-256 751d947c38ef3d68bfb20ca73e694580fe5ac673ab09f6347ac8f38c535907dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 442e73a5b36e31b08bed74fa7d79249c3f3e993cab434b3e8a8665fe2d031d55
MD5 1f5d6a8e03cfe4cecda9093a013d8dea
BLAKE2b-256 208b4d4281caa0689559012078ec48576ad05d842f8f45430121e6c52acd2300

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56ce923efca4617af53bfcdd35b8550deff4d562c9e8d338f87c7a9bffc07172
MD5 8c667f057ac1251f72333c2b8dc9727b
BLAKE2b-256 f6bcba673007da6382852d114f0309c862e8a6a72955d80f288ee67124e51d64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f821a6f5c339341891f9f3d2f99eba87aac687a2a9a54701c917bad3ce532717
MD5 490dc678e990d46241563e2d310453ab
BLAKE2b-256 819a2daa0c572d483cf1ffaf7d98a08411abf14bc91c4cf72c7b0b3922b7bc5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1657cecda9936b1fdda51ea526944326959a9318bfd57470b297fdf865623bf9
MD5 69cb9d56ddf0ad32c20f88798bccd02f
BLAKE2b-256 fc01b0f5f4e8bca55ad7eb895565fbdd8049e1bebd495d9852320e721e6f2bb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pintrs-0.2.8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1d16eec4ace4ddc02b0d16f4b57a4d6ee9738db97daa7b3954dea5d0722c6c7e
MD5 5a8787522cf0546f6f50d5b73a3e6e5a
BLAKE2b-256 a7414c95b33fcb0943a03d56e4136cdbb01dcdb0092e1ab3cbc4f734228c2c03

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