Skip to main content

SG-t-SNE-Π wrapper for Python

Reason this release was yanked:

Windows Wheels not working properly

Project description

SG-t-SNE-Π wrapper for Python

This repository aims to provide a Python interface to SG-t-SNE-Π, which is a high-performance software for swift embedding of a large, sparse graph into a d-dimensional space (d=1,2,3) on a shared-memory computer.

:warning: Warning! This package is still a work in progress.

Installation

Prerequisites

sgtsnepi supports Linux, macOS, and Windows.

Installation requires Python 3.9 or higher.

Wheels are not built for all architectures as of now. If your architecture is not supported please open a relevant issue on the GitHub page.

Installing the Module

To install the package run

pip install sgtsnepi

Then in your Python code run the following to import the library:

import sgtsnepi

# [ ... ]

sgtsnepi.sgtsnepi(sparse_matrix, args)

Or to import the sgtsnepi function directly:

from sgtsnepi import sgtsnepi

# [ ... ]

sgtsnepi(sparse_matrix, args)

Running the Demo

To use the demo you should install matplotlib by running

pip install scipy matplotlib

Then from the source directory run

python tests/demo.py mm_file.mtx ndim

where mm_file.mtx is a file containing the input matrix which is in the Matrix Market file format, and ndim is the number of embedding dimensions.

You can find some compressed MatrixMarket files in the data/ subdirectory.

Citation

If you use this software, pleace cite the following paper:

@inproceedings{pitsianis2019sgtsnepi,
    author = {Pitsianis, Nikos and Iliopoulos, Alexandros-Stavros and Floros, Dimitris and Sun,        Xiaobai},
    doi = {10.1109/HPEC.2019.8916505},
    booktitle = {IEEE High Performance Extreme Computing Conference},
    month = {11},
    title = {{Spaceland Embedding of Sparse Stochastic Graphs}},
    year = {2019}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

sgtsnepi-0.5.0-cp314-cp314t-win_amd64.whl (199.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

sgtsnepi-0.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp314-cp314t-macosx_15_0_arm64.whl (867.8 kB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

sgtsnepi-0.5.0-cp314-cp314-win_amd64.whl (198.5 kB view details)

Uploaded CPython 3.14Windows x86-64

sgtsnepi-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp314-cp314-macosx_15_0_arm64.whl (864.1 kB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

sgtsnepi-0.5.0-cp313-cp313-win_amd64.whl (193.8 kB view details)

Uploaded CPython 3.13Windows x86-64

sgtsnepi-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp313-cp313-macosx_15_0_arm64.whl (863.9 kB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

sgtsnepi-0.5.0-cp312-cp312-win_amd64.whl (193.7 kB view details)

Uploaded CPython 3.12Windows x86-64

sgtsnepi-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp312-cp312-macosx_15_0_arm64.whl (863.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

sgtsnepi-0.5.0-cp311-cp311-win_amd64.whl (192.1 kB view details)

Uploaded CPython 3.11Windows x86-64

sgtsnepi-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp311-cp311-macosx_15_0_arm64.whl (863.3 kB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

sgtsnepi-0.5.0-cp310-cp310-win_amd64.whl (190.6 kB view details)

Uploaded CPython 3.10Windows x86-64

sgtsnepi-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp310-cp310-macosx_15_0_arm64.whl (862.0 kB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

sgtsnepi-0.5.0-cp39-cp39-win_amd64.whl (190.9 kB view details)

Uploaded CPython 3.9Windows x86-64

sgtsnepi-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sgtsnepi-0.5.0-cp39-cp39-macosx_15_0_arm64.whl (862.1 kB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

File details

Details for the file sgtsnepi-0.5.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 199.6 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0dddc070f6442909e1e32453583f90f765e875bb76a92e45bc77fa4c03ae17c5
MD5 a0d5f45cf9877a8db7b67b68d6c469cc
BLAKE2b-256 af4a3fcb152e8af6d95d2c91c03a33c02d4764f504d856db7700bfe23b2d7056

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp314-cp314t-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 672439403d663663dfdce4447f81ccabb5690429a331bc42ed6e6abcb80e8ef5
MD5 4ab01fe68812d372e9ccf59df358fd0b
BLAKE2b-256 64e3a6da4f5b452cb914436d5bc493158098dffcc1572f32f61cb5e9ee0e10d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f620fb4cb51c705126591005a241379e292ae9ff90e2530ea4e92200d1e4ce76
MD5 a9823270cde78e69cb029c708a6c6459
BLAKE2b-256 3dbfc922805d28f6c0c6b714900206c696e0544eeda1de4cc71074a421748edb

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 198.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3d0b85abcfef95329f8033dc0b5d0769934e72c9e203f9b8c4774a6c868676a7
MD5 8b913e317050a52efa6f06df096a1b3a
BLAKE2b-256 a13a4b4b29de40cf14001c5c759c942ff25ef0f71baec541be70d265c58ccb99

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp314-cp314-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 08748a2a086a01f19e505172c220188c28a05d5ee4c4f0f8735c2fc830a4c4c6
MD5 6402ddcc3ed3d00c18baa479deb76e97
BLAKE2b-256 3063ec7960ed206e05e225dd5aa655ae0dde7f8f07c363c64960aba04903fd2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 562848cbeb82e5c33e24a23d9d3bc676809a2c80fcd91df5b3fa2354b7b87128
MD5 d9910bf51cfa21c3e2b77db2c046216a
BLAKE2b-256 c236c92aca8a1b6b2ce8a5bf0413b0da42e37e67ec168d085a4bf2e5b6217909

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 193.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 28049fb2fc6234aa5b304560cd532ec56c6c11b94526fb8f5498f1f1e4932dbb
MD5 15f08dd6df8a7a73b7d37dff94d10018
BLAKE2b-256 a86d307da5049b14f5e2301bc0905abc3c2c56f20c11903808c9203d5ad95687

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp313-cp313-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 33e3449cc9c4728377c3643a702499f79bc52ee30028d3767817da77097976ce
MD5 c2c25220a04ea5e07d58c8cb8040c3f0
BLAKE2b-256 17c2daec682716156e27143a626368f735a10d6f492b654d27d84d257ec332b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 49fa790b83518a20c53b21edaf326b26ed67f355f557805badb0925bb96f6e04
MD5 3b06e6bf9e974851ce80ff36db2c74ad
BLAKE2b-256 b317a01b95dc85e74c984884b2e1e07c3cc1c75d61130e9b2bbfb834ad279bd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 193.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1d36e19ad3a21e89acfee30e2712cea5ad1d904bae6c6f0a7725dc97a98490b8
MD5 061f69be289832a2b18e94a2cb1194e8
BLAKE2b-256 eb96d4600321ab4e8542ca4c475f9869002774d0f514a4f954b9378e9877dd04

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp312-cp312-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

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

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 35aa027be85fc4e3c8ae854b16250c9692b51278a1c079b6db75ca164252c405
MD5 e9eb97b25cbfa5b8d513d8082f8c30f6
BLAKE2b-256 cdbd02e8116fc0bf821ca36c07b6f07f09b9487ba681cf373beef357e82bac2a

See more details on using hashes here.

Provenance

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

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 2b688637e38aad57a63073622745f4bf3e6815971770d90a2664a2a8fea18f55
MD5 275c26c5b9aaae51257e0904fb8f92c3
BLAKE2b-256 b128c3a974e72e7bdfc9765a5054fb56a54cf58793d24cfdd968b23e5f56f850

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 192.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 14498b42e4550b385b60d580a12685234dafa32474b6dfda9f657b025b3ace88
MD5 35d9c7bd8fe7bd21ef284134795463a7
BLAKE2b-256 b0c9ebe2ec878bfe7e04b82077940319378501fd6919591b1955a936c7066005

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp311-cp311-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

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

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ca978b7e8ceabbfae04495befe631629dc6ddc0e94f212ad1ddd96a7b8f8ceda
MD5 46e3028af6f4fef475f5bcfaa2b1f6ac
BLAKE2b-256 2191a6431020364b8c0f15f46d7995257ce7dcb711b8652f83d0e0532d1ef8ab

See more details on using hashes here.

Provenance

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

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 11079ff60ef001883f72a3063e1ecc2002d38776dffa7fb7e598f05fb3bc5791
MD5 d4b024d8a2cf07641913a114174ca663
BLAKE2b-256 b0c449ea071a9202a35873048b2bcc343bea4cf06f400df50f927b560b3b0f4e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 190.6 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 506572c778745dc0d94a0acde1305184acbb4ecf59d6001c888091ab88e5d535
MD5 60d8572a7019402d2a7dab8552443cca
BLAKE2b-256 508c91ddd459afe6d6e038df8cff079cea060cc282d289438f47855e78dd8f02

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp310-cp310-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

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

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7c3127fdc2f5d7a0dd07b560f691760ceacb5407f438d12aa8a41deece08e2f2
MD5 f78194cb70c551eaae65c52c37d52982
BLAKE2b-256 0786bfe70a561e5d8ff94d9e31479694e0e05ad4613cbbfeb2de7b01abe5de8e

See more details on using hashes here.

Provenance

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

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 c514975f599fc12dad301cd07058878961c32bca23467e7499f009ba0dd7f8d4
MD5 4b977c4c659504c1b83c53a96b7655bd
BLAKE2b-256 6d448b3a8040461d994a0b86dbd084f958890eac609488625f7ffcbd5bd226cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sgtsnepi-0.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 190.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sgtsnepi-0.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 da46772b67da8ff5bcff2d90aea4b6acf15b07ac4d1f3e9fdd2733c4fadcdd7c
MD5 edb777aedb2b744a3393d22ff0fe4d02
BLAKE2b-256 55902b9f4d76689a975b4c68625de77c6a8c8889858818d93cf6e1539383ec73

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp39-cp39-win_amd64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

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

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 37a88e13f2df3414163f3c511eef47c34d2162287cb52a35a486482e9e021192
MD5 582cbb4e4f16a91820bbfbbd793ba73b
BLAKE2b-256 27334c20a12ce8dd980c5c605090c17df4b5ccdd9a88badbf44afbcc95953cb5

See more details on using hashes here.

Provenance

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

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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

File details

Details for the file sgtsnepi-0.5.0-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for sgtsnepi-0.5.0-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 79fd11b106344ed0f36cb57cd090214d41bc59a044cff63a50df22a3d98ba3e4
MD5 57eef0e68ebc91ec3d9b629634dae5da
BLAKE2b-256 1467faa7cd3420fc888cf187b291e689577ab0f19a9c1edd9d863e09b8e02257

See more details on using hashes here.

Provenance

The following attestation bundles were made for sgtsnepi-0.5.0-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: main.yml on alex-unofficial/sgtsnepi-python

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