Skip to main content

Python API for the General Lake Model (GLM).

Project description

glm-py

Python API for the General Lake Model (GLM).

GLM

GLM is a 1-dimensional lake water balance and stratification model. It can also be coupled with the AED modelling library to support simulations of lake water quality and ecosystem processes.

GLM is suitable for a wide range of natural and engineered lakes, including shallow (well-mixed) and deep (stratified) systems. The model has been successfully applied to systems from the scale of individual ponds and wetlands to the scale of Great Lakes.

For more information about running GLM, please see the model website's scientific basis description and the GLM workbook.

The GLM model is available as an executable for Linux (Ubuntu), MacOS, and Windows. It is actively developed by the Aquatic EcoDynamics research group at The University of Western Australia.

Why glm-py?

glm-py is an object-oriented API for preparing GLM inputs, running simulations, and processing outputs.

Its goal is to make working with GLM as easy as possible while providing sufficient depth to meet more complex use cases. At its most basic, a GLM simulation can be run and visualised in just a few lines of code:

import matplotlib.pyplot as plt

from glmpy.plots import NCPlotter
from glmpy.simulation import GLMSim


outputs = GLMSim.from_example_sim("sparkling_lake").run()

nc = NCPlotter(outputs.get_netcdf_path())

fig, ax = plt.subplots(figsize=(10, 5))
profile = nc.plot_profile(ax=ax, var_name="temp")
fig.colorbar(profile).set_label("Temperature (°C)")

The API is designed to be interoperable with existing GLM workflows and easily extendable by users. glm-py can be used for running GLM simulations within local Python environments, running batches of GLM simulations on HPCs, or for interfacing with web applications/cloud services that use GLM.

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

glm_py-0.5.0.tar.gz (7.2 MB view details)

Uploaded Source

Built Distributions

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

glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

glm_py-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (13.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

glm_py-0.5.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

glm_py-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (13.9 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

glm_py-0.5.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

glm_py-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

glm_py-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

glm_py-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

glm_py-0.5.0-cp312-cp312-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

glm_py-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

glm_py-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

glm_py-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (13.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

glm_py-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

glm_py-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

glm_py-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

glm_py-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (13.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

glm_py-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

glm_py-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (16.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

glm_py-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (15.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

glm_py-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (13.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

glm_py-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl (15.4 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file glm_py-0.5.0.tar.gz.

File metadata

  • Download URL: glm_py-0.5.0.tar.gz
  • Upload date:
  • Size: 7.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for glm_py-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e622e2f5237f51171c7fce2e609f93d1c24afdb4c59c7dee9ff5828a432005bb
MD5 1bd2a60210010b1dadad5d867ab4ded4
BLAKE2b-256 ed5af4f22dfb4254c82d4cb8a0fc7549868bc2f7bba2d69f8e7a9d1a1bd6dbfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0.tar.gz:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b098d59f99cd696218f740ddb88183d87c55e0983536f504862d5dd92f5a5ad6
MD5 8547efd2a82387982caa5ca708f541d6
BLAKE2b-256 4d974444d6bc2088c715ee2440865ac6d66ee9e198b0c23274ecc550fe939ca9

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 bb21a0ef92afb917ad3eda5e646b617a06d7e48ba3fc06e98700bae929590683
MD5 d0b4660bbe894ca710307f2c766ab002
BLAKE2b-256 443ba77f32fc0a916a90734850a529bf6c247c40b3ec2057ed30fb8e646c94f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6dd2f23b8b1996b8bb5608b314c0bb6b6911f1f21dc95fed0a17d9066dd494a4
MD5 134601b916faf3cd15c359ec9a15c4d0
BLAKE2b-256 39dc732f834f94bb92a22a27fd60d29c82c0702268e7126a3f6b506a18ead48e

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b0d87defb481db9a003f6e68a8a0c71b773016addf79248d59abac923198ab7
MD5 80c0a31b09d1814b754f94d4ef0f6b1e
BLAKE2b-256 cd1da292d46356ef3eb233a60889663c3f36fc6299bac174ee106fc7257705af

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 152ca171d903ecffcce25337bab734c2ff03885f68c6432abc07f44285fee865
MD5 9cf76c2cc0586a2cfc8d4c85cf39ed38
BLAKE2b-256 d4e991cea5397788a162709eed14b8d3e433c88e8a970fde00ebb87579c414e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 91bafc53c5aa0a92d1e9f48616b50045acedf30d3340eb8f123fdaaefcc70405
MD5 3f64b05ced22f4c7235d7df9f745183a
BLAKE2b-256 7a4eb78d756fa0fcf854dd5aa92ca18e39e3b148752f842d3d0d37a54f32ada7

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 79d0d0ae94be622207250a43879e769cf6fee966a79434163994afc823ac00c2
MD5 14b184668b2b15c17d751e2763373fff
BLAKE2b-256 5cf1cc033b5175c33d9315ff7775e1f9dd88d54cf004ed43aeae46bc191587e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4f32d4c63f26d9c395aec4f2210c8046d7575e5eb06e0ace882d0befc415ba52
MD5 7d06251791ab05ae4480d434d7c7ca5d
BLAKE2b-256 62dd870a9e8c80269293729f1f576c605a72e26b66fc0d13c9bf94d450d75da3

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6253658cbd6555551e9af3b3e2e909172f6decda2eb4c0a34dc60cc86deead15
MD5 27bc3259168fb40cb48384aba56e6cb2
BLAKE2b-256 f80eb4ddc7a6a459f6d01fe890bd7153aa1e8a395ba62adafcf2c7ee2c7caa93

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 df5d99a24ae94688bf91a57d4824a232babc374ad44797f0e14b536c80e86f28
MD5 985d9f6c7cc0aadbf1f418d4f4ebd0a2
BLAKE2b-256 d53631cf6e8409af7773ee516599932a817b1206a3ae967715c5cde08cf28a95

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65ca6a0934fe35b90ab9ddcd867ffa3a8bb1481b9f248ab6b2f408f9765ad28d
MD5 12d92db7588555302df8b6ad9f2daee9
BLAKE2b-256 e1a3645b4e1a40214bd8b459e4d6390db7f72a5a3799297262e19491a3abb90e

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7971cfc71256967527c94b832ace60b6e2b45b466d94e4e06178580ea5038974
MD5 8c0103b1e9d713c485b40dacd61e89c0
BLAKE2b-256 dd34ef809a4c766b49be40230b5f7193cb04239344fb945401e627e71c2e34cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp312-cp312-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f24f992f4a18ee828e939ea198dc2963c150df1248a4f497d124d56421713427
MD5 9f626825f0805f593702859a1202123e
BLAKE2b-256 9f7cfb408124dabd2678e1d8477b0c88740a180928f816562adb631a4dc5d67a

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 20ba044a81458df804946bc62bdf98837f32ec2069ecd151dbca17e76092cd5e
MD5 3c5b896772b4d51dc0770b9debcbcf9c
BLAKE2b-256 8a9fdeb6f60724b91dc3de448b60985f12de9f2be564293a739d9591e4ba50b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbfae2e925d81919f13602c8c18c6d111d8584a0a213e2aaf77b51c77399f129
MD5 7f33c56875e7f8dd9d2da5f7375eafc7
BLAKE2b-256 0167d14a77da30c082fe3141d167fb65c358ce310d854301b413ab28b9cd7aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1bf7752d804058cfeb1b1bcb7a43d8d68511db7498aceba709185008e3241ae8
MD5 1ef1729e16f7e49f7017a3ad336f8a79
BLAKE2b-256 5ccc9f65bbc265502d8b4c858ed1c059202b50e5418688121e78d6d79708b913

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d1e89e592d337d454b98f82d2205b0aa69728d3b1d614ddc259569043f739302
MD5 31e909006f33468080acc014511a8168
BLAKE2b-256 d2ea0b49030b82b1bf6f88705ddb78af32be631e0b7e633035a5b7a5d2553f3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c608b68e36b93e4b91ada158cb440bd89149ca284330fe1ad03a786aa202dbeb
MD5 5fba1027fc40c5206a3283e762aeac10
BLAKE2b-256 b23cceabf533420a73c4edfa6d49f29ee108982d96d33bb964d8a08b129ad47f

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e22b2af74997822c2ad50a0ecdae555d9b8d7854e04d0adb5aa052e4e491a3d
MD5 d776f38b81fc4fd6a44f26031e253c25
BLAKE2b-256 080e6e7bd8c962b88591b342859275fb597c275f8722ef90d64b960e4b7b1148

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 81ea601888a198b25ef863b85bbaba2fa7069e6a49a3679231dd0f02655304f8
MD5 87606a68eb86767d0da9ca5472097726
BLAKE2b-256 e8c2321e3980a37c772f96763ab317ab5c11f6b6fe236d12af3626104b995c8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8db4502b48f0084f9a6f6a65ad1efa9e2c2aabaf1d2a2bf86e86f47ddb9e9a0b
MD5 8a5724ef5648c580714af15f32aa4915
BLAKE2b-256 2688ff3c9d91de1d2d25a3846e00dc0aa05a5b09a8dc769640d457cd8c616f39

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1059e826b4b2b59e4841a5bcf6779bbfd7a1fc691209e3d07272ee038116738e
MD5 7820708ddd1531b81361127de3ba3524
BLAKE2b-256 4bb1bfceb9a04d12d89e634e97455484143f7ce18d49f5b8eea3d7bc8e73da8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6e35304ebe9c482488c9c44d934f7f73db8a90f46873f0ffb06740791def0a1
MD5 c07498e418665cb6f49419bdae0f2a02
BLAKE2b-256 e19e888adc23f507c0c482e951b9e7c9a1eea9bd2477c0f2326ae7c0ae801441

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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

File details

Details for the file glm_py-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for glm_py-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fa66493a9eb3c5ab5b0173d0d6b1886c7da6866d0b3ac75cbdaa028403cb065
MD5 7ce487127e1a8b40e64730ad1be14218
BLAKE2b-256 7b30792bf469cfb3513a4ee6c04ccb9ea2a1a36e742bf2926f58fff303ed558c

See more details on using hashes here.

Provenance

The following attestation bundles were made for glm_py-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build-and-deploy.yml on AquaticEcoDynamics/glm-py

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