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.13.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.6.38.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.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_sirocco-10.6.38-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.6.38-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

passagemath_sirocco-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl (606.2 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_sirocco-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl (540.3 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.6.38-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

passagemath_sirocco-10.6.38-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.6.38-cp314-cp314-macosx_13_0_x86_64.whl (605.0 kB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_sirocco-10.6.38-cp314-cp314-macosx_13_0_arm64.whl (538.6 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.6.38-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

passagemath_sirocco-10.6.38-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.6.38-cp313-cp313-macosx_13_0_x86_64.whl (605.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_sirocco-10.6.38-cp313-cp313-macosx_13_0_arm64.whl (538.6 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.6.38-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

passagemath_sirocco-10.6.38-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.6.38-cp312-cp312-macosx_13_0_x86_64.whl (606.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_sirocco-10.6.38-cp312-cp312-macosx_13_0_arm64.whl (539.3 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.6.38-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

passagemath_sirocco-10.6.38-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.6.38-cp311-cp311-macosx_13_0_x86_64.whl (605.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_sirocco-10.6.38-cp311-cp311-macosx_13_0_arm64.whl (539.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_sirocco-10.6.38-cp310-cp310-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.6.38-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.2 MB view details)

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

passagemath_sirocco-10.6.38-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.1 MB view details)

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

passagemath_sirocco-10.6.38-cp310-cp310-macosx_13_0_x86_64.whl (605.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_sirocco-10.6.38-cp310-cp310-macosx_13_0_arm64.whl (539.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_sirocco-10.6.38.tar.gz.

File metadata

  • Download URL: passagemath_sirocco-10.6.38.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.6.38.tar.gz
Algorithm Hash digest
SHA256 bd49f205525ee52d29dc6ada4d443d384eebcf9e294b1217971403237010094d
MD5 bef73c9aad49a4a07ad2b18db2155492
BLAKE2b-256 b985ad739be92a5615c86f3cc89bfa203bc23541fcf3978278bee88f1f95028c

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f98df5100575db96d84c4a62a2dbb99236d2cae9499d79e34e2dfa75669e1f2
MD5 3a2501e9d860199c27cbaa4ca083643e
BLAKE2b-256 80d565002617c51efdc2cf401613a8c10d557ac07d74cb6129dbbf20aa5c4d2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50cf0ce5d097133d2f3a22fb1299cff79026d2f70f5313e31ffa7049c49bf553
MD5 b8066e628bf998de7ce34e2efd53b96f
BLAKE2b-256 2f3a354059920767f9fbefe57fd3dadddf13ea743cebb4401e1d99182afdf8d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d60bbdc3bf6ccfbb5ca643ed021578df50dc25d72cef497ab3ee42f46e906923
MD5 4cde1ca83edb475204f9b4dddfb3c385
BLAKE2b-256 8c77eb8e906079de038c33c725ad87569e7712ddb1727f4e192033c7ea4a261e

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1f7af8bb05aa68e1e93cc1cfe24429248d4554e5fdfb6c075309f715ff2a32cb
MD5 9372e32dc6a81314ee4f959256fd9808
BLAKE2b-256 e866e3aa8c43d9c224274d45f4ca515b72e57d7feee2dcb25403c4088f83628c

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 13c5bf3233491252f5d8eb58f5f2f33d44acd62e231e1c707210ac230f2d7fd9
MD5 c715f9fb73b870869644cb49f77177d3
BLAKE2b-256 0c3dac70419818f214bae0fead096b209b18cc6711132eec39550465fc6ed396

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d030cdcd3b8b1e463fe4a023de535024cf087fe75c07f6f4264a9c44c96d798
MD5 4be7a9dcb4e78291328e9f30ba509a4d
BLAKE2b-256 2510d695e2dc18bde89aabf696d56d0a0c153ee4eed6e9fd51f9b02c7c5b83d8

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83dc5dbb52ed93f50edbfb42bb2e1b5549110c20c597f1436157de31f7c89cda
MD5 dd45abed7ee6edfbf20d63fd3a30ccfc
BLAKE2b-256 f8c298d2b95cd7eb17c2c96c96296aaa846fc01bdf5ea3dfc21ff7b4a3ebe882

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e77663696592efff066ed5509a64b0acab58ba9a951fff8b7f95485d47476a8
MD5 44a4b98c4571b13f52d6d850b12a59a5
BLAKE2b-256 97dacff1aa07018fa2efce3088f142923ed5b90ce7f56c1b5950ea2025b3c4ce

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b30503b52c67237ee5c0e25aa2a591f6f5fdd3ae1b466465342249e1cec94191
MD5 7fad9079ef25d351c940aec2ba8ff2cd
BLAKE2b-256 1d2e81bbdf325c561e0c103e4bf280583e35171e0651a854243a8b21b165eb60

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0910e1b501308b7c44d91fe0b10ad502158249b4e3666cd6a67eb325be04abcc
MD5 be6605c8fd4c2dd411fe1adcb6cc1333
BLAKE2b-256 6de2ed27a622ad789f5041640895a326dd55cac4c4858399e3bc661d029b7e04

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3ff1e816c566b74e2cb46c734e3dfa33f896d85247cddb72bc5baca28eb6403
MD5 b0f3cebef875ab8fb20b32d1694ba8ee
BLAKE2b-256 bdb8ed50b66df0d5f2fc21dfad57316b5d0e63b70809ba1c6741d8e4dee18ba7

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b20fd91f66561580de34b5ac514654da6b41f271270dfe4dc11863ea37a69778
MD5 e11cdfda1317f5d614d89911f906ca09
BLAKE2b-256 9f321ece4705064b6b2cc9fb6c011a363af13b154c3cd57b6f899c756e43fded

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8342efe82c4fff798fd11db58cc551c0715da211267012118207a0984058d2b
MD5 0bf7916bb4cbe89eef4f74f4d24f8b4f
BLAKE2b-256 c18c20dc5ff917dab2373ee9f5ccab09c118ff0b1f749e07b7b4da114b2698d4

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fb68d5491f5c1a1dd0903c8731f6166211366ea9046bf441df05bd5abebd4fdb
MD5 2e1512bf9ed1b8532cf74c79712e9273
BLAKE2b-256 ef1d5c11c7070d281ef92711fd9dfd89ff56604c5ae9a40e3cb2bda4c2624151

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1af7cd023fdbb60daee2dd17218a51354e6a24fa373327e6d2ee6a826a9c418a
MD5 25665bd80ae4aee0c5dac2386d5d8eab
BLAKE2b-256 18b770ef4342d4526fb42cbf4eedf208a7c7d359fa6899c70ae4beb33ab16df3

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ecf35e7f86c5b63b8cc67f1766f7611e4e8699d6451b53c8c5bccbb00896f17
MD5 3431723216957d77db6bdd00afd1cc3d
BLAKE2b-256 b14ee999399d0f2b8a84fa2e1fc77f8515585f6e1270bcd6eec9426ebe14e0a4

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39d3adaf7b169714898392327fd316c288e7c3a12001833939889880c471fd85
MD5 dc5666904a201bacdc723299ac4612ec
BLAKE2b-256 6ccec6f044fb81c11178b88180a438a97d05d69e006ec6681b177dd29a5959f0

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 81c3e65ef3cad9db4f36356628eafdd0055721cc7fc7c0a39f8bcaab94d9924f
MD5 a6183828ca5a692817cd295f4fa2422f
BLAKE2b-256 a08588a213fd0c2e66d9cdfe37720304aa9856f9aacd55aaa406eb31095e475f

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1b49a457dbb17289f6d4f8aecc3707c01909afebab3232da1e7815cb771d4e03
MD5 12a575053a50519c80d40dfccac24520
BLAKE2b-256 1fa2f414510fb14a09df2b857c555482a6c603476fc57458b432e3a5063efffc

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f6480a2cff187a87e7f3cfdb499bb7f103a06012911d6f7e1c8a9b5a4e09c8c5
MD5 573ca79a17c99e86e68c162122f2253f
BLAKE2b-256 ea25250ecfc757f8cdb4b94da477bc715b5f11dc0ae810e2ecef234233434145

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c69fc2be035efdc67b08a0b4da9860d46585bf48e9a5578c0c84b1cc42036d5
MD5 a9a7d9d27441244902314bf71cb9aa3d
BLAKE2b-256 43e19f49ab791466c80ca2a40011c733eb3b1e75c5e85dc8633f7136d49ba833

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c67a6f93bc9b2bf70978795c50eded437f4721e158b22f189e248a4f9a78509c
MD5 5936c9f603de9471e0526681570059bc
BLAKE2b-256 93b836873defb545f3041b5a118f17b8515e74515e623e353e1d5f0911f4676c

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a029b422dd9523f73d46d622c9dc09c72f405607c5e0289d5ed625aba45dc73c
MD5 b5c8728d77f882031927bead922430f3
BLAKE2b-256 3147401af9778cc501c5ec85130f0c89564fe19e877ed9769a12919578ec7336

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 13be6afab84b0d6c10539cc2b33d1399a052b03c1914604ff24e41f411a52deb
MD5 d3365169371e8b0fdbc1a5bad898ac7f
BLAKE2b-256 830e8c0e382c6b86fa2c8a719db280f2af5bd730f82aee4684a8d5ed4396141d

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 47a84d1af40e312e932f896c7dcc4943ac0f4aeaab87ce52641f592552dbae45
MD5 3435b332f45663af2bc7bbe805c9d21e
BLAKE2b-256 695f5009898685a47bacbc204ff53dc6dec0cbe33cba067d018ab8d2ef1fa0ed

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0c27777ab68f597c68bbd5f462b0961ff818160ba62d86a235f651d23a62974
MD5 d7c36ffbe4d1b845f9c5bc3d6ea13ab6
BLAKE2b-256 b22cb40f111380d74159c8c799547ed2421647f49b483d077ddec2c904c1ffcf

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c71ce4723ba1521b36119eb6c4de16c904f6d89b7befde2b65f97f0433ac30a
MD5 3e09eb1ef39b97bab25a66a64323aa18
BLAKE2b-256 24635d4161a33bcf3118b4eef2d8560cc11dfe91cb892a04ab2c902c3a8b9544

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f88cd94cf4eee2fd6d10a77708a2bf33bcc002634f77247e7ac82d07095f0c5
MD5 59f97fe812aa9e7cd8dddbbe5b635c36
BLAKE2b-256 e70486ff814e08505ee40e809dd18fd2cc37ea09e15380b13d7d17f00771f646

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ceb94f19c3034e52a5364d1cc1c7a90f991f095158fd29c43bb3caaf2519e35f
MD5 815c49748efdaaaf4bcf8007bfae477f
BLAKE2b-256 9c490882bf9886322188c7a2263eb6e4afd052621ebce379263f2517c299025f

See more details on using hashes here.

File details

Details for the file passagemath_sirocco-10.6.38-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_sirocco-10.6.38-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2cd6494eaa2927aaea696a4e5ac59312dc3acc35514c14dc28fb6c026b350933
MD5 c3453362ee88d2fbd1a5b269c1d91a2c
BLAKE2b-256 236c7c731bce4b214fda085a21b172cb54111299e7f3dad83b7988a167a32b6a

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