Skip to main content

Basic SILEX library

Project description

SILEXlight

pypi release DOI License: LGPL v3 PyPI - Downloads

CI-multi Wheels and sdist Binder

SILEX is a finite element code written in Python language, eventually with a Fortran part in order to speed up the computations.

  • The Python language is used to define parameters, to read the mesh, to solve the system, to write the results.
  • The Fortran language is eventually used for elemental computations as well as to build the stiffness matrix.
  • The open source software Gmsh is used to create the meshes as well as to show the results.
  • The only free routines available on-line concern the 4-node tetrahedral element and the 3-node triangle element in the case of linear static analysis. They can be adapted to other elements.
  • The following proposed applications are available for education purpose. They allow to understand the code, in order to perform other computations for other mechanical systems. Later on, the user can develop new elements or new method, and thus extend the possibilities of the code.
  • The following course document available on-line (here) gives a programming introduction.

Usage

  • A complete example of the use of SILEX on a piston is available here in english (french version)
  • A example pratical work for education is provided on a landing gear fork here in english (french version)
  • Execution of SILEX-light can be done using binder: Binder The image is built from Docker's image jupyter/scipy-notebook.

Usage of the docker container

  1. Pull the docker image using docker pull ghcr.io/luclaurent/silex-light:latest
  2. Run docker run --rm -d -p 8889:8888 -v <PATH>:/home/jovyan/external silex-light:latest. <PATH> must be replace by a local folder path.
  3. Replace on the link provided by Docker's logs 8888 by 8889 in your browser.

NB: full sudo access can be activated with the following syntax: docker run --rm -d -p 8889:8888 -e GRANT_SUDO=yes --user root -v <PATH>:/home/jovyan/external silex-light:latest.

Installation

Classical installation by executing

pip install --user SILEXlight

Editable installation for developing

export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
pip install --user -e SILEXlight

Version for Windows, Linux and MacOS (x64 and arm64) are available on PyPi.

Cite the code

You can cite the code using the following reference:

Legay, A., & Laurent, L. (2025). SILEXlight (vXXX). Zenodo. https://doi.org/10.5281/zenodo.14984402

The used version and the associated doi must be adapted using data available on Zenodo.

Run tests

The unit tests can be ran by using the following command

pytest --pyargs SILEXlight.tests  

License

SILEXlight is available under the LGPLv3 license. See the LICENSE file for more info.

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

silexlight-2.0.2.tar.gz (4.1 MB view details)

Uploaded Source

Built Distributions

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

silexlight-2.0.2-cp314-cp314-win_amd64.whl (110.1 kB view details)

Uploaded CPython 3.14Windows x86-64

silexlight-2.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.5 kB view details)

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

silexlight-2.0.2-cp314-cp314-macosx_11_0_arm64.whl (78.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

silexlight-2.0.2-cp313-cp313-win_amd64.whl (107.2 kB view details)

Uploaded CPython 3.13Windows x86-64

silexlight-2.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.5 kB view details)

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

silexlight-2.0.2-cp313-cp313-macosx_11_0_arm64.whl (78.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

silexlight-2.0.2-cp312-cp312-win_amd64.whl (107.3 kB view details)

Uploaded CPython 3.12Windows x86-64

silexlight-2.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.5 kB view details)

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

silexlight-2.0.2-cp312-cp312-macosx_11_0_arm64.whl (78.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

silexlight-2.0.2-cp311-cp311-win_amd64.whl (106.9 kB view details)

Uploaded CPython 3.11Windows x86-64

silexlight-2.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.0 kB view details)

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

silexlight-2.0.2-cp311-cp311-macosx_11_0_arm64.whl (78.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

silexlight-2.0.2-cp310-cp310-win_amd64.whl (102.6 kB view details)

Uploaded CPython 3.10Windows x86-64

silexlight-2.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.3 kB view details)

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

silexlight-2.0.2-cp310-cp310-macosx_11_0_arm64.whl (77.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

silexlight-2.0.2-cp39-cp39-win_amd64.whl (102.4 kB view details)

Uploaded CPython 3.9Windows x86-64

silexlight-2.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (83.3 kB view details)

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

silexlight-2.0.2-cp39-cp39-macosx_11_0_arm64.whl (77.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file silexlight-2.0.2.tar.gz.

File metadata

  • Download URL: silexlight-2.0.2.tar.gz
  • Upload date:
  • Size: 4.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2.tar.gz
Algorithm Hash digest
SHA256 a730ddd2f119d34dbc6962f99685be7a534a08f1fe021783835a4810de792e73
MD5 506b425f3c0328d1cffad7d2318c8a1e
BLAKE2b-256 7e0ae8ab8f1568ee3c321512a2586ac4bc4f119a674aa335ba5e69404f1d1cd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2.tar.gz:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: silexlight-2.0.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 110.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ba55f3654c8ad3a2e13f20c35acfebc4894542bf522c85321991ad1d11a6df36
MD5 51ac0ef98b1f05fa3d5c53f99f5e8613
BLAKE2b-256 6b12ecd4e1b108df16cf3ab77c31def82c19cfc30d63c15df86e6769bb455d18

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp314-cp314-win_amd64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b36dad70aa77b34a9d1085c6bdfa677681d86d392fedd62dde7bd9933ee3a303
MD5 99bdad03d65f3eec3d898e73a51908b8
BLAKE2b-256 6dc5601b58b09a89c0e34f2cffa67bc16733e45b619249660914dc104b80ee63

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d89644a7d576021ad2fc23ec8efb7ff1fc26eebe87dd8e585e883df22b6400ab
MD5 07f50930fdf092c58573fc04f86e7617
BLAKE2b-256 7a706135d730bc94a581cd516a227c727a74b5ba2ac468993216c1a0501c5298

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: silexlight-2.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 107.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8793d0a25496a018a2f234644e87035f2d029d1f8790f21986368cdb65a5a971
MD5 f4ea4a986cc71e6a56803a4f7199c401
BLAKE2b-256 5f166f59909689cb347b522fe103a5c3cb5a2bd1243115204a3f55087414727e

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp313-cp313-win_amd64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ef438cf5e301cbc99a0ac30b1acb536cf6acdc347fa987cb83705f48e81b323
MD5 c4526035f6cadd063a1c3e6c1b64d685
BLAKE2b-256 887443e9964d45c65ba88478036784f45eaa00ace36994b3688289bae1f9dc0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab32ae20d80707483453e5958d342801cd97306e10c3e67cd3f539d4b08767cf
MD5 f192b6b47a686a54abc7d342fc13cc46
BLAKE2b-256 67cce956c70f2f345f98c0f49e2103490c8f9a402247359d0a17b9060c6dba3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: silexlight-2.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 107.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1757d8af0c5c8cbd51ee2ac874e9d8384d71625d9ca8f663e590bfa5afc1407
MD5 ccab79d884992bea765e710dbe38fc78
BLAKE2b-256 795a01bd6b5320ab667b207e1c8d69c13712b57fb16f97ec15cadb1178e6dc42

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp312-cp312-win_amd64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 72297324d7dce38e81b6fb4132399683c2e9cf51e332580e3c69b3cbafad2179
MD5 0e27200b62b53993fa80015929bfab79
BLAKE2b-256 101214553add5b67ef0d0c651d47bcbfe6cda50b45ff22b4805e7b05ed098c0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e14322a0d16a1611f15fff05742ba3e18df485255f57af3ec91165907848e24
MD5 4ebb5017acf8634c22f34a5eccccc671
BLAKE2b-256 0fe89d604007fe3846cd60c3e90e363afef57c3eeb05b0158722a23a12ff5a48

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: silexlight-2.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 106.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 44a618683e1770445bbf1065109ba9cc4f6d8d2d4ac0edf8672f2fcc66722253
MD5 650f0ccbdb1553492a41bb43f6bdf9ca
BLAKE2b-256 881e5a4805c7e545b55a2054a581cd3388d749413849c0647d8ec737fd54ec44

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp311-cp311-win_amd64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2fa1d2bd3b09c9185bc5c7a567ca015b471cc81777aee11edbec35bfffd2cb8
MD5 a86acef8da0c105068e1355b387c53ca
BLAKE2b-256 1418e7442a4c3ee5072308e012c0be7ca7251c68f53388f0805f17cceff91cfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0e3ebd386221a4e5cac9dfdf5378b0219a524ec436cb089b66ebb3dd9a1ff0ef
MD5 4f4c98d153dd0036de6554dcc0873fe9
BLAKE2b-256 b0c20400946070ee0b21efc5f92c6b6e3d822a4f3cf08d6df15f6e20ad720741

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: silexlight-2.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 102.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c50324b94fd62696095070d8d285316396ac5b3997a99b926241b6fac974d582
MD5 54a850655197d058806181cc1b3e5c10
BLAKE2b-256 2dd130ba371a6bf9696e575f01b91a992356b71de76ddbb1440e9992237ec3e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp310-cp310-win_amd64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8b3b6a2039c386d039b146ebc827b129ee03ac1a4338fe138927888d1d2f545
MD5 4c17082cf8d8d98cb4f236bb69772491
BLAKE2b-256 b3c40af5e69993dadb30c96680c29de4d11efe9771420bef4fee384bc735f6d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7c67dd5886150cfdfac830ab0dc5e3fd76c6a3269352768a6f2ddd30e79e08c
MD5 bd5204823614cdcb50d22c981fef2448
BLAKE2b-256 4c339ae7fbbbeef7bd8a68a1b668a9e3cdebec52310c7510c97bbfccc74dd98c

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: silexlight-2.0.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 102.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for silexlight-2.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9f5fdf88df41de5360aeaef6ba4388432ee757267b8d214fa954e2a5db54a54b
MD5 e6c36c4335821dd026f00d7702ef4066
BLAKE2b-256 77c7f2ce5b2af91da2a30f0b20f3cbc22b71fa86f39e24f07ccbd97a4b32064f

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp39-cp39-win_amd64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ba613b8cd4101f316e43d396ad6b3723c4d6a4cb3aaea8e348b1dec08161a26
MD5 0879149fee7ff35a9f9127cc9979d19b
BLAKE2b-256 63f068113cc9f13f52fa723f367cd67d6b32f121fd87b79d554d0eb79f35c93e

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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

File details

Details for the file silexlight-2.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-2.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9826b27c63ad70d189d3c98363592d1b328e1af73789a32899ae1b49c5324051
MD5 027b7d9a8f42f19341bd0cb7b18c6e59
BLAKE2b-256 53ddf020b46d38987ca93dbe5c43e8292058d7729ecba33e53878802ac542433

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-2.0.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: CI-build-release.yml on luclaurent/SILEX-light

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