Skip to main content

The rust backend of easyclimate

Project description

easyclimate-rust

The Rust backend of easyclimate

PyPI - Version PyPI - Python Version PyPI - Downloads

English / 简体中文 / 日本語

🤗 What is easyclimate-rust?

easyclimate-rust is a high-performance backend library written in Rust, designed to handle computationally intensive tasks for easyclimate.

By leveraging Rust’s high performance, memory safety, and zero-cost abstractions, easyclimate-rust enables the Python front-end to provide a clean, user-friendly interface for climate data analysis, while ensuring scalability and efficiency for large datasets and complex diagnostics.

🚨 Project Status: Actively Developing 🚨

This package is under rapid development. APIs (functions, classes, and interfaces) are not yet stable and may change without backward compatibility. Use with caution in production environments.

😯 Installation

The easyclimate-rust package can be installed via the Python package manager pip:

pip install easyclimate-rust

✨ Requirements

  • Python ≥ 3.10
  • NumPy ≥ 1.24.3 (Required only at runtime for the prebuilt wheel)
  • maturin

🔧 Build Instructions

Windows

  1. Install Rust 👉 Set up your dev environment on Windows for Rust
  2. Install uv:
winget install uv
  1. Run the build script from the project root:
.\scripts\build_manywindows_wheel.ps1
  1. The generated wheel file will be located in the dist/ directory.

Linux

  1. Install Docker on your system.
  2. Run the build script on a Linux host:
./scripts/build_manylinux_wheel.sh

The resulting wheel will also be placed in the dist/ directory.

🪐 Open Source Software Statement

Please refer to the document.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

easyclimate_rust-2026.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.1 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp314-cp314-win_amd64.whl (311.1 kB view details)

Uploaded CPython 3.14Windows x86-64

easyclimate_rust-2026.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (422.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp314-cp314-macosx_11_0_arm64.whl (362.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

easyclimate_rust-2026.5.3-cp314-cp314-macosx_10_12_x86_64.whl (387.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

easyclimate_rust-2026.5.3-cp313-cp313-win_amd64.whl (313.0 kB view details)

Uploaded CPython 3.13Windows x86-64

easyclimate_rust-2026.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp313-cp313-macosx_11_0_arm64.whl (362.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

easyclimate_rust-2026.5.3-cp313-cp313-macosx_10_12_x86_64.whl (387.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

easyclimate_rust-2026.5.3-cp312-cp312-win_amd64.whl (313.2 kB view details)

Uploaded CPython 3.12Windows x86-64

easyclimate_rust-2026.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (423.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp312-cp312-macosx_11_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

easyclimate_rust-2026.5.3-cp312-cp312-macosx_10_12_x86_64.whl (387.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

easyclimate_rust-2026.5.3-cp311-cp311-win_amd64.whl (311.3 kB view details)

Uploaded CPython 3.11Windows x86-64

easyclimate_rust-2026.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (421.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp311-cp311-macosx_11_0_arm64.whl (364.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

easyclimate_rust-2026.5.3-cp311-cp311-macosx_10_12_x86_64.whl (388.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

easyclimate_rust-2026.5.3-cp310-cp310-win_amd64.whl (311.3 kB view details)

Uploaded CPython 3.10Windows x86-64

easyclimate_rust-2026.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (421.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

easyclimate_rust-2026.5.3-cp310-cp310-macosx_11_0_arm64.whl (364.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

easyclimate_rust-2026.5.3-cp310-cp310-macosx_10_12_x86_64.whl (389.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file easyclimate_rust-2026.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a561f683d39260b9f740332e0ccb0088374b163b6ef40d3bd00f94b9d2a71a3
MD5 323d8b4a54b77877f32c01abf68aa54d
BLAKE2b-256 bc998fb71e0115ff701ec90006586331d78acaacd058a6d53855385318170580

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db1d5c37f9891a2567fd051f5884f0fdca8a264a640d858b9e55ffa830d934a8
MD5 42c420e5553710da53c8aa4d0966a644
BLAKE2b-256 97303c2056efd97d14e369e13d21670faca9e19b314d70a213fc1cb223f0a150

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c44d99f2a3b146ade6f7ef28a1a817f4f04baa951c57aea8f1edfe09cc9adafc
MD5 b9fff2dcbd55ad9c07f6aa1e4fc9c962
BLAKE2b-256 2c6ca96ef19fe7a3549598695335baaa7be0d9c287c55874ddb0051be084ad43

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp314-cp314-win_amd64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49e94812c9cdf5f7a8585babb89732c57db4b7def0b948a7637f7ce3320f89b9
MD5 7935d9c6b53bc373880de0f0d76fc814
BLAKE2b-256 446a24e8e7881f793894e5b2e5eb4accf74c61716e95a6040d0ae3bc93341be4

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ddafcc5c65b7247811c5c14fbe7532b69377241dd3fdf3ee693d0afac1d2750b
MD5 601991ccaef1e47ef31e9391f51250a2
BLAKE2b-256 3c455dcf979e52a66a08ee3bea5aefef9b5a7acbb5fabab9b6ce47e70365fdc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 983c4ff13a1f422796c0e01b50099d604226ed6606fd7dc38fb7905e8ae379db
MD5 8616077899e83f0777c2ade7c4ca71f7
BLAKE2b-256 a7d78d7ed197c856e5870108b3201f047f89fe190d3a2ed1cca8776d038a051d

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d6208e89ae9e641a939f02761c16240edbc5b4502aedef6e31e5d62713faa304
MD5 5d6337f15f43ab8f03797a51058d5cb6
BLAKE2b-256 b56dce2e4db4fdbb027143c285a72dcecd03e82f639671a1446df1a9c2fbafe5

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp313-cp313-win_amd64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d1b6aa8a973d9c180ce07bed2bb3a61a9c26b60432ee86ec56213e8f38b84c4
MD5 68b09c2c8a24c179d0f28e9012b3c568
BLAKE2b-256 5381aa0a7e802f1553d7d471fae894782f89c5476816b8b3d8d5217a60e04de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66bd4733c18ffe8bf3b446476eade0ef46b8536f90eb040a7b62cd5ed0a099f2
MD5 ff48cfd4ee65c8ff3dfa13edf2800234
BLAKE2b-256 7547f90a7f31be0deeebae511e109793a840412ab21a531ea07c65d70d38f23a

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7c62df20499a620fb731664debb4261e0614c2e2f60a180605c055152cc2a71c
MD5 9bb6517f61c3fc10a904064e43050e81
BLAKE2b-256 679d4b276a89c8b60e7ecf44b92b41cd3c4e037440dbcf94c8e0601875f50649

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f5ff452c1f095a1bc4f9575182f4ee3540e29107d28cf7358ae964ad9294c527
MD5 43ad4bf077d55e589a09685ae369351f
BLAKE2b-256 bb3b4b7d35d3d28d0190045eea246fba6fe9a43bb051d9993c5572507a274d4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp312-cp312-win_amd64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c9c6485bce825f1506e5261b2fa70a766294ca4e1ab46319ef1fd13e12a8955
MD5 0e0b4df9dd3f22da5781170d3670da14
BLAKE2b-256 4a3b47afb0d79c71e82383b87eb5a97249ab6f841283d3a9df0cb0ddcd078ea8

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4d4e6701ffa60a6a4960d22d9b4ac8fb32658e9081f9b39e02ed71d0ac05bb63
MD5 2df4eb90aed9f39bdcfd8278ec5a25b2
BLAKE2b-256 f2d9a80b1edbda5adbbe2aad269e011ead46e49112a4c9142439e4e2a360e575

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 14ab2f7913f75508def39f43414d0230e310e12be08abb12f958c3f2b8692055
MD5 4f1b0139a0a9f80a7dbf81ab6fab49bd
BLAKE2b-256 d6febb1ff0f5ed5c6a9813ee06016b58abd1e388e11466367ac4a6af413bbfc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b5d4431907dbc0f2b08f5cae965e728d31b0d6cfc09c00681b94006b3e9832ef
MD5 a881dfd01cba52ecf0ad04b165411f3c
BLAKE2b-256 641b20c3b6589bd48ade6fd3da6f73a726acabb78d8a3cb1e999c3cbc514d53f

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp311-cp311-win_amd64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c6b785870af6c862b8a9b04700a4d0a9b49591ad552efad148150360d1e98183
MD5 6c7cb794871620f6269f4a639c1a870c
BLAKE2b-256 ca3c6b939b3a4939273ff42c5f6be0cd4534dacb45c2d965904b21e24624669a

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92fd0e24cff12e477d65b2534c565c3ba3fbef4fc51748acc1b70645e4885766
MD5 eab3ccc74064a450f5780cfd6511cef9
BLAKE2b-256 bf38431ebafa3d3c4397a881f3e9cf862dd0b6eb0d2d3052618b62a44d78f8db

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0593620ad436eb48a3a3b79cdeb1b7c9c95e8ec29d1cbb86e502342127c6f74c
MD5 3f87fbb50b2f6dee48e588320f9c6b67
BLAKE2b-256 eb9eab989d3c9d7d27f83f11c33ab41565df065d0d4f40160568336ee47604bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4dc4393d628115b14fe2b020d6fab364c1b5b134774f556e5b746a18e74fda7f
MD5 910524c2498c25ed6f3c7c873c344704
BLAKE2b-256 ab2571b0c3e289528a4455884fdac9c14dca378aa7e5db922408535bbea34cbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp310-cp310-win_amd64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eea39c33e0ec65126c6aa27d30c02897dded12b089cce654886c427d0d04b233
MD5 becf51aee7a959d827e800e7ab5c12a6
BLAKE2b-256 b46e3d7bb6cd38d999719b30a0fd1c50d6cd86f60e949a0c3c4636f78a742a53

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6220c53c1867bb7f5b60b26dfcde8b351a8818f67596bb025ad77bb2e61e7a25
MD5 ed2029e894a163f3d75426ee576823db
BLAKE2b-256 c2582ce364899025df68c3971ceccd4bda591abb88a2dfc6aeab8700ba90b78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easyclimate_rust-2026.5.3-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for easyclimate_rust-2026.5.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fce70694255c918a3c815c87513d3eb91456992c71f7e86dcf7a07aca5a5af1d
MD5 5b23c9238cfd88e22fbaa3c2c64b3546
BLAKE2b-256 ef85aaccdca31467a8e7006111e94a548ddb63c2c027c1247d7c7b794e844188

See more details on using hashes here.

Provenance

The following attestation bundles were made for easyclimate_rust-2026.5.3-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: AutoPushToPypi.yml on shenyulu/easyclimate-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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