Skip to main content

libSGM is a CNES version of H.Hirschmuller Semi-Global Matching

Project description

LibSGM: Semi-Global Matching algorithm library

OverviewInstallUsageRelatedReferences

Overview

libSGM is an implementation of Semi-Global Matching (SGM) algorithm based on [Hirschmuller, 2008], [Ernst, Ines & Hirschmüller, 2008] and [Hirschmüller, Buder & Ernst, 2012].

The main algorithm is written in C++ and is wrapped with cython to provide a libSGM python module.

An experimental less efficient python only module libsgm_python is available for study purposes only.

Install

libsgm is available on Pypi and can be installed by:

pip install libsgm

From source in dev mode, clone the public repository then :

make install 
source venv/bin/activate # Libsgm is installed in virtualenv

Usage

libSGM is a library only and must be used as a package :

import c_libsgm
...
cost_volumes_out = c_libsgm.sgm_api(cost_volume_in, p1, p2, directions, invalid_value, segmentation=optimization_layer, cost_paths=False, overcounting=False)

Let's see pandora_plugin_LibSGM for real life exemple.

Documentation

To build library documentation, doxygen must be installed on your system. After installation from source, dependencies are installed in the virtualenv. Documentation can be generated by:

source venv/bin/activate
make docs

Related

Pandora - A stereo matching framework
Plugin_LibSGM - Stereo Matching Algorithm plugin for Pandora

References

Please cite the following paper when using libsgm: Cournet, M., Sarrazin, E., Dumas, L., Michel, J., Guinet, J., Youssefi, D., Defonte, V., Fardet, Q., 2020. Ground-truth generation and disparity estimation for optical satellite imagery. ISPRS - International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences.

[Hirschmuller, 2008] H. Hirschmuller, "Stereo Processing by Semiglobal Matching and Mutual Information," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 30, no. 2, pp. 328-341, Feb. 2008. doi: 10.1109/TPAMI.2007.1166

[Ernst, Ines & Hirschmüller, 2008] Ernst, Ines & Hirschmüller, Heiko. (2008). Mutual Information Based Semi-Global Stereo Matching on the GPU. Proceedings of the International Symposium on Visual Computing. 5358. 10.1007/978-3-540-89639-5_22.

[Hirschmüller, Buder & Ernst, 2012] Hirschmüller, Heiko & Buder, Maximilian & Ernst, Ines. (2012). Memory Efficient Semi-Global Matching. ISPRS Annals of Photogrammetry, Remote Sensing and Spatial Information Sciences. I-3. 10.5194/isprsannals-I-3-371-2012.

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

libsgm-0.5.1.tar.gz (359.0 kB view details)

Uploaded Source

Built Distributions

libsgm-0.5.1-cp313-cp313-win_amd64.whl (84.6 kB view details)

Uploaded CPython 3.13Windows x86-64

libsgm-0.5.1-cp313-cp313-win32.whl (76.4 kB view details)

Uploaded CPython 3.13Windows x86

libsgm-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

libsgm-0.5.1-cp313-cp313-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

libsgm-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (127.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

libsgm-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (131.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

libsgm-0.5.1-cp312-cp312-win_amd64.whl (84.7 kB view details)

Uploaded CPython 3.12Windows x86-64

libsgm-0.5.1-cp312-cp312-win32.whl (76.4 kB view details)

Uploaded CPython 3.12Windows x86

libsgm-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

libsgm-0.5.1-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

libsgm-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (127.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

libsgm-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (131.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

libsgm-0.5.1-cp311-cp311-win_amd64.whl (84.4 kB view details)

Uploaded CPython 3.11Windows x86-64

libsgm-0.5.1-cp311-cp311-win32.whl (76.3 kB view details)

Uploaded CPython 3.11Windows x86

libsgm-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

libsgm-0.5.1-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

libsgm-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

libsgm-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (132.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

libsgm-0.5.1-cp310-cp310-win_amd64.whl (83.2 kB view details)

Uploaded CPython 3.10Windows x86-64

libsgm-0.5.1-cp310-cp310-win32.whl (75.2 kB view details)

Uploaded CPython 3.10Windows x86

libsgm-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

libsgm-0.5.1-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

libsgm-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

libsgm-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (131.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

libsgm-0.5.1-cp39-cp39-win_amd64.whl (83.1 kB view details)

Uploaded CPython 3.9Windows x86-64

libsgm-0.5.1-cp39-cp39-win32.whl (75.1 kB view details)

Uploaded CPython 3.9Windows x86

libsgm-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

libsgm-0.5.1-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

libsgm-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (126.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

libsgm-0.5.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (131.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

File details

Details for the file libsgm-0.5.1.tar.gz.

File metadata

  • Download URL: libsgm-0.5.1.tar.gz
  • Upload date:
  • Size: 359.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1.tar.gz
Algorithm Hash digest
SHA256 5f011a7d7a6cd675493df050a37e970591335d6d901baf9c425a7a286bed95e2
MD5 64c77077ed9abee079eb865cc9bc58e8
BLAKE2b-256 4fa7a50d10cc8227ea35908a963af21ee56f4d4763d8d80b72b9baaac4932f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1.tar.gz:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 84.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c823ec9b24ad541f1bfc208acd64cf62f40cdabb86f9d5fec6cf57f10e3bfad8
MD5 569a57d0ebd66b2992d21400e357f4a8
BLAKE2b-256 2daa394897e7a79b4366dfcb3049d9b38ef91b6723538630752264fac459c0fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp313-cp313-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 76.4 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 630926278133212191dc7ea4b1c7da96704ed9184010a58f5782311519ba8301
MD5 b6b1575b4ab858047b53dcbf655da6a1
BLAKE2b-256 5a35b471e339d531aedbb796392f320014f57f46d04653f5376aab73f4f79520

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp313-cp313-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9bdaae91e0c3c8c64fb12cd4801a395f5a434714c744fa0df57d42dc417b6dd
MD5 f5c905d7b275ece35c2f0ebd163b8d83
BLAKE2b-256 28ff987d95a5d822bdf55e5698742107b476a243672292d2860f3f26a383c176

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf09e6de4695a0012d75d4190bbb330e576293c346912d4b6f047071832b7c76
MD5 768068983b9caa9ee47ee014bc54b070
BLAKE2b-256 8824d0f7b0977fc13583dc974966c152be833d91c5e90f00168253320d3b1195

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f91acbcc1a00ee85c9c61baf343645d01cbce5cafe26fe13fbfacbbe38d23a4
MD5 a0789b0f4555ff70e8e67c9469eb5545
BLAKE2b-256 cc7902af8f71e37b906fa5f90b549a724397104dda93d49ad9907802a56fc65f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8b87676fe63fbfeb08946dd8d1ee2aa1333fef9def1308a2ee41fe7b5a81951
MD5 0600cf22291c3026e616b73df2c20fef
BLAKE2b-256 d139b05c33b59409a5e20685d3d198988002423723efef500288e0d85f840aeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 84.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f551f83a6bc666520547a2d4f7aa7f1ce817ad4519f1ae50209f959df3d115f7
MD5 110ba8d65bd25a0b0395204d3d30567b
BLAKE2b-256 d8929c7e440804ee8ce8a0a55be0ad43a373abb7b466cd467eb5852af0fd02f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp312-cp312-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 76.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8752d00e05c76e35a4c6220e6397ad9b637771d18baa8bfa9b1cb0114c9ed515
MD5 482527bb4e3e4d56488a927204dc7801
BLAKE2b-256 c94ac30c55193a7cf9b2717f06fdd12ae089787c9ee6a17824fbc4931ca9ce4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp312-cp312-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 659264ae2fe05e4c8f90c4f44f265c79ba0144bc5bf0cb052c56360a75658f04
MD5 9d1468a4e521f0494ed0999519ff2c56
BLAKE2b-256 987c81635254d54a15024de6d19b6aea486526837d44e4ca0e4ebec47512e894

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de600c6d6eb33a20e0ab208d598c8a9eda80b4ca8cbb345b67da3d0c200dbc2e
MD5 e73290b2fefe8d9fdad315ee8980f271
BLAKE2b-256 2b1432bae8f3eff127a4778dbba18868c0b952701865b297e19b12182568718f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e8c42dd242e53104e6c041b4fa3869994276b1d80477f20d7df1d5a01c7753e
MD5 9eea768ae9e5b733352707213fb80611
BLAKE2b-256 ca649669d2cc56140798fe1755269c12862c122c83218a975b7316719c590b93

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d9fbac62107b62fbf6b51e33a7b86717484fcf8d153ae23fc183fcdd7e4ae6bc
MD5 db4f3ccaaf4aba27066f2f62214bd5c3
BLAKE2b-256 723229726cf04b46c981ecd521e476f511bd437cf67553a1faa0d747df6e00f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 84.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b8dbeb6cd7dcc85a67819a8e09d8f4627397574a7c233a725cd87ffd8ee8d78c
MD5 bc0fc844a4f0a96ba29ea5cf7de9c32d
BLAKE2b-256 e5e26cee77c9a9d69bf561950771d7dfea86d0986fc4db6c3f6193f76434339d

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp311-cp311-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 76.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4be5a5368f21131e9089e9d923cbf95da0558b4bbdf482c50e7bc4cc30e663fc
MD5 dfc5f9aa2bdcdb608078bd966bb868ea
BLAKE2b-256 a50c40e17f0857c991a4f68508106fa6fd6c32d5587100583e52c77f2d8e72c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp311-cp311-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71e0d448df9aef1a67fce6fcefde51bcf799ec38f60dc964d6517214a7d7dca2
MD5 40c23611deafba83e3d4246e0546477f
BLAKE2b-256 bbc03995af413af591028298498895a2058403c9f8faf9f86ce0a54c661e5357

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e7dc0925ed5a1a7de5085c31b8af3e6e971467e1d20f0cba8af184b616ff7ba
MD5 f9900c527c31ae14a66b168d5ffd18aa
BLAKE2b-256 257cd36b0422b378c22e047401c245e5ce8f598f7fd3cb99ba290c84717dd46c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb190e7f400852ddf40a46dc7bfc43ccf701eec900a2deeaca018eae4913f72f
MD5 ba6cb4030820512e8b524a526a5a9786
BLAKE2b-256 a19105a88bf7aa54afaf9606529484645a0b641463cd81e56977093169ce5a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04144b78c56f2eeeb4ff0c21a1a413a53eda35451b74a43c26409cb0c0670811
MD5 bd8119f0891cdb409ffad39ac0e2e10a
BLAKE2b-256 043438904b433e50d3b31f9d0c0f82208194a3427d09477a5da601ea3c1a8e15

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 83.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5c429726ac42a465918b479511e6a4c0a79048c5ea8f1da2ef1dd29caa562395
MD5 412c75a4aa94ef51729e4d95274739e4
BLAKE2b-256 3f37be9242cb30f1d2701aa71b4d3e3076d1addc8e63906e516346ec39eb83d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp310-cp310-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 75.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0d8f4065adc9575b07d14c5c8812cd25c9dde3745bd26ed90ed6a31dc653bba7
MD5 d7807917309fd638c5f2519bf42bee19
BLAKE2b-256 371d618009832637f596b755cbe6fcafb492f60999a06052af2d8f21ab7dc3cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp310-cp310-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7ccb555115b5cb7f2a2cb5d09a4e7c82b9f79027275305a50d610bbe23f4fed
MD5 8624fe2cd8e7f59a3aaf2835582e32bd
BLAKE2b-256 6d42d5734d4266745266aaf1029212166925da625ae9e129181d685b72e3dfe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ee8febecc209ee832e09250815843773ce96b908e2a078c8b3c2686eec741fe1
MD5 be35f3a4d4070c3eeec32904c5788936
BLAKE2b-256 866a56396b3660700cae2f8d352b041d3ad0404c25fcd602f2ddd7310dee2b6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ca4e09ae2fa117dd0c43e8309405f062b891571b8bb4c8e60bde4a509ae3b98f
MD5 fe26c7f73f2927188d5d6596420fd729
BLAKE2b-256 19f8679f60723a7c5fa29198d926f3b3c6b5fd164bdbcdfbe33dff26c6141a29

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 961e330619822d2955a052a47f686d2c0fde9a5de7ca0f9c93ebc1ef275a9c78
MD5 28fbfbdb2ce30efecb8c605a080df0ba
BLAKE2b-256 06e14a7b5fb8a50cc0939a66428b24a5c0f8d7072be081c59896653ba9d03deb

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 83.1 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c6e8eb27cd8dcefbcb27ee1434c85dd16960f7537f183c795ebf5085b74bedb9
MD5 25148e111acc9a91555738caf773b5d1
BLAKE2b-256 81feedd1fc8ba15ad7caa435e47a7b5bfc434f10cf22bcff7dc8557e97227f2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp39-cp39-win_amd64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 75.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a5e41971587c61f76333f95bf4bb8b7a46dddd55a8fabdf3cbc21ae1879ca086
MD5 3778d1d00f5f68719afdbb023de6d314
BLAKE2b-256 552dfbb5714fb8c9443eeab1bc9eaf05298177c30fa98adaed408699b7c2e6ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp39-cp39-win32.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 531100ea0111f413e9ab26c6e1eb8012244fb52b4df287467749c25a40f9c935
MD5 adaba3350f6c4a3559e36531932e75dc
BLAKE2b-256 7fa74cd52d0e4797a1bc188132a5a41e41ec31079cf52144ec4d5312ce26973c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: libsgm-0.5.1-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for libsgm-0.5.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ee83cd3f14c35c1415fdcdf27432bbf5c68380978194769bec8537eb905643b
MD5 07b856b66b0028e86a332ac871224907
BLAKE2b-256 68d08cdba72ce3e816e69c58bf7c250e223475ba514f0bd94458e588e1b153ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3939bf339809aef661b72392431f808eaeee0488a310e6b363a639e41d6b250
MD5 f8ef6d22e42034200803c7e5483da018
BLAKE2b-256 214181b70e94c7c8f99c8fdd7f249aef8ddcc4fe0885b5964c3d256f314f36e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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

File details

Details for the file libsgm-0.5.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for libsgm-0.5.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e13702599557222db3900bef9658ce654524aafea2626fe7ab838747e738b9d3
MD5 258cbf13311b980b7622f432d4f3b624
BLAKE2b-256 2b64928bc1ae2ab964ed91729437fb3f4bd95ae47d0044c4f3bce3b4f1725bf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsgm-0.5.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: libsgm_ci.yml on CNES/Pandora_libSGM

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 Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page