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.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

permanentbis-0.1.0-cp313-cp313-win32.whl (9.8 kB view details)

Uploaded CPython 3.13 Windows x86

permanentbis-0.1.0-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.0-cp313-cp313-musllinux_1_2_i686.whl (17.8 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

permanentbis-0.1.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

permanentbis-0.1.0-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.0-cp312-cp312-musllinux_1_2_i686.whl (17.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

permanentbis-0.1.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

permanentbis-0.1.0-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.0-cp311-cp311-musllinux_1_2_i686.whl (17.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

permanentbis-0.1.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (7.7 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

permanentbis-0.1.0-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.0-cp310-cp310-musllinux_1_2_i686.whl (17.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

permanentbis-0.1.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: permanentbis-0.1.0.tar.gz
  • Upload date:
  • Size: 5.2 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.0.tar.gz
Algorithm Hash digest
SHA256 c42b4920d807882d53b872e464879c11ff3748dcc2329d364975a74bdcee9f25
MD5 cf646eef02bd54918552e6e8dd0f4eb7
BLAKE2b-256 594a55b8b8a4805ebbe1ff056128a471f95aa433161cffe2685e7e590ff043ff

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6add08724cfef1697610d4b79421f90cb7cf699d6928615422864cf10e025227
MD5 3640320c0f234f5847adca5a6d6223d8
BLAKE2b-256 ab4c935d9d8710dfeab5c7eab2d449bc7777e73d931dc58e5a31614e3e9f51ae

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8ee5659798f2dac2c78bcd6377027098b8863f395f44d75dacb6fd0f9cfdf49c
MD5 87b48f29ccf1d9da6306918573b92aca
BLAKE2b-256 c31ca9d1c51b8993a10dd1037f56823a29ebd55c9e37ff97297bd5532b090475

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c8908b6a50f1026c33b0cbb4144fb5500de630522f785678780396a1a1322c9
MD5 a1df5cf050242c820baa120666affd1c
BLAKE2b-256 7574a836833d18fa22e222945171863319e7ae96f0bfae67e9f55b096da2d792

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 368a99528eb7e1f2ee15bf832b3e4cdc777e00cbd7106f21a041d7ab9d79c818
MD5 a91acdc03c60ba5ae9c14a576bc52982
BLAKE2b-256 4285c38824c45542c567ff67faa33bd0762778d016305f5b267c979eb1264c76

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.0-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.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f7b980bf94caf591844913ee86c09ef06ed8cb8988ea2f0a46edf67a04ba2ef
MD5 5353b15d430c7ecabbe4a8d2490e8c2f
BLAKE2b-256 b65bbfb8bcc447f11e6889bf93ebb954a0a91b9c9ab4682412cc64105b61d148

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 238b5d94037ed94eb3f777fb779b2da789e215a06139524195fd055192986d39
MD5 bb9319a9dda4d54ea92d1df42016eb89
BLAKE2b-256 eb9635d8a9da40f3084d1d57f58f1f69249b671e4344ed9af74d74408386ff1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d72f9b6e0d01deb9af4948a2fa13f6b84f92a804b14b5e6beefd1aed7422a4b0
MD5 ad04b2fea47fb5136914193f4d4e152d
BLAKE2b-256 7c8bc7c1bce42b428c5c55d21d19492130a0ea90d69242dbcd9a26332d5a6049

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 01888d7f31a34c4f1f900c8cd12a726e379432ae35f9f8e363ee8ca65877063d
MD5 7d0166cbc5182d496cf026fed785f48f
BLAKE2b-256 4e9b55c66e36a35a10c6dfd0b9266b70695da251799bae16a3b384b3a32ce6b4

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c7e882983aeda04df997ed11ca7e18a74cc51e9ed64afc1bf45457b51f621347
MD5 dae3bdeaed193c2f3bce6f2563c83974
BLAKE2b-256 d6eba03ff511277ff72ff49342b26d07610dcf4d9fc8856c09275a45ec318922

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ff3a7af3a7fa0443baaa4df7611e1a7c9a8a4d14f13d99f182c0b4b3d06b002
MD5 1bfc1af283f8057761ebbbc73a121254
BLAKE2b-256 e5ebb677957fe9061ec2a3fd1e4d4b2d741676c7d98b78be09f39fd82898a28a

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d926e824e0011b7d713242889ab768712e98df871f3adfe313b560a5d8088d28
MD5 9ab7789861654817026a4a22495456e6
BLAKE2b-256 f6cc6a8bc06aee1a1b34923710508a78a7d1df557992e5aa3054bdd7fb69208b

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.0-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.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42bb919cdb24e57e6d451fc424d2038777e28504ae6b035f13d51deb99ca11b5
MD5 83e4fb0206d0019f430dca201355f939
BLAKE2b-256 4ae20a90342f8c5413ae82ab0d3352a1ab106be4f48edd7d4d9b1823828b9d73

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a493760faae2ea80772167a38d0b72b261e4b2f10630628e09205791aefb10a4
MD5 d3fac623a75ca069129d545e04700a6a
BLAKE2b-256 7af8920d94fa696c97d52339c2b4c9b6a16f8f9a30d4f40c7411bb63e7932c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53d27aa8f4dde58691a8525c9718f6501dd0961e493b427a5e12465e5316bbe9
MD5 d65e26340ec32b65d5cfb3db7742129b
BLAKE2b-256 f422ffb236d903e8526d1133c77a53458960ee2322f7fd431da22b8beb64efc3

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bbe378984de5abce0573da7f10fe90151e80cbb2be9faa0b4d77951f6e1faa3d
MD5 dbc50851083eec37fd0cb0bfcad31ea0
BLAKE2b-256 6eb7ea5d387e501e59b6d714731d6a26132ac724b6c1db7e11b327f17dd309d1

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d34cebbdc9d04fa770b61b38a8e01439ed7d41f9a49a52d9a5ced5614ebc18f4
MD5 2e957621c45f507efcada313110447e9
BLAKE2b-256 1c715fb8793387860cf71a69a6dc23bd050627308c0ceb38d7a53e5d3f0d1b9e

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ca85d48b4b07ef664cd26738e3cf6c5f641a75221620702d5b8304ef62e6c13
MD5 5e7376b569d24a0801905471eb3d74e1
BLAKE2b-256 65d8df56dc8e38dfb630950e3e018ac24efc031acb0afb623b0e6ab86383b929

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b006898cdbb430a080ac1d077aae2bb38696243dbc45e110f0eba97478cbed7a
MD5 ab6daba6a0d0ca1f87f10f5ffdb9dede
BLAKE2b-256 0ef4e609e521e6766ab13a811b0df3b245b7305267e3ac3baf17af941b6a868e

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.0-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.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a56e75307a341b8683f5f8225d5b822a0402df148b78cc5ff025bff53aa4fcd4
MD5 ceee25a4ea710d48a6617f2ed9ccf141
BLAKE2b-256 52ecf086cbba6c3d380bfbd302f60abe3569973217ea865f5baa2ca62a0b056a

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8159984b6bfd9a2028779f9e0586e1afe327f5f8ea5ce9333274876fc69dd806
MD5 81f35f99e34ef41eb86fe39036d38ab0
BLAKE2b-256 1c6fdf10a5f70066e606465dcc4bee12689740b114774815be5f7edd60a8683d

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bf1bf1da3185e29a0630de196c772fb09a8f399bd2a726721e5613c2aec1ef2
MD5 e38514c7020ec02176c0121aeecb5d78
BLAKE2b-256 b7872c344b0ea61aa320434131c8466b7a0c14e856aea9017b279f280561d2f3

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 904d5bbfc9c10ac15183832cce4d00d1d7b015b9d24e53c0ff6d8415194ff8b7
MD5 ca410d3981ea43ede18b8a0ca8ad44a1
BLAKE2b-256 f3732c46478b45ea917edf40ed7759df0278f9015634f790aa66acb84374c437

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f6f1c9962b948d1f8923aa81e37bfedc09da63036fadd3d231ddf5446791c774
MD5 46c9d45d05060c300ba687fa58bd4881
BLAKE2b-256 a55bdb87ee8cc1459f614144cd82f80981c49ea8b15d331ab423ce7bd3d933c0

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

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

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b3350c2f9366626ebe459760a5d76d84aa60b3f9557b72edf96939b6d4fa748
MD5 61a7cbad57d17e6ad0694125251efd40
BLAKE2b-256 6f3f81444efac8914911a3606b49d21a34839501c8cd49138ec142d1c7dcd168

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e8add8a329d9e5bad232c61341b1c724badb46c48bad407f5c114a95f1e3f1ed
MD5 866a3d9b4b70fcecaaf0c586d628cff9
BLAKE2b-256 63eb38162c011a0430e58e0139a21684bc330c6b4ef6a8b1c8fc77610d9c411c

See more details on using hashes here.

Provenance

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

Publisher: pypi-publish.yml on droodev/permanentbis

Attestations:

File details

Details for the file permanentbis-0.1.0-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.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67e2a7cf245e5821704c41896108fd50f1119d5daddff9af18ad5066f930c2c9
MD5 dd5b35b7baa1ea26cdba4fb77886a7eb
BLAKE2b-256 63d8a77e1bb71de01ee10536758feceb1b41ed6308bafdd0dc9a4f47058e84d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90048eb5142870686804e10ede4a375d8f63ad7bc9595a0b101fe03decc891fe
MD5 13aef73890ce004de34c8c438f70c99c
BLAKE2b-256 d3b032b5c73af7a45cac64a7dd3d2a4d07dae178490629c9b0bbda9d297bd03a

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for permanentbis-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50943fe01b4e8bf35c1afd85b628faec8bb91597611092f88d481566c1c91ebf
MD5 e97f9fdc7ce82a2cf1b3915af13fb754
BLAKE2b-256 69ef2320693f795f2f1f97e04c25a6ee37e8179727093fe1dd4626fa5c3f97ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for permanentbis-0.1.0-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