Skip to main content

PLATE RECognition In PYthon

Project description

logo

platerecipy: a package for PLATE RECognition In PYthon

platerecipy is a tool for detecting candidate plates on global geophysical datasets. It analyzes the surface to identify diffuse and non-conforming regions, as well as regions with low confidence in plate assignment.

Supported platforms

Though platerecipy is fundamentally a Python package, it also relies on backend functionalities that are implemented in C. Linux is the main operating system for platerecipy. However, expect for a number of optimizations (e.g., multithreaded C functions), platerecipy is now available via pip on Windows systems.

Installation

Releases are made available on PyPI so that platerecipy can be installed using pip on the shell as follows:

python -m pip install platerecipy

User guide

platerecipy's documentation is moved to platerecipy.readthedocs.io!

For a detailed explanation and illustration of platerecipy's core functionalities, please refer to:

Javaheri, P., & Lowman, J. P. (2026). A random walker algorithm for plate boundary detection in spherical mantle convection models and global geophysical data sets: Application to Euler vector determination. Journal of Geophysical Research: Solid Earth, 131, e2025JB032259. https://doi.org/10.1029/2025JB032259

As a demonstration, assuming a given input_xs, input_ys, input_zs, and
input_field (all numpy arrays), using platerecipy is as simple as follows:

from platerecipy.model import PlateModel
from platerecipy.grid import SphericalGrid

input_xs    = # to be specified ...
input_ys    = # to be specified ...
input_zs    = # to be specified ...
input_field = # to be specified ...

# generating a consistent grid for interpolation
grid = SphericalGrid(input_xs, input_ys, input_zs)

# interpolating an input field
field = grid.interpolate_field(input_field)

# initializing a plate model
m = PlateModel(grid)

# stacking the interpolated field
m.stack_field(field, take_log=True)

# finding plates on the stacked field
m.find_plates(
    boundary_quantile     = 0.9,            # threshold for the boundaries 
    separation_tolerance  = 4*3.1416/180.,  # 4 degrees for separation tolerance
    RW_beta               = 200,            # RW beta (for feature sharpness)
    min_marker_size       = 100             # to filter out micro plates
)

# outputting as a ParaView readable .vtk file
from platerecipy import io
io.save_as_vtk(m)

Developed by Pejvak Javaheri, pejvak.javaheri@mail.utoronto.ca.

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

platerecipy-2.0.1.tar.gz (33.1 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

platerecipy-2.0.1-cp314-cp314t-win_amd64.whl (50.1 kB view details)

Uploaded CPython 3.14tWindows x86-64

platerecipy-2.0.1-cp314-cp314t-win32.whl (45.2 kB view details)

Uploaded CPython 3.14tWindows x86

platerecipy-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

platerecipy-2.0.1-cp314-cp314-win_amd64.whl (50.1 kB view details)

Uploaded CPython 3.14Windows x86-64

platerecipy-2.0.1-cp314-cp314-win32.whl (45.2 kB view details)

Uploaded CPython 3.14Windows x86

platerecipy-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp314-cp314-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

platerecipy-2.0.1-cp313-cp313-win_amd64.whl (49.2 kB view details)

Uploaded CPython 3.13Windows x86-64

platerecipy-2.0.1-cp313-cp313-win32.whl (44.5 kB view details)

Uploaded CPython 3.13Windows x86

platerecipy-2.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp313-cp313-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

platerecipy-2.0.1-cp312-cp312-win_amd64.whl (49.2 kB view details)

Uploaded CPython 3.12Windows x86-64

platerecipy-2.0.1-cp312-cp312-win32.whl (44.5 kB view details)

Uploaded CPython 3.12Windows x86

platerecipy-2.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp312-cp312-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

platerecipy-2.0.1-cp311-cp311-win_amd64.whl (49.2 kB view details)

Uploaded CPython 3.11Windows x86-64

platerecipy-2.0.1-cp311-cp311-win32.whl (44.5 kB view details)

Uploaded CPython 3.11Windows x86

platerecipy-2.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (73.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp311-cp311-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

platerecipy-2.0.1-cp310-cp310-win_amd64.whl (49.2 kB view details)

Uploaded CPython 3.10Windows x86-64

platerecipy-2.0.1-cp310-cp310-win32.whl (44.5 kB view details)

Uploaded CPython 3.10Windows x86

platerecipy-2.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (73.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp310-cp310-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

platerecipy-2.0.1-cp39-cp39-win_amd64.whl (49.2 kB view details)

Uploaded CPython 3.9Windows x86-64

platerecipy-2.0.1-cp39-cp39-win32.whl (44.5 kB view details)

Uploaded CPython 3.9Windows x86

platerecipy-2.0.1-cp39-cp39-musllinux_1_2_x86_64.whl (73.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp39-cp39-macosx_11_0_arm64.whl (44.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

platerecipy-2.0.1-cp38-cp38-win_amd64.whl (49.1 kB view details)

Uploaded CPython 3.8Windows x86-64

platerecipy-2.0.1-cp38-cp38-win32.whl (44.4 kB view details)

Uploaded CPython 3.8Windows x86

platerecipy-2.0.1-cp38-cp38-musllinux_1_2_x86_64.whl (73.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

platerecipy-2.0.1-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (74.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

platerecipy-2.0.1-cp38-cp38-macosx_11_0_arm64.whl (44.5 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file platerecipy-2.0.1.tar.gz.

File metadata

  • Download URL: platerecipy-2.0.1.tar.gz
  • Upload date:
  • Size: 33.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1.tar.gz
Algorithm Hash digest
SHA256 e70a63c9d59904c00dbea576bf7d92934010fd0d381befca5ca6a447ace4ffd7
MD5 fbe5cc3e6296daefe5ddf89d55e4ebac
BLAKE2b-256 ae1adaa0bfa0899f1f847dc3872b23a3e23e5010eddf208c3c48a36ef8186856

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 1513ff165eb17239467f3f98bf37678305125b2cdb5f23b64de8f9817b175572
MD5 c13a99a447088349e3263f82ffdc45d0
BLAKE2b-256 56cd1526e2436c65dbfea2d7f139a3742e68b17ebdea7b9ac47337464de95980

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314t-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 45.2 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 d4a5d53fe3b3b6dde48ddde8ed7c47f3d6f6e5298848e7dbab41b2f4aa72b5f7
MD5 66e10f6a04cfedf182919baa29854e0f
BLAKE2b-256 3490ddf588791e2039e1b386d7152e900604c6294f17e7018a95b3894a3b692e

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd79df640acff646d5a2b0235ff48ba6c26f4d513b417e6f5278c8456a2612fa
MD5 3ef0a1d61b7642e4bd63a487b92ac342
BLAKE2b-256 01cf56552551a48d07dbd8cdd78e3e5a3db383cbe20aba5cd4c7a58bc1c4cc69

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2bcebd9bb2e90a85797e3833c29d0d4c64e86065bcb80137c687bbda9a961c65
MD5 d203d6ac9804096ad72c9f84a7ea8017
BLAKE2b-256 2d437b6630470e647463b15c0452547842c722f4b013cc2ee8d8b47d1c1a6b60

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 903941cdce89037daf527288dcc18d0050d0043067e0cc715022bb93fba94870
MD5 93be1bdc950b7021801f8de8b08493a6
BLAKE2b-256 cedcfa84280aefa049c7d450ce8b9b36f5be5029c3dbb433aa11e524ccd1ed30

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 afa25c8c28579355f0ea77af28f4de0be1a528ffa7c502c96a9b1861d74a1b86
MD5 8c52aaf489ee2f0858a94e87255f8ede
BLAKE2b-256 55bfee8e1040f734ca98595bc58fb673e0117c00d40c34aa4fadbeadcaa1239f

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 45.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 0320d6698a18d856e966442e6a7c576acdd0f77114e944f4e356ab5fe503629a
MD5 11bb75b07ad06286c410f486a723c212
BLAKE2b-256 65cee1f6c4489192c036108f51cb11de966b2ba4d872af4d71ef93b9c789d787

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5670e8c5f1266ad4ad77841d7d23754615c4f7b0c6846615af1fc589f0127d74
MD5 594c506cafa5036bd157438ec3efd8d6
BLAKE2b-256 f2bcf6acf649593f4aac7ec582dfb9165e824be61b85da8f52e0fc5e38687eef

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 231e93f0c5a6792d04956d5a1d03aa88795dd2c7c976d420cc91543ebeb4423a
MD5 caa761130886a6171478e01b2ed9e1c4
BLAKE2b-256 b4b4b5f37adf71fe1775277c3996cbc2390761fcac2ac03375812fab4ab60db3

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 425a8f9752d89a8be1aeb6208f4122e74900f41e4b112df6de43b2386e379d58
MD5 c687c38ef8b4fa7a024d399ddcb7617a
BLAKE2b-256 4e2c934f2c1838791d445be368bf2fee9ac343252731b22ef572442a1f3eff33

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccbe8cc7ff74d107a81f889c82a9eeaba231e8d65d9989521f60f246dd726901
MD5 99365d816ca8207e386f9626749bf982
BLAKE2b-256 96f793226f58910f612ede6dec93fd1a4286230af8822f4859aa6ef863ee6771

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 16e4311b5ebe7b53280083691ac3c69aae411bffafada81211e24b787d3ea616
MD5 4a50feda359a67b40733dcd0fc68d2a1
BLAKE2b-256 af912e67e080e2b0ad06dcb88ce844506bd2f4c6183aabd23e35642185314520

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d80188d560f798fb6e4a8c599ce5fc04827c47eec079f13cc628a1f0fe5e6ab4
MD5 97633e8500a29aed201da3eed60d9d1c
BLAKE2b-256 a41f0c40410bd745d9b58ae528806faf1592b077c0730d8e004b3e4a0b3ded01

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d926ef97b4f521e56888b942d1ed89b9837abaf03dc4f78a635153946cceec62
MD5 d872556e67e0e750f06d8147266ae42b
BLAKE2b-256 cfd10d0ade33ae9f37e147d184687fb924fc698cffbf07f5abb2ba0035cff1e2

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a7a0e1be04c20af720a21ae6280dcf81d59fd2a191a7540d793c26d2178e5cb
MD5 c9f4dc6a994e2307ac3519630719c5d7
BLAKE2b-256 eeaae039ab34168e2a0cc6f391c6eda08b79260c756a344b3c3d147899f7ce1a

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a25eef2e8964b6271e9cb866e78f9c8831b2361c31315148036409efe8a68fce
MD5 3067eb18f2523811c287cc4542c0f484
BLAKE2b-256 4b95328b20f7af4e70bfd949ecf40e66dd598881b6abcfc70e4c3814334ba58d

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9930fb518658477d934ebb67153fd52f47202739653c25583f8e6563fb717966
MD5 0f7b2fa6b97d59547572f15a7352053f
BLAKE2b-256 8878cf9f38ffc1036d523a77bf86980b8b50e17bc368016b8b04d51976789e71

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a87a3b0675c7867903b72028318e92b5d53b1069d78a3536120471b440869259
MD5 c25bdd96808a08142ec4f03367997b8d
BLAKE2b-256 c624b40741496bb341a021cbc8083aede65d0ac3320d2ea83a95ee7aa6e97a4b

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b8b3f4744c3fdda1e0752d1697697406b283f55c1c270d1763e8981ee866a368
MD5 33c226c3f6a6a8720a25b72db5a84c27
BLAKE2b-256 1c677ad3069baa497c231cb5d3f2db41e78522bb85de4326e795cdca0bbd81dd

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 401cc33eb7130424058305087127907b4aa854df2eb400d07b1e144913a549f4
MD5 d65a01b9933487141619c61817637835
BLAKE2b-256 5ed2c6d5f7d9e1313c76f8c1ccdd67353cb5d3a00825522937723a50461800ad

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 19070b8a8c5c3473872eccba803c135b3beb949485b00213459a527a762599cf
MD5 2315ec777f39df889b2f7a8c5e081302
BLAKE2b-256 b7988126053544bc2292df11df3da386ee86b787b194fb051332aa560dcbd7b4

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7461b6086b833e2d349b24c11238793eaaaf22a42989e3a0a0bf38befba86831
MD5 322fe4ae305c9ed7f5df51270602c72f
BLAKE2b-256 a2984da1954ca51a260a88f65c81c8ca2e110c677f64148558e1f94d004dcd63

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63c54e6a70f84b843260ab600ae20abb1d4b380325dff5525973e18525ed2ab0
MD5 18f6fbc460f20d48be3d0d4d729343de
BLAKE2b-256 b36bb0792db5871a8131091b73cb30b4c54e1c6c2538d8c814471a001f6b072e

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 70f7fcfba459774ca34b3af5d9c0cef16ffae144cd91cdb7b833de6563c77613
MD5 e130ddd8402e7451fcb3e2a954c777e6
BLAKE2b-256 b477e79e154066eeb660dd3527e01c9bc8ef73c9bd5af90af6eac0591e2d8ca6

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0319b3bb1d81dd7c5d0c572b775e97714fd81b65a86902ad5ff52f1da491b343
MD5 d11458b9ccb58af0f15ddaddf12a079b
BLAKE2b-256 0d0e32243fcf3ec44b5a0323f42fadb33c946e9bcf44a858caf093b7373eedef

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 705834fcb63937a80588b6bd9ced409688bd7cc0c382305307261659161a2628
MD5 dacee1087dd48dbf9e028c20cf8f2e70
BLAKE2b-256 7b6921f3a6f19fab7eb2930120fe6a39830dd8edd52d85bb2a4dbf4c77273b61

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9941743f5a98f3cb6a54e440f92f67e03e3739ed449cabfb1e485995914c558b
MD5 c18566eb258e8e6b5ef7dc8306549160
BLAKE2b-256 6603dd407d293a0edb8a3c6a10c5d19a7e692a43e7e7630264775acd913d0ae1

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 725498cd270cf7fce4e57131ff66fb6372c6c12925813c0d7ce0adf7d42ff9ca
MD5 6cea5968d81ac20b5000f551a4201494
BLAKE2b-256 6fce8b3c49f055db3b8973182847fa1d01072622678f47c6397c514431564b89

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d057369fa9a94bc556c1dff69cfb699d1a08ce18dca94afc5d24191946bf67f4
MD5 c1cdc7dfb835bd8b66718abe9c3ee831
BLAKE2b-256 6195b8fb32d81a396618d65137cfc65055e873f47eb23cbd46222c3ae6a05422

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4e9d0a5c399b3a78cfd251a269d44ecafa943f35aff56e5d37fbdd33378cf47
MD5 a70e2cd6437e7012a0c2135d4bec5616
BLAKE2b-256 2425986e41cd6d3923cea7523598765271f9867e2ea87fda31468187462b7cce

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 49.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e83c6ce5f9d12d1bf7a2d26422445e12e71ab873af0cab5ae055438ac65999e6
MD5 928ca95c28f320b5d48dcea0eec86f24
BLAKE2b-256 66ee1524ca98947f3f86477ea208789febec42d20b5d9ceb1202a5fac9a67772

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 44.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c51da2127c16d8a32cccdd18da39be5dedbc246ff79c1c64c8532356f31adb6c
MD5 0cb2052ad572b6690b89012ca4daa8a5
BLAKE2b-256 0d029df53f3c136d43f247c715668e9ed980713213be482d4ec7ef3ad222ccab

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63066f586e3735f057c4a75689cfbb5afa05870ec94d7bf778bfcdd29ae08f13
MD5 b4ffec562912d6d2af623878ca09d177
BLAKE2b-256 bba299048501ca2ec1b8e73e79aa526bd6b32ccb4d43029709ecd491ccb5f974

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e337c88e637ff8bac87c5ee94da994b93a6731a80a11c983de0ed62277e82ec0
MD5 0cb143b20b59a0da0c91e84a3682daaa
BLAKE2b-256 2922665e17ce205f0fe25b3b9859349ab39eee5175046db4adaebbcc154ba4ec

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0274d5567ae01a966b91883d5d532fa81964c19d0247fa95338a9ec17bd00c6
MD5 cfe861dc80afe158e4ac5df0eab85837
BLAKE2b-256 3fa11d9dc2f3fed1ceb59a8fc72c2ee9a659c3b67029ec986c1f968914890011

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7ff2b6acd91af283868a9ef49b935d0a32f257ce5d98d9cf3f0617ecca0c3e0b
MD5 9eec96a2df544e43e9ee3d306054ec01
BLAKE2b-256 798d0a56793cc153726bf2fa19466861af5325f84927737290125f5ab966571c

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: platerecipy-2.0.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 44.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platerecipy-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f3fe45f0ac23c67313ca3a68f2d582b9db92ef5c4a83aec6023416c6078c3726
MD5 fd251b0c53d5cc9ba06d9d2971ebeb66
BLAKE2b-256 2b66dc4758dc5e2b82113ab3bf5fe26e91ad91ab72db0e7aa57369a46be4e3b1

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd0a51a01167421ee8c3e8fc405db8225f592761945735db96b3339100c5fbee
MD5 944f05eac1596eb104419eab43894cde
BLAKE2b-256 601dd672a93fe6b01ab190112f4efa8602906894f815735a5b66edba2dc8f509

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4c2ec334dad6559c57c916f881e4df14deeae70452171a7f40d7053ca14f6a01
MD5 dac73d50f4cf6aee86f2e5a7140afe87
BLAKE2b-256 cdb15ba28e03a2200152950dca747e3ed4a392f868fd3b38d1f19d2d83e1c4e0

See more details on using hashes here.

File details

Details for the file platerecipy-2.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for platerecipy-2.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 831f90d5eb1f2be485e17e9ea54f7e10735cb10a1d72385912c868b6cf3b9553
MD5 c2301a34d8851e7bdce4f7a99c441878
BLAKE2b-256 5ac3ecd4e9dd22173c25dfafdccd4f018013c1a80a0481bc96837bd57c676388

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