Skip to main content

G+Smo (Geometry + Simulation Modules)

Project description

     GGGGGGGGG      GGGG      GGGGGGGGG  GGGGGG   GGGGGG  GGGGGGGGGG
    GGGG            GGGG     GGGG        GGGGGG  GGGGGG  GGGG   GGGG
   GGGG         GGGGGGGGGGGG GGGGGGGGG   G GGGG  G GGGG GGGG    GGGG
   GGGG GGGGGG GGGGGGGGGGGGG GGGGGGGGGG GG GGGG GG GGGG GGGG   GGGGG
  GGGGG  GGGGG GGGGGGGGGGGG  GGGGGGGGG  GG GGGGGG GGGG  GGGG   GGGG
  GGGG   GGGG      GGGG           GGGG  GG  GGGG  GGGG  GGGG   GGGG
   GGGGGGGGGG      GGGG     GGGGGGGGG  GG   GGG   GGGG  GGGGGGGGGG

======================================================================
=====             Geometry plus Simulation modules               =====
=====                   https://github.com/gismo                 =====
======================================================================

GitHub License

Static Badge GitHub Release GitHub Release Date GitHub commits since latest release GitHub Downloads (all assets, latest release)

Static Badge PyPI - Python Version PyPI - Downloads GitHub Actions Workflow Status badge

Static Badge GitHub Downloads (all assets, all releases) GitHub Downloads (all assets, all releases) badge

Continuous Integration status

System Status More information
CDash cdash Report results from all builds
Circle CI CircleCI MacOS XCode 14.3 (x86_64/arm64)
GitLab Gitlab Pipeline Status Linux non-default configurations
GitHub Actions GitHub Actions Workflow Status Latest Linux/MacOS/Windows
GitLab-Inria Build Status CI at Inria
GCC Farm Status Builders from the GCC Farm
OBS binaries Upstream package builds for many Linux distributions
Launchpad binaries Upstream package builds for Ubuntu distributions

This README file contains brief information. More details are found in the Wiki pages.

The latest revision of the code can be obtained using git (via https):

git clone https://github.com/gismo/gismo.git

or using subversion:

svn co https://github.com/gismo/gismo/trunk gismo

or as a tar.gz or zip file:

Prerequisites

Compilation

The compilation requires configuration using CMake at a new, empty folder (in-source builds are disabled).

  • On Linux/macOS: A Unix makefile exists in the root source folder. Running make creates a sub folder named build and executes CMake and compilation inside that folder. Alternatively, choose your own build folder and execute CMake pointing to the sources.

  • On MS Windows:

    • To compile G+Smo natively, you can use MS Visual Studio which has built-in CMake support since version 2015. Alternatively, you can run the cmake-gui tool (from an environment that is configured with your compiler) to generate makefiles (or Visual Studio project files). Then execute the make tool to launch compilation. Alternatively, use the QtCreator GUI and open the CMakeLists.txt file on the root folder to create a QtCreator project.

    • Another option is to install Windows Subsystem for Linux which:

      lets developers install a Linux distribution [...] and use Linux applications, utilities, and Bash command-line tools directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.

      Then you can download, compile and use G+Smo as if your were using a native Linux machine.

After successful compilation a dynamic library is created in ./lib and executable example programs are output at the ./bin subdirectory of the build folder.

Additionally, if Doxygen is available on the system one can execute (eg. on Linux):

make doc

to obtain the Doxygen documentation in HTML format. The main doxygen page is at ./doc/html/index.html.

More information at https://github.com/gismo/gismo/wiki

Optional modules

There is a number of optional modules that may be enabled.

Name Description
gsOpenCascade Extends functionality using OpenCascade
gsElasticity
gsKLShell
gsStructuralAnalysis

To enable e.g. gsSpectra and gsOpenCascade set the following option in CMake:

-D GISMO_OPTIONAL="gsSpectra;gsOpenCascade"

Configuration Options

The available options are displayed at CMake configuration. Short description and default setting follows:

  • CMAKE_BUILD_TYPE Release

    Available values are the standard CMake build configurations: Debug, Release, RelWithDebInfo, MinSizeRel.

  • GISMO_COEFF_TYPE double

    The arithmetic type to be used for all computations. Available options include double, long double, float.

  • GISMO_EXTRA_INSTANCE not set

    If set to one or more of the options available for GISMO_COEFF_TYPE the G+Smo library is compiled with extra arithmetic types enabled.

  • GISMO_WITH_XDEBUG OFF

    If set to ON additional debugging tools are enabled during compilation. These include checked iterators for GCC and MSVC compilers and call stack back-trace printout when a runtime exception occurs.

  • GISMO_BUILD_LIB ON

    If enabled a dynamic library is created using GISMO_COEFF_TYPE arithmetic. A target for a static library named gismo_static is also created but not compiled by default.

  • GISMO_BUILD_EXAMPLES ON

    If enabled the programs in the examples folder are compiled, and executables are created in build-folder/bin.

  • GISMO_BUILD_UNITTESTS OFF

    If enabled the tests in the unittests folder are compiled, and an executable is created in build-folder/bin.

  • GISMO_PLUGIN_AXL OFF

    If enabled the plugin for Axel modeler is compiled (requires Axel).

  • GISMO_WITH_PSOLID OFF

    If enabled the extensions using functionalities of Parasolid geometric kernel are compiled (requires Parasolid).

  • gsOpennurbs

    Extension for reading and writing of Rhinoceros' 3DM.

  • CMAKE_INSTALL_PREFIX (system dependent)

    The location for installation of the library, e.g. /usr/local on some Linux systems.

Directory structure

The source tree consists of the following sub-folders:

  • src

Contains all source files. Code is partitioned into modules. Currently eleven modules are present as sub-folders:

  • gsCore
  • gsMatrix
  • gsNurbs
  • gsHSplines
  • gsModeling
  • gsAssembler
  • gsSolver
  • gsPde
  • gsTensor
  • gsIO
  • gsUtils
  • examples

    Examples of usage, small programs and tutorials.

  • unittests

    Unittests for some parts of the codebase.

  • filedata

    Data files in the XML format the G+Smo can read and write.

  • extensions

    Optional additional features that can be compiled along G+Smo.

  • plugins

    The plugins for:

    • Axel modeler
    • Rhinoceros' 3DM
  • cmake

    Cmake configuration files.

  • doc

    Files related to doxygen documentation.

Third-party repository distribution

Contact and support

People

Coordinator and maintainer: Angelos Mantzaflaris

See full list in our wiki pages

OS-license

The G+Smo library is distributed under the Mozilla Public License v2.0. (see LICENSE.txt).

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

pygismo-25.1.0.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.

pygismo-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pygismo-25.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pygismo-25.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pygismo-25.1.0-cp312-cp312-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pygismo-25.1.0-cp312-cp312-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pygismo-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pygismo-25.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pygismo-25.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pygismo-25.1.0-cp311-cp311-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygismo-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pygismo-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pygismo-25.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pygismo-25.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pygismo-25.1.0-cp310-cp310-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygismo-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygismo-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pygismo-25.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pygismo-25.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pygismo-25.1.0-cp39-cp39-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygismo-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygismo-25.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pygismo-25.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (7.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

pygismo-25.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

pygismo-25.1.0-cp38-cp38-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygismo-25.1.0-cp38-cp38-macosx_10_9_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pygismo-25.1.0.tar.gz.

File metadata

  • Download URL: pygismo-25.1.0.tar.gz
  • Upload date:
  • Size: 4.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.11

File hashes

Hashes for pygismo-25.1.0.tar.gz
Algorithm Hash digest
SHA256 145e400d5709d5d808bac9044183f59360c390f30d019cbb8d16221c0c11cd10
MD5 7366b469392e3531a338f4c6ca96f782
BLAKE2b-256 3e12bf653ae1ab774c874881855a1cf43d685b8479887dfcf4b29a5f94dfbba4

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3128a9166148dc1a9580d0656740ee06fad90a45b52d8bb3a83713d073014e5d
MD5 5beeb5404251919b2ea7271cf2ecb6db
BLAKE2b-256 a64e9ef07749cb0ebdfef5ca289fe736ce7b0cda9fdfb37e2051f0f9c83c47cd

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b16b21ca01bacbb37bd86a99a873d6bfc6d41f6d46733d02922c281686cc1a6b
MD5 442ff365eea4aa041f1b8dde33ef5f05
BLAKE2b-256 e7a4e1dcb17b21619d66b7e03efc9362f925edd77c80b9031bf708aea6b0d9c5

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2243e0d1b6396975d3dcdc6a8efe7e8e6d82c196ce55fdf186c41845345709d
MD5 5ff19f32322288ec263d36912e87be24
BLAKE2b-256 08ee7ce5590c448bc8fa62886a61839862be7c9d3967ab532b4aa1d3f722c0f3

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cdcf52a908178140e7e49ab8c6bab791e3a61d3c96c3296cb8a2244a1914d29
MD5 1683dfc46dd1c35d6487a43cbf1f96b7
BLAKE2b-256 cc820055949b4850947ac1f65dee6f438d04312c71a498db147d7a92293879ff

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67565ea4c33cd70bb68ec17a3e5638575126afc9f7db0d5ea4c88c0c05eef1e9
MD5 83bdbb1c5b15b2c35cf6e8a9c9bad85b
BLAKE2b-256 014f47b108ac24488321ab0aeafa3818c82765377940be35bdd77acf4a340b91

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19f3ccc53d40774f08eeb49354055ab894f4e49eacb15117996e7192b5da5d25
MD5 bf87f061dce81313fdbbe4c32b2ac3d8
BLAKE2b-256 2c868b785c4ddbde2c7a15d2b3802f889d9c3c827dc4cacff351496b573d4361

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6a2bfd8f9940315dc493d00b94b2cf7a1319704d1ffbf6c83a1bb7101c12413
MD5 82f3ca6355d5a2dea953a1444492e2db
BLAKE2b-256 431412b26e97f47baa72a93dca6b54c3a4ee7246ff80056c386e43e0f401b7bb

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7d2cd518428bcb808cb8a019d77440a3d10e33c200a8b670914f9b76d3d1a09
MD5 65499e872a5a257bf991f11b5127f7c1
BLAKE2b-256 a9eff58b2e7d2ac81da7e8cb8c6d3cce46d40a7196866d10b045910ad0b81aa8

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8dc022d02fda9c8468f2cb05f0003505b553b1de5a427ad315eaab102972dbc6
MD5 2a36a59d7492d6bebc92086e1a330ffc
BLAKE2b-256 51c68b239948b01c047905d637b1baea11ddf090c104d8b905e451e54106cb3c

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e52611b84c5102fccf32c33b5cbcda771bd9ab26640a7b8aef362c238d406cf
MD5 7de66076409101e193d45923440132f5
BLAKE2b-256 23f7b44f43d2218ef1fa71b444c586c2d2604e59f3d3211dd681955ef86a098d

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 964d5a04fb5b4ab73353da2f91bcae04955544ec84eb4c7bc5ad89bc61e5eb17
MD5 7baece9652e3eaf0d759996a62d597a9
BLAKE2b-256 32996905722a877d2cc906bc78e61b70adf6989487577687a43ab3b3125f8462

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 660db9799f81fcacddeeac0405d6aa2f82c6cf707ed1e5cba3a75e5ac208ef0c
MD5 d4398420e1aa6f3ab886d9cce4736da7
BLAKE2b-256 9a46b1d4bc7259a9ce5fc9f86a264da5eb64d1666aeb19e19e82128be61d7d15

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d73686c00081261c6970b4941db28ac304ce3e59320ad858a287e1741e9db7a
MD5 8271dc64c3749bfa0a3c7dab432196c5
BLAKE2b-256 a9e6b8f8d04d9fe6d625bbb1db1a18e94274724f87f02c9e6743d108de5d71e8

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fac1d63ef2b4f243408b32a776599e60acca7c671cf37e84e8b27cc55f2d54b4
MD5 4e7b36c0d90a7771a001158bc85d0dd3
BLAKE2b-256 bd08b0c92e349f3d70ccc907b65bcef35a36ac51c5a37ecf42fb01c69eef931b

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b96924f58b3ccaed615133e2baed2c9f4604cb33d42693a172882ed76dc4e00
MD5 aa36b7bd657189e9cfb7b69fb0d0d58f
BLAKE2b-256 9da4b4c5ec69e8182c11cd377cc18ea6d8ca739e411382b391120362fc6dcf80

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53baff48b9731395a659b54f64ccbf75a201c447a0bdcdb0e50bc79fe1e24f19
MD5 dcb4e209270b4ee91ad3184dda8b838a
BLAKE2b-256 f470215ac2ca889402b61407cc075c73f7750881237d43ba18ad76cfa62fc089

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5281996373abeeda69f87258a5ab098892fa14c23cb0c1ba0709d7a37823f515
MD5 2c0b78bd8925ece6afa3a46629722d2d
BLAKE2b-256 eb3a0243f6a5a9c4ddabf441d2dc98e4c1290d6a785902786c4a3d9b3dd76c0a

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1c7d57d527acd2c8b5a5e78799d4ce597da0f16d421de18c8ac3727133dcd7b7
MD5 f4d66768ccf9835c04ae46867e5e1224
BLAKE2b-256 0378320a690ed38016c1c25364f78414a3799df7b0baf8919c5b574d0f0eee46

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 439efdcf7912319d471535565b77b111fd196901b428ca6f336875a90b4152b0
MD5 3869f17c9f321675b0ef2e5b0fe9e7f7
BLAKE2b-256 bf720111e44735b5b293843f3a3b60fc500dadfecef7aed1162c23efa15cd3ce

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7cb78b3612ec3b9f7f2910712eeff233ef26af2331d531a83dbb6b7479feccfb
MD5 12bdd15c63225ce95312dde549ebc6a3
BLAKE2b-256 11da1a66ca8da1feb750ff7d87c4112936c9a94e23aaa8dab611165deec36ece

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d4b74693f5d22e37d46fd5cf1720e8808d70276f92c389f3a66091e6195f1da
MD5 6a9974f9b9f2c0bdd4b0a313b7c844ca
BLAKE2b-256 d28861d8c1b570cb6f12a16c02a8ee3d1e3030edfc5daaccb38fbffe259d0b2e

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72adc6bfa01ac12846cdba778b2fc675886a753108e67f2318607e160cf7a54d
MD5 21cd4f9d6638c5d6425ba9a9a3a07d22
BLAKE2b-256 bbaf2bf60d1a32390f32fbc3fe3578ff26d878448d83280831eb2746df855f53

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86ead479d3dfebad645ffee12ea7e27e2909eb2d18fcf2da9944eaa1548af697
MD5 2bd5419b75f38d27c586a0b8cd178878
BLAKE2b-256 9129bb1c5986e5cfedbc5ff51405c3a05e387f4ccb53b8e6d21591c7f4328545

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d63e83a9e4368edcdd36e760a9df3981e48d75ed3906eb1de078ee38a1326fd
MD5 4c14a28f72b3f0c247c88dc255c06deb
BLAKE2b-256 0c390aebdf25cf2006e5d2fdf835007ca5b6a0ddeba34fc60778cbb5175a9336

See more details on using hashes here.

File details

Details for the file pygismo-25.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygismo-25.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53254eda29c46590acf6bcf8eb1334ab54a5d34b054589d271278b0e422dd8ff
MD5 77fa0879d193b6b5c28068f0aace6583
BLAKE2b-256 217df7bb590f842e34d82fd53f30296be444e9bc373816d6bc9142d8539b8f41

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