Skip to main content

Basic SILEX library

Project description

SILEXlight

pypi release DOI License: LGPL v3 PyPI - Downloads

CI-multi Wheels and sdist Binder Coverage CI Documentation Status

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  

Build documentation

Install docs dependencies:

pip install -e .[docs]

Build HTML documentation with Sphinx:

sphinx-build -W -b html docs/source docs/_build/html

API Documentation Coverage

Function-level API documentation is now maintained directly in:

  • SILEXlight/silex_lib_gmsh.py
  • SILEXlight/silex_lib_tri3_python.py
  • SILEXlight/silex_lib_tet4_python.py
  • SILEXlight/version.py

The Fortran backends include routine-purpose comments in:

  • SILEXlight/silex_lib_tri3_fortran.f
  • SILEXlight/silex_lib_tet4_fortran.f

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-3.0.1.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-3.0.1-cp314-cp314-win_amd64.whl (113.8 kB view details)

Uploaded CPython 3.14Windows x86-64

silexlight-3.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (91.2 kB view details)

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

silexlight-3.0.1-cp314-cp314-macosx_11_0_arm64.whl (82.4 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

silexlight-3.0.1-cp313-cp313-win_amd64.whl (111.0 kB view details)

Uploaded CPython 3.13Windows x86-64

silexlight-3.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (91.2 kB view details)

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

silexlight-3.0.1-cp313-cp313-macosx_11_0_arm64.whl (82.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

silexlight-3.0.1-cp312-cp312-win_amd64.whl (111.0 kB view details)

Uploaded CPython 3.12Windows x86-64

silexlight-3.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (91.2 kB view details)

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

silexlight-3.0.1-cp312-cp312-macosx_11_0_arm64.whl (82.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

silexlight-3.0.1-cp311-cp311-win_amd64.whl (110.6 kB view details)

Uploaded CPython 3.11Windows x86-64

silexlight-3.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (90.7 kB view details)

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

silexlight-3.0.1-cp311-cp311-macosx_11_0_arm64.whl (82.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

silexlight-3.0.1-cp310-cp310-win_amd64.whl (106.4 kB view details)

Uploaded CPython 3.10Windows x86-64

silexlight-3.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.0 kB view details)

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

silexlight-3.0.1-cp310-cp310-macosx_11_0_arm64.whl (80.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

silexlight-3.0.1-cp39-cp39-win_amd64.whl (106.1 kB view details)

Uploaded CPython 3.9Windows x86-64

silexlight-3.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (87.0 kB view details)

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

silexlight-3.0.1-cp39-cp39-macosx_11_0_arm64.whl (80.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: silexlight-3.0.1.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-3.0.1.tar.gz
Algorithm Hash digest
SHA256 508543c9fa050601370e8676e252ed7f46d835af0b80ad69e20e59a48deff95a
MD5 4f681041413c33da34855f66644563e0
BLAKE2b-256 56ef2749649e6a4795bdca7481c18aa6444821120df3848afa014a71872a9929

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1.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-3.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: silexlight-3.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 113.8 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-3.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 21bff53fa78e91787c8c0fbaac4c4f140b3ff2d74e407b0374ad2904fc5be8ab
MD5 09ffaba937c751cd6ca28f743f3ca56f
BLAKE2b-256 c32a95c62af19c7f6522e21c78540147feb675444ea30d6f47cb50698766da37

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b7bfd5697b4b39586be274bd2207e67646c59692f6f1c8721920306836bdb8a
MD5 c2bdba521cf86e7761156d42b0592796
BLAKE2b-256 7b7592b59c3a420fd7e8287a8daaae35f3a040b75f9e6aa8be48e3fead813f91

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c77a780a6e00ee3c439f76102a68af8302675ab658c213ae80f975f3570b27a7
MD5 e9230c8ad736769841a3142d8a5c1201
BLAKE2b-256 08906840c95ad2260348b232dbcbe4ab716f296644410925ac4e677133926b22

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: silexlight-3.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 111.0 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-3.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fc8b49acf7d827482155ecca64067b462852fc2ef8dd7c5dc252a77069ca30c2
MD5 0131341d45ac4d0f1e39f297bc5298a9
BLAKE2b-256 81a0ec5cb0215cbf6a371d2d938bdece75d993f7835f457b51200d88e2dbebaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c34541bec856cd836a0a6c94f7a8f96127fc8133683cc5636e792d2a75fe54b5
MD5 b82171c890a101e2de47b2495ee8951d
BLAKE2b-256 e24697b9e0bbf9ab5dcac1aecdb3513492480d6ec10c13fe36cfb45def88d5d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 249d24a646fe5a69aad84d07df334c3d19ab449aa48991fead533a003c9c81bd
MD5 0cb09f3ccba67145a284c58a59ba8532
BLAKE2b-256 32a39cecff408250f98743cd4571f05d67832e330c9e25a34bdd42c41fcfbc86

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: silexlight-3.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 111.0 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-3.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 92f0b5f725bb2ad2bb4d791508d660f3f0757838d3fab35212713ac9407aeebb
MD5 93f2266cafe6616c8c1964b4330eb63e
BLAKE2b-256 b50dbb19c497712f3c98c8d3731e0118111dd3edcc05ae8843862d94a4a489ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ba59ca5ea85f89267ea19c37344149000723d3ebe97626cbc11ee5200bed2a8
MD5 28637bdac4c100b0211223e6e55e0537
BLAKE2b-256 c03080574193caf83a2597f58f95590defc9cff03a6ef6182848a5cb888687d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f65054b498bc550ffc3b775352f57566a72ef49ec156d53e0ea11c88e2395ae
MD5 c4793acacb5a9ca1cbb30edc812ee503
BLAKE2b-256 cd038c9410bce00a1ad073849652d836e399608edd37c141506e4469216222ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: silexlight-3.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 110.6 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-3.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7169e935629643969c3c5a637711fa7bc0af4340fd97374c84af259dd68af490
MD5 a0a4793d3a635cc44f0cb424163662d2
BLAKE2b-256 c6565c1cb1b917c7dac87fcfe3cb6c409f1dc58a2610ff4d0fe3afa2556edd8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a9b5080f68dc8c1c6e8eca39ff1976ccdc6acd5f30e1b6a96fef9dfeea2b281
MD5 99e0a7e0430863848a41110a8691aff8
BLAKE2b-256 f455fb4513d525c9f6c608d19a92e86b242f2ec2a7cf4990d5548ba50e180ed0

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6a0a60c445b256513588d4205c3b8ff2b5705c2d0a609d2ff3a653d1efefc9a
MD5 b08507a874a9c6d4a081da048f6ff662
BLAKE2b-256 e8806ab922e87f2cbea4ea80a3f69805c4f030aabce25d23325cf79b6c825eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: silexlight-3.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 106.4 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-3.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2d8071c7562556cc36ef7a233aa0f4ef6e8c6a9085ebbbbef7aa9cc480fff493
MD5 4dc58127e44327d867f4c38015f8aad0
BLAKE2b-256 58a0abd97b0269ef357529e9d72f35302ba2e38fc8c91df6efecf4cc6746d2f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e78618e5b65f053a90872b6cc2bed66bfa615ca46b0edcd29a3f2c2b91b826a
MD5 961989d79518f8c06c4518038e1de21d
BLAKE2b-256 28bd7c6dba3e570fb68698858db29e494f27fc1ca80d945e5b02a765e793bce0

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 402364997a68fc59831a86b5c7e7a72aa6fd0c73485edaf798c66503d008d6a9
MD5 5830bd3469ab74331584135194e7f428
BLAKE2b-256 f5b8a658bf6a4ce28180619f94a31d94b1137cc1f3626b89617489fb0b6c6813

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: silexlight-3.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 106.1 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-3.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d22a2a218714600ea9b8505d9e1d6949b352e77d9823575fc400421df1526b82
MD5 dac50d3862beada8d580814a87bd01e3
BLAKE2b-256 54ef2675ca001fb48e1d9283dc8d2210f8d9604bd0b932bc9ead66feeacd4666

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 830773796375f95504784f2bc4abea36195b7bcb1bb93e9888dcffe6e9e6f77e
MD5 577db6d53ff7acf5dfce91306df48fc2
BLAKE2b-256 80cbe85066679cf177704cee428ce49bc0cda6df2387e506c7b0944d44e7b21e

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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-3.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for silexlight-3.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d327d9c02687bd595ae941394ad5d4d48014f5d566ac80a246d98b425ad8e7c
MD5 df5aec39dbdb6f1c07f49e48f7179d00
BLAKE2b-256 fe6ff0bf2e900f59afdfebf150a70e4951382102ca7b7c2d957f5f6ceb538bb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for silexlight-3.0.1-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