Skip to main content

passagemath: Certified root continuation with sirocco

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-sirocco provides a Cython interface to the sirocco library for computing topologically certified root continuation of bivariate polynomials.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-sirocco[test]" ipython

In [1]: from passagemath_sirocco import *

In [2]: from sage.libs.sirocco import contpath

In [3]: pol = list(map(RR,[0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]))

In [4]: contpath(2, pol, RR(0), RR(0))
Out[4]:
[(0.0, 0.0, 0.0),
 (0.3535533905932738, -0.12500000000000003, 0.0),
 (0.7071067811865476, -0.5000000000000001, 0.0),
 (1.0, -1.0, 0.0)]

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

passagemath_sirocco-10.8.1a4.tar.gz (6.3 kB view details)

Uploaded Source

Built Distributions

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

passagemath_sirocco-10.8.1a4-cp314-cp314t-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_sirocco-10.8.1a4-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1a4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_sirocco-10.8.1a4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_sirocco-10.8.1a4-cp314-cp314t-macosx_13_0_x86_64.whl (617.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_sirocco-10.8.1a4-cp314-cp314t-macosx_13_0_arm64.whl (551.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_sirocco-10.8.1a4-cp314-cp314-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_sirocco-10.8.1a4-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1a4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_sirocco-10.8.1a4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_sirocco-10.8.1a4-cp314-cp314-macosx_13_0_x86_64.whl (615.1 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_sirocco-10.8.1a4-cp314-cp314-macosx_13_0_arm64.whl (547.7 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_sirocco-10.8.1a4-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_sirocco-10.8.1a4-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1a4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_sirocco-10.8.1a4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_sirocco-10.8.1a4-cp313-cp313-macosx_13_0_x86_64.whl (615.4 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_sirocco-10.8.1a4-cp313-cp313-macosx_13_0_arm64.whl (547.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_sirocco-10.8.1a4-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_sirocco-10.8.1a4-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1a4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_sirocco-10.8.1a4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_sirocco-10.8.1a4-cp312-cp312-macosx_13_0_x86_64.whl (616.1 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_sirocco-10.8.1a4-cp312-cp312-macosx_13_0_arm64.whl (548.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_sirocco-10.8.1a4-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_sirocco-10.8.1a4-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1a4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_sirocco-10.8.1a4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_sirocco-10.8.1a4-cp311-cp311-macosx_13_0_x86_64.whl (615.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_sirocco-10.8.1a4-cp311-cp311-macosx_13_0_arm64.whl (548.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_sirocco-10.8.1a4.tar.gz.

File metadata

  • Download URL: passagemath_sirocco-10.8.1a4.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_sirocco-10.8.1a4.tar.gz
Algorithm Hash digest
SHA256 ed445c8d5edf946ae507995ba8029f918564474238e4b54b8bea3ed353424ebd
MD5 d2c87d82556302a6b5dc181f1407a12b
BLAKE2b-256 46ddeaa8bb408ad3955df41cc4c077da103c2fa2904e9137b06728fe7ada35e7

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 893f6b51058e249daa6f20ab9a73d2bfcaa9b08e9b8d7572cc49566c1852247a
MD5 e303be3279f8e9c9db0293fd570966a4
BLAKE2b-256 b1ae4aed815e42ce40fabfe912c49cf43e8de667c1e547498d2a0f1a9a94406d

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14c0d00e78b8a6b29e8c82e13abb896e9b6b971b96e76bdaf44ff89b5a44c25c
MD5 d224854637c12aa1c30e0357048e6b43
BLAKE2b-256 6ec9715d973929efa57d8318fb551f30052c339dc2773f5d862597aafe910483

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3e80e5428eca55cf23873b45f35c430a65b0cc3c9a3447a05689c664fa0b060
MD5 66a2a7f6f484212c3c5ee268d9051cfe
BLAKE2b-256 6a7ff430aa8f0ab057ee2e8cfd18e02eafb883e854a5ee6210d05a53873957ee

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9fa9fbe62a9bc4686648398f3808b38cbd0c3ed626c848aeb5b251c83503daa2
MD5 c8645d12d15946e2771e275f9a012d02
BLAKE2b-256 f0361f1eabab2b71f359f3783e7bfd571f9a811b408a17a4ce8bfeb45ad36a36

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4f323829e9857948b91168a306fba420206b861e8bf4358f9f3dc6033737506e
MD5 6037f93f7064ea3da2ba5110e38c2ade
BLAKE2b-256 bf01ad014d9d9169a1f68da27974355d4ac345440e5c8ce5956c14073cc851f2

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 533475f875dad4a5b0d334abd323f602a2333903029d936e97516ccb7ae1d5bf
MD5 fe0bda84226425df302344d306b74749
BLAKE2b-256 5d793081917da20c6504ccf7ab42ad0698eb1ff39c6c762ebb0c6ae69981e75b

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 704aaebff3fd3d5cb9718f4cd3061e3c14ee6157f17d6ee443e7210f9aa3c807
MD5 8119e72e3d4802f12af2c44161d74c81
BLAKE2b-256 c4484d037e457ea85906a684a952a3391e0968d11e5a2d87005d77d2c4588e31

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e48c6e6474322bd1acb5fb5b4d75b81dab2b7e7a0703c60e183fa343ad1e3b58
MD5 b230a04dcf318a242ae869e23c7de056
BLAKE2b-256 b8425127a3896b986583a69210a3cf6bf9916f89874535388498c72d34141109

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92398c50f147ea01234b08b67d13cdafac2bd1a5a2f1224f44aa4593a5486ca1
MD5 ed069e103f99de473739b1742f7d29a7
BLAKE2b-256 d6ee22af720f1cc3a22d5f90d89d12c77aad334b2601224d1204b68366d9b907

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6fc14e681c52095831be3e58b1b0d8981f2fb87b5046adedb28a929dcbe79b7
MD5 191585997d1fc4d7528cc219582cf041
BLAKE2b-256 6c535bea61374fddde9e9c299cefb27b79970ffa11418c2985c353f7edae961b

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ae7cb3a133574f9dce9bba8b48ca3af760efc83307d712506ed49de1c9a14bf
MD5 f48e9e6bbe9f4437da7c0351b4ccb51f
BLAKE2b-256 e871478a4aa8e7cec41116f20d874eb509fef0e91036b8551bef135a0ac84ae7

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a908c934457ccb615d1744e75a47498c23251f49b4569baeabeecf3c143281bb
MD5 daacdc00df59fefd4403a39ede55f961
BLAKE2b-256 510d0aee10772dbc153c1da646cd8dc559032f7664661cd1cd31ce1cb8e31357

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b2142e45a5ef1bcac492c727af872c3bb8eb1df600a87f2624505aaf7efb9b5
MD5 04c9f8112d8307dd35e628f506c00fb1
BLAKE2b-256 21a11afa295d876f171634d70248357ca5d490d006e626b17f4935b0364d71f1

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c75e10df54b0cbb365b1169fe9c77452dda6023b0f611dee2f5a766c00954d7
MD5 4586ef66c64e4fa635dcacc0a9884613
BLAKE2b-256 7a41c3f683f0494c76a95a879975d78d7c2f9cdd5e2cddc058f541126e4d9886

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb9335a74a8c975eac3978a87c48490c6cee0f04100a9cb4de3e4b517b3c8ebe
MD5 7cb55fcbb55593a3095c69e0fefe9788
BLAKE2b-256 9d53cce624c0e977847fb1a1b8a37b1ba7598ab2dcf07262dcb893519b5b8a61

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bd819bd06904b94b0cb81e541ba9055ca8920f84c008ed4c14175a17b14ff3b2
MD5 172965606048d9445ec1572fb9e37fc5
BLAKE2b-256 39414d6bb0d882503d8fc7a496a2399dbd384097c9d28ce258a6aa6897dfde3e

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 58df113a68db341700470d0e247d6731e0c3992002c1e246c2eb25a3cb68113f
MD5 3dcd28277d6fd277e7ff397626257137
BLAKE2b-256 d7ae48d9c5700830a679dada0a1f5f36379d39568ff138481c60236540c88e4e

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ffa74b7d00427c3f3e098d85dcbf05f6a94440540d807577dbf0a5112db44b98
MD5 64e13bf9ef9793f72ee1bb1e01980799
BLAKE2b-256 757beab8c79c8b8ae3f3d364328110c2458b663af3e35715a69158f29857d896

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffb24b7efca6906a935add52f5e750e73d6c6667036d4c178ade000afcdbbb72
MD5 d69fa3683eec0fec31e06c893b50fb8e
BLAKE2b-256 d6570eb4319ae81b0e2c3c49a2ec65a2cb0d2305afeba22c71b83e132abc52a9

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ca56f6b10654457374d6dfd09a7dcb3bc16e68589dccb189f70eb4bf5184205c
MD5 e1337574e0dc2e339cc4bd57b4c47ba5
BLAKE2b-256 adc7babad3b90414dc303bd0dabae9e1aa9bfcf0bcf2c60e9b8183470710c0fd

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e685571c5ffc50ace82f8cbb7419f113e00d7fa2c597984c8ea263116196086
MD5 7ae6ddfcc60229de947d68b0fb30f5d5
BLAKE2b-256 299083500eb596da54ecefc04831e8528c474a574620945816e05855ccd44f8d

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 431f5479d429457a55d7903ee791f7227e413dbd84984ed4e859f935665dad0a
MD5 01fd05cea323ee2c315049073c7d3e6e
BLAKE2b-256 f9c1c99302b370f2eba7a4c3eea1b1998de9a74906e5ed81648cbd63fcf74563

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ec642d0420aed35e42ccdbdb742e7e3f676e6cd12afd76bae95f36164b59c127
MD5 5f9a594e7f6a979cc0226618a1261e3d
BLAKE2b-256 2654852d58380b651f2ee14435cd08400f31da22223596df0389530a17b8a988

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 407a16b0be1cdea5d983cc97ae6c5f4230952f17a1c322fa196882832af98541
MD5 7e7f5b9b0a46cdea0f5bae1d245e15a2
BLAKE2b-256 858f16b34bef17fe7b2953b5d549ac8f8e5310b15a2bd64c6367fd63a786fd1f

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d711f25ac46fea3022d6253a2787d913f8f1e4cedaede3817ced8419dc79928
MD5 39922270cd14c947529076024724d51d
BLAKE2b-256 a089b974618370f6cad2e83df7a94eba3e33f7adbc16e236cc5bae4af968338d

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4abfd6c5a9bdbcce8b2264c472b1bc358d91c47c53210370435d7c0161b4f01f
MD5 69f8a2b4401cf5d958d1f4b3d047be35
BLAKE2b-256 f496502b5b9a68f4a2bfb6c898f3f548a781217fb4601c28d42374c3eff31209

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a210a19d0bd3c2e46f2e92defa55b652822b94788e17c7fab214272fc986dae5
MD5 1b638bff049dc88b965f6b8806ba68fc
BLAKE2b-256 31c37c6751aa22ad9b4ae3caf8cd011abb9066772b04952e9f8ba26ed13643df

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2cf87782fd1540749edcb72e52d5d93111fd386afda39d8687abaaa1a6be0bdd
MD5 fd23709d620b18e90217f278d899c698
BLAKE2b-256 96e3271d93fe0191da20d7944c4c92f9d035cdc7e6778c67e57e0626830a9ade

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 762614ff809b697bf91db3651849b48d5236a22595160c26a8359791a1ba4639
MD5 01e41bd678340dad4334b2e22ec1bd89
BLAKE2b-256 ab7e9831e2035afdc2b483451f4b976b6c8c19de3aaf81bab222743cdfc67644

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.8.1a4-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a4-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c7208675a8d1278a4dc534e0bbd9b63c5348260bd2718d23d3a58a77141dc0d2
MD5 a556a2d0bb5e653cec6ca7a96413e315
BLAKE2b-256 3bd9d5aa0f28ebbd51a5430645ceb4a0f941b5d70d526bca88e9d5481998fb53

See more details on using hashes here.

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