Skip to main content

Computing the permanent of a matrix.

Project description

permanentbis

This is a fork of package permanent. First, the fork fixes pointer arithmetics in the C module of this package. Without this fix, compiling the module for Windows is impossible due to (defensive) compiler's errors. Second, the fork uses numpy >= 2.0.0, which introduces an incompatible to previous versions ways of handling complex numbers in the C interface.

A suggested fix has been proposed as pull request, and was recently accepted (to a bit too big extent). The main intention of this fork is to provide a multiarchitecture packaged distribution on PyPi and to support numpy 2.x.x.

The remaining part of the readme just repeats the original pacakge description.

Original description of permanent

Implements Ryser's algorithm for the permanent.

Install:

$ pip install permanent

Use:

>>> from numpy import *
>>> from permanentbis import permanent
>>> permanent(eye(15, dtype=complex))
(1-0j)

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

permanentbis-0.1.1.tar.gz (5.1 kB view details)

Uploaded Source

Built Distributions

permanentbis-0.1.1-cp313-cp313-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.13 Windows x86-64

permanentbis-0.1.1-cp313-cp313-win32.whl (9.7 kB view details)

Uploaded CPython 3.13 Windows x86

permanentbis-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (17.7 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

permanentbis-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (17.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

permanentbis-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 kB view details)

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

permanentbis-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (16.9 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

permanentbis-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

permanentbis-0.1.1-cp312-cp312-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

permanentbis-0.1.1-cp312-cp312-win32.whl (9.7 kB view details)

Uploaded CPython 3.12 Windows x86

permanentbis-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (17.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

permanentbis-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

permanentbis-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 kB view details)

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

permanentbis-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (16.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

permanentbis-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

permanentbis-0.1.1-cp311-cp311-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

permanentbis-0.1.1-cp311-cp311-win32.whl (9.7 kB view details)

Uploaded CPython 3.11 Windows x86

permanentbis-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (17.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

permanentbis-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (17.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

permanentbis-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 kB view details)

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

permanentbis-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (16.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

permanentbis-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

permanentbis-0.1.1-cp310-cp310-win_amd64.whl (10.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

permanentbis-0.1.1-cp310-cp310-win32.whl (9.7 kB view details)

Uploaded CPython 3.10 Windows x86

permanentbis-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (17.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

permanentbis-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (17.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

permanentbis-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.9 kB view details)

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

permanentbis-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (16.6 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

permanentbis-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

File details

Details for the file permanentbis-0.1.1.tar.gz.

File metadata

  • Download URL: permanentbis-0.1.1.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for permanentbis-0.1.1.tar.gz
Algorithm Hash digest
SHA256 abef11c051c976b61d8cdc31572aa9c61ceebdd8460ce292fd6adea800d47175
MD5 9c1bd9ea6a9371af6f6f6d2d6f0a43e9
BLAKE2b-256 f47899181e479467bd568f2884f98489b4a8e9d4968e4a23082de160c5f4d1ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1.tar.gz:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5638eeae7de43e822783b12c53afcda4acfd6a53e6aeaaf04286d3cd78125d3
MD5 90b8366fa455a043b17550016d2c9fa6
BLAKE2b-256 95ddbed898f562fa05c7c7918aeb10f1c02199889dd4f5bff813dbb7b44cce4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 75799da066efa775574edb5959f87ebb651ccdb136f1b767f184f15a5007d818
MD5 95699af0c87ea7befae7d78fce5bbe77
BLAKE2b-256 e1e39ba4cb79ba430215e77abcbab00443ca50e437ebf9d570710fa2de2fb068

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-win32.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af1a5a0ba8098abfc74c553b2bf1b646830cf0fc9315209eb5a818d598b45352
MD5 482097ed3bdaf8bfc87b017ac1c55f6c
BLAKE2b-256 782f0381869d06eba155a4c4f323a01be8d9f2182928a27f3301ddd306961204

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 808dfb32b6cb1f594487a92b547dc22731c1ef1af103e1897ef34393fd89c618
MD5 1ca29258e50e002bc073375dfd99973f
BLAKE2b-256 a55c4fd27ab140015d04207125f113dec7b012e3fde2a77cfb8f48902ec96e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f11ec1b99bae821e42773d82a065c809b533c37c4a0bf43e4e01c43984a391d
MD5 50c70a4e583feb04be398507e689ccaa
BLAKE2b-256 b437ed82edda17269fba057ef453ef4bce744bdc6bf092e9bc8b3a57ab474f4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6412c8f9146d46db746713b964ebb4728cfa56fafc9f776d3cf56fcdd103c2fa
MD5 8cb8b3f294ad330bae193906e6b4e2bf
BLAKE2b-256 df555d4999563551953b60656189f8821ddd00a0e6c404ff91b86fed570edf08

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e628c52fbdcda4b4816c863744fb221dae7fe722e86da502e9009c55b8524b42
MD5 c4fb7daa962188df3026d658b6d2e9a9
BLAKE2b-256 d60ca5f1390baa82c7f9af4d4b84a7d67cfb5d0b13f975dca0de0f63691b896a

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 858e0b93a66b5381aa752fc10cd184e895d7a40310fff71d7ec87f982aa0c46e
MD5 9543c379d9309964ffb3430f6ef5f62f
BLAKE2b-256 8c0eadeb5d08c52b1ced0a3cf89469378cc364c5e496f22565bc1b45af1deb34

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 479a314b682ed79ff872f1becc4f89cfa94cd9a0ac71a2d38f13d1fa34dc3916
MD5 93465113bc2fce66f3f5c815951e60c9
BLAKE2b-256 3f831d37ca0a043bc2672cc8cc0df391035f05e3742db27ec9ed7eddae1a8352

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-win32.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7de93246a11bf4d1b97e587d13ffb6b09f0da8dac70db8919f36cab52657d509
MD5 501f4fc0f8dda02a3085d3467be4c5c7
BLAKE2b-256 009d82a8028d7fff7639664acd06a994b9bb1c65b9c87e5398aaeab3a85178b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4cd321edd00f95202ab45e82b5c8e823bf0dd046181d847d4c559e3f00697901
MD5 1da57e04fbc5ca1af69a71a7fdecab2f
BLAKE2b-256 9bcb5b4b6e67149e9e2876205dfa4c13b129bdfeaf87130920b772e6cf0d042e

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce7f2387ddca10154082b13d1fe478b5e7afe2e1df01032df8c927068806f6a4
MD5 130001894213ba81ad5e6856f9ef0367
BLAKE2b-256 80538539192d6a2728c4b6350e87aa893c8b6edcb7c3226605a199fb7639f446

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 966cb8b7fc2c745c6d2f66a585e34143078a6aecd94d88505d1ea570173016f0
MD5 23a74994151911eafd0889e4dda2b24a
BLAKE2b-256 34f9382c374976b2b817c6d6a13d282d723fab7000718687d616da216ee1dfc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2e0813dd43baa6c207eb2c11c421a9cb72130528a33bd1fa65873649fedf5fc
MD5 261e72581341b4eb5c767f3955aba413
BLAKE2b-256 0da22c7ea354812aab5bbe63689ec297f2566d82f8ba40d65988616c31cc2ae5

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c81409ac6a211b3d43a817599434d573d6a1a7446f6c012e75d3bd3041deccc5
MD5 515b0fffc64bb4edb32654b7b24f0c68
BLAKE2b-256 a94c68c3f79a55ec2cd9f0a221797dfb4e7f02751728d68b15a1bd05ee656389

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f09ec4f41401a2ed5a75debc2931e577cc58d439ff16c748d881f04dea0b0653
MD5 cf34c496e70812c55018ce1ae33f9c67
BLAKE2b-256 72a9fca65d4cec70e5777ffed43a6691d1d89fcad33ffd8c125448b7c299b1ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-win32.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76bf447a37034f17b67efa5f2e6796bca7e7d584a4a7f478c8fcb148f2d313c4
MD5 869009c193729d23d01a0f27c77280c5
BLAKE2b-256 17416fe8bb73832690191cf74927c8aa1f97acb252fd878b97b359f8396deef8

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e2b54ef86375fd90af61ad1ec2c19e0aacfb9383630cd1fa215b97cc1c26458
MD5 eae08cd2f8782238e63b99fb1dd80982
BLAKE2b-256 8dd48e39849a297065e01ac34da72035f5f6fa84a5084f37b7081a619ef58b53

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40ec28d65dfb0f536e05bf4dd7a51ea6451dccf485e970be3476c18ad83e71a2
MD5 4684ce52dad2d4f921800108acf7469b
BLAKE2b-256 5a12f90a613e0fa677a76a18d9cd85dba2551171e124dbba3df11047ac66f0a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc965b82ee7da69e2c07f56bb58b7c263abe266a45ce4d165737ba1f390cfb0f
MD5 d36ee222219cfd9b67228fe431e1344b
BLAKE2b-256 85317ad0b7457bf36f6e1aa5b7988e8a0f39c84ed96b63820072e76a59fff7a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ff871f314648a972d651d4a46bef4c96665e723b1d6c15f21b7aa18d6ee5302
MD5 5361f65ae474aca69ba41adfe8036d7e
BLAKE2b-256 f0764daa84024a6f4dcc0bb339897e269df7b3dfefece3d99558fd41aabde812

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 31a01f4ba0b25ce49c45bec88921752f2e195e0b383bf0030b933ef2b42e5721
MD5 fb7611b1d5577e4a33eb6bbadd1e867c
BLAKE2b-256 cb74f79ff241ec229b7402b3c63164f6a4ee9d803875446cd80680519db3a34e

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 15abd4b8b58d83bf0e59cbc282f82ff01cf0846c536043248756d23e9f8db92a
MD5 b267d951eefe4318965bac9e05546d6e
BLAKE2b-256 dbc20e69f5d839700b6769a254c70147e28946744f1a413ffbb56308cc4fd58a

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-win32.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2ae3449574e3b11adc9282dda57b415ff0b1b9e957cae85a6855c7dc4ffaaebe
MD5 f91cc9b409b150e2198a3f5c8c48e107
BLAKE2b-256 f037e65ed5d61ae539bdae97b2ff6cb3553b30c0ab165ec1678ca861beeb28cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cd48b2a425dd3d63b83521ebb1ef2267df30bad1e8325019ac34df065a213678
MD5 d9361ed0dc9a62dc263ae211d1f691e9
BLAKE2b-256 9e4989d290ce2e6297c080d32595ac7b3e645f2c723914e1b294dfab5ffd9caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09684a341cf4120e1bd70fbc52cd1999665895c76a21615c797df1c286e5e647
MD5 fd2d7169ff9fde258cb3659e2ffeccb4
BLAKE2b-256 d7660ea7a004e3307fde72cc05e11dd4b8d3eaabacaa980c053a9e6b4d308a59

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 824db2db4fe9cc50a238ba57a8cd20805d900abadd50ed655281dbc32cfddc8f
MD5 4c4d166ab9b668f448c7c2b096ba3569
BLAKE2b-256 c62e9e72340bfe460c6b624bfbc23d74c69cba63251bb0bd8382388a2f08c98a

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be4d185863646386f674a36339637e39d90edf79d858429529410cad0b159ec6
MD5 654ddba37f2849605428c2df55692069
BLAKE2b-256 344219ea058f8479d634f209ec2500f4fc895fd33cf97a219128430f613aa5c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page