Skip to main content

Graph algorithms

Project description

logo sknetwork https://img.shields.io/pypi/v/scikit-network.svg https://github.com/sknetwork-team/scikit-network/actions/workflows/ci_checks.yml/badge.svg Documentation Status https://codecov.io/gh/sknetwork-team/scikit-network/branch/master/graph/badge.svg https://img.shields.io/pypi/pyversions/scikit-network.svg

Free software library in Python for machine learning on graphs:

  • Memory-efficient representation of graphs as sparse matrices in scipy format

  • Fast algorithms

  • Simple API inspired by scikit-learn

Resources

Quick start

Install scikit-network:

$ pip install scikit-network

Import scikit-network:

import sknetwork

Overview

An overview of the package is presented in this notebook.

Documentation

The documentation is structured as follows:

  • Getting started: First steps to install, import and use scikit-network.

  • User manual: Description of each function and object of scikit-network.

  • Tutorials: Application of the main tools to toy examples.

  • Examples: Examples combining several tools on specific use cases.

  • About: Authors, history of the library, how to contribute, index of functions and objects.

Citing

If you want to cite scikit-network, please refer to the publication in the Journal of Machine Learning Research:

@article{JMLR:v21:20-412,
  author  = {Thomas Bonald and Nathan de Lara and Quentin Lutz and Bertrand Charpentier},
  title   = {Scikit-network: Graph Analysis in Python},
  journal = {Journal of Machine Learning Research},
  year    = {2020},
  volume  = {21},
  number  = {185},
  pages   = {1-6},
  url     = {http://jmlr.org/papers/v21/20-412.html}
}

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

scikit_network-0.33.3.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

scikit_network-0.33.3-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

scikit_network-0.33.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

scikit_network-0.33.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

scikit_network-0.33.3-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

scikit_network-0.33.3-cp313-cp313-macosx_10_13_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

scikit_network-0.33.3-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

scikit_network-0.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

scikit_network-0.33.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

scikit_network-0.33.3-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

scikit_network-0.33.3-cp312-cp312-macosx_10_13_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

scikit_network-0.33.3-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

scikit_network-0.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

scikit_network-0.33.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

scikit_network-0.33.3-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

scikit_network-0.33.3-cp311-cp311-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

scikit_network-0.33.3-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

scikit_network-0.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

scikit_network-0.33.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

scikit_network-0.33.3-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

scikit_network-0.33.3-cp310-cp310-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

scikit_network-0.33.3-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

scikit_network-0.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

scikit_network-0.33.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

scikit_network-0.33.3-cp39-cp39-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

scikit_network-0.33.3-cp39-cp39-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file scikit_network-0.33.3.tar.gz.

File metadata

  • Download URL: scikit_network-0.33.3.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for scikit_network-0.33.3.tar.gz
Algorithm Hash digest
SHA256 c5add343f3691dcf6dd35884ec7d92202923897c0458ce79aa2f1540a7a14f06
MD5 ef5995357b16002fa271ca2c4cc473d9
BLAKE2b-256 53c02b38030821f4a31c1b0d70fe3c00bdbd9ea4113286695647484a8c47aca0

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3.tar.gz:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e1bbe329b642116d64b8660e75d796340a712f17dbff42564e8c69caf7d26ef2
MD5 a8e354126abbc1b1bcf0674eea2e4af7
BLAKE2b-256 0a76491240d51be636e10b2d3f4d8b24467b6493c09d8334c41d608ebfc7b440

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp313-cp313-win_amd64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25eb1e697de691e1b823718627c7c43d261594c5eeacb452edee820223382a2e
MD5 2a82249f25bb7e9f8138f8259739ee09
BLAKE2b-256 d809532a72caf058aa1507726ef209933eee143e251ec6fddf3ad44fb17af43b

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a861cca79b867cb0c24215ca962f3b0e793487347b9d081c3225bed2fd426202
MD5 3f76d75e0930347f234c8de065c89228
BLAKE2b-256 f5e94405f041473d9ed872553d6fc425c8f2ceca1a02064b5ebaffd106788d38

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e47e22b90455696826c3aaf56db31cb454ccd6796c82895e1a61392e422a23d7
MD5 041f23ad7a8f2aa4c6f71a0784c11b15
BLAKE2b-256 850dfceae262d795871770110f109d8993868a7fb7f32a3b15656d525dea4345

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2a90ff18fefb16b4b6e8b53f747a932367fa19210ce7d4ed47bdfe71d553134d
MD5 3dc10b98835e512e2380a4b9d5d970de
BLAKE2b-256 c34143d1547762f24451275d3e85922e6d6fb59372f575e8b92640c9244d4fbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 907c79bf01a22f5f5072e2ebea395ef7c6831fe72610d35ebb71eea24b022345
MD5 771a3dfc135cb2dff7b39624dff50730
BLAKE2b-256 698575f83116751020348095f5aadbfbfd1d01b2f8afc12ae914a85acfe41643

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp312-cp312-win_amd64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3dd17c0bc9fabb3ac04514f6682b91d87397825c4c202ddfd640cbd10471c26b
MD5 c462db41c7b78c2467d87c27aadd36f6
BLAKE2b-256 fe6cd63f4c35e4c99f20cc35d90df20d3c9de9c0cc6fbd2bc17239f37d7fca8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09fe541a543a22358dce189d485810b0980c8a49584c993fa9a868878b31ca65
MD5 0d2644b5d182df00a0238d2cb90fc3fc
BLAKE2b-256 b3e7ac05506d8e473e2f68ab6daafd26290c712fc8ef3910519c69326af97e76

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 80b2aa3436ba6284d8b88f2560e4387a48bf4e18c8cd2f09416855d84aba2029
MD5 3dce64c76a9ee576c4bee030249cb59d
BLAKE2b-256 f0149c110be4e85df8eb9e8e999fbb15a0dcf0cca9b34cb2f63307ed1581dc36

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0f4860b1ea70a7973350035a9da1c4dad7b754840ff58070d3e97b34f1a95e9c
MD5 16d5f13cd3611958928a1ed484120e7b
BLAKE2b-256 5f2bdf323b3568044b71c23ccab079abc53dd04279a26716e4a0c7cdf7a824bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2e011a76d2cbf684b9c893aeb9bdcbae5dd19fc7394866eb7e6078c96c2d4ad8
MD5 352468de3b48f29946832969a83f8f1e
BLAKE2b-256 9cdc1ea3eeb9fd41d53c1b7929eba797965c7de7cfe1f31892e2b6e47865d671

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp311-cp311-win_amd64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 794bdef1318addf020d5a64f5cf59bce51da5898106405b76b92ae3128fe0d92
MD5 c150e14c09835c81384da83b1d257736
BLAKE2b-256 d4d866f580a325f0adc3aa8072a071b2da5e1ca84698c86122511c405a878149

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5f463d5ae812e49ecada358f7ebc0446798fe4feba4c86c9e86e5e7b8bf7d35f
MD5 b93e4e2c0e7a2277e804a3190540c229
BLAKE2b-256 bccbe22e314d3bc1f1021da86224651b4d3c1da748bfa930274662e9d19838ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09d4cdfee33e3d0a615072d9a5e3584448988c949a508f0c697ab79dadeeac42
MD5 faa1ed10f9ddb78f5f6ea3f071d81fd1
BLAKE2b-256 f9010e90e418f28ab537ed8b5dab4a8ec20eeae877cbaae974321d8d2ea44267

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62926bb9cd64fbcd9e2d1d7bdd2eaeadc2db833995368ef76dac7c4571fdfb3a
MD5 a7c8449db1bf51c714d0dc9ba35a6e20
BLAKE2b-256 871f23ac9a4d5159c91de74d4f0360ef5dceaa87a2a06be5d7ed7cd0380a1512

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8b059641e2c7109431b9a1d3a1a4010a7cb02ac909c506db0d9dad5eae5df2db
MD5 9f38ba19684cc19a248453456435faff
BLAKE2b-256 283c9ecb890a9231010e72df6143ed5a742a3407f352074014ddff906d39d943

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp310-cp310-win_amd64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 549384e5e0201e9a3a9adfeb0afa54d6c9c500df4986fe4b8e46c39bb985be58
MD5 17587fa0adc92dcd7e5296ee21ac484d
BLAKE2b-256 e0455329f5be3872b01b9f3ef6ce1d79fcf9fe1dac5f717379d8ce94d38375d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41488c87c522c4cc81da8ee998f1843026e28136d48ab505de4f6a20ba0c59da
MD5 a183fe6a4bc4788fc33ca710f390cf0a
BLAKE2b-256 df3618c302c7bccd15e772f2484fec02575bff391abdbf142d5fbf5c221eeff1

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a5ff3e576aabcbc31770307465b6f96ae07be45b71bcdad261068f26e3f1c2ad
MD5 3e1c4543324ba0436d9515c30b2115fb
BLAKE2b-256 07b277646c5de4e90a21067295962e3825f65cc039dfddd50d9ee09c54e9fe62

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d945cbca5cce1cc8ec437e06254d2b927d08ce2477440f23fec054b9109a8c4b
MD5 c7855fbcecadbb6a2d2b3a622608ff8f
BLAKE2b-256 68ccc27813bc08b960d5d1055233a82389cc366283b4d688c764d31902f3bfdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3fae79aa1023d714bcb69adb722d4908d5cd6c4192d4fdce407b071f22ef2239
MD5 321d5791e7f15ec8d93e306ccd71c4e2
BLAKE2b-256 9a5dea51078d356d2797fe695aa55461015aca70e2d497ecf27829a74f0b60a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp39-cp39-win_amd64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd7f74f7144f2f3771eb4608b0f8499c1237b746994b806606cfe5085de463fb
MD5 56d0ec3ef05e942f9835604dba6d46fb
BLAKE2b-256 1c4a1310f20e32e71c12f43b85ba7f6390e56893aa90e34c21bde4181d4d72fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15d321eb5ea34bda4fa0213e70c4981267044834f607459531f99d4c34eae862
MD5 e61e8293cf5a6a396eb685b574b7d824
BLAKE2b-256 65d0c70456e158082921b6d74d8e07333fd20a57c4033996ca549acc64388498

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fdecd2aab04eaadddca628c18c1f415a6093201b2b079d8142502f7dee0bc500
MD5 8fe740d73d256d8c1baf3d69486a5e53
BLAKE2b-256 b829da66ca279f2a84e77dfd8f0b78bb4e099b72ac6007b81cba106eff919d6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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

File details

Details for the file scikit_network-0.33.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for scikit_network-0.33.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e75a299f8c02da2156340bba48f82cf7b7fa031d41a77ac1ea9d2cdb63f6b22f
MD5 dfa7f4f05798b2dd124294a783127754
BLAKE2b-256 f42cc141a75ba5b66b3a6ec3cf685f1f2f97563dfc3acdb69ff4cbdbf45b2704

See more details on using hashes here.

Provenance

The following attestation bundles were made for scikit_network-0.33.3-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: release.yml on sknetwork-team/scikit-network

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