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.1rc2.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.1rc2-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.1rc2-cp314-cp314t-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp314-cp314t-macosx_13_0_arm64.whl (551.1 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-cp314-cp314-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp314-cp314-macosx_13_0_arm64.whl (547.8 kB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-cp313-cp313-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-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.1rc2-cp313-cp313-macosx_13_0_x86_64.whl (615.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_sirocco-10.8.1rc2-cp313-cp313-macosx_13_0_arm64.whl (547.8 kB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-cp312-cp312-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp312-cp312-macosx_13_0_arm64.whl (548.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-cp311-cp311-musllinux_1_2_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1rc2-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.1rc2-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.1rc2-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.1rc2-cp311-cp311-macosx_13_0_arm64.whl (548.5 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: passagemath_sirocco-10.8.1rc2.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.1rc2.tar.gz
Algorithm Hash digest
SHA256 19f3bc9b41730a2d4cd4b259fcbc449b9711fb0f99b8eb03001f56f22a2155e2
MD5 e8b20bc3ff1221f61af367d997b05e7c
BLAKE2b-256 de16c1050c9ff4b983dbe839c62fd90f88f2bc214a72c5c403d988b72fbd4a00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 407b22b3e2ec6c95c3f969e8ce69e7b9e7d1b220bf047daa22d20413e441802c
MD5 f19b2563252bac4da7cd933f138edf0c
BLAKE2b-256 ef163238ad44c12bf242cbf156d6b25f84af1609c2b81419e32c9c902967a0f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1aa26ee6281519e2a62e651d926e247d3fe7e085fb92bfb51aa4b26afada3c7
MD5 9d2491458d4c4bd264ef07bb53eb22e9
BLAKE2b-256 84ed7a2069245cada81937498f1b7786e40e9ebf9a77a03b5092accd33c1ab2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b5a541515ae62208f8efafdd52c48b279a5c05643d3faf3bed8977734e6c65d
MD5 e7fa341d28eaa4a502e9a05335fd3b4d
BLAKE2b-256 834d95a3ddf015f993a32be73077a049b6db68bf98c07ef381ea63805845d414

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6200bbb798f5b251323d1fd3e44038c25685bd11a0f77772e28c109c8838ef35
MD5 89d5e2ec89a2ee4341a435ab64bb2420
BLAKE2b-256 4611b0d01a5815129edf2a50ebab548dfde8efb4662cb60bda7d267679d77d03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45df5899c3aacd7e7909e57fea792bd02bd1de193fb0e8e00bfd5188607e2781
MD5 ff1d897dd70e610adc3cef71ba8f35ee
BLAKE2b-256 0449fa35c11ad735b144b14002071d836174614527efc4f09d19da3eb2dca1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5e221bfbce87b3b1538c0c7cab761d2fbabf8870b10ce21dfa1fee9ef475bc5a
MD5 1d86ab80b31bb5e358d2a4b4024bb6e7
BLAKE2b-256 0f3e54f2503aec2e3735ca331f66ab033c3cee82480f4b87dde5d973d5935108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fe5e236eb4708d501daa9f02d54400813844cf81a05a3c3107a662e21fe73c6
MD5 e10acd9affbc72e073eb56d244f2c39d
BLAKE2b-256 31a3fd803901e9c0e049cd30a1f595af88c9d478cdc79540ab3180bdde500221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 634a255c61f69a025e67ba0a6a816cb3106115aa5ceb9a2d0b6f414f8495120a
MD5 e3848898350a70effbe17278fab070a1
BLAKE2b-256 e4b9cedf012c6921c9c85f47cc1eb8d97bcb57034fa764cf0913dc8f0377229e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a953618769c7dbef16940912cbb2e308a2af8cdb7f162417bd12df55bc91fa0
MD5 8443f30ad6fddc7965b60efd805307d2
BLAKE2b-256 e8fce91f5a5a914e15872b48643cf3ea18f5bc709827c3e20741907841fce2be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dafef98ea35b321fee30868bce89dd9f6d6672b62d1b79aabecde0ab421e92e6
MD5 7b20908d6656d52212605ad38539e673
BLAKE2b-256 4fe0fa0123b2085043d896a5f226c64e621eb2a4f20e07342881a31b9ba91e1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eccb036c097a67b80166e11051dbfd74da073a11121e73ff45a1eaa50d11c353
MD5 2c92680b34b5700faf60d60bd3b628ff
BLAKE2b-256 7088a0a4e5b9d8627235a1163dae55807bc2683069da8d8bcff2524983ca0b7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 68ae543809ded15239908c46e1b20747ee3d9632863e1e85a30f15c22e95c317
MD5 b94968b6da36ae9958e6ef2bd6eb3139
BLAKE2b-256 39c25b40475505906eacfdd472d0035e52592f13e9630a02e3d48449accb9e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f36e237a3c06af84e1b9e45438cede052169d15811116c1034950d61f3c4321b
MD5 08b7b36e648ea933fcc1d1c58a4bd9e3
BLAKE2b-256 bbc5388ce289fcdc470ad861a67b1cccfa12012a14a9bc2fb9eb67393b6e965e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d5a7699602ab3cdb77541ee14e7b8f7408cbec1acc95763c3b3c8d2c7048bfe
MD5 44ad9a294353aa0595aa0c3412093991
BLAKE2b-256 bf4b190f0a7927e80277759e1bc7a20586107b810b53d1f817ce8a1cda0abbe2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f805e5ce7885886899d4db62321c3a65b8592e70a45e5a0623968b60cead6cee
MD5 f03ab5d798b55132f26a32c6b9c73274
BLAKE2b-256 82c019116872daa92f7e879211cf798650bb2555e120263bfd07507cdeb10b47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8df20e027b341cd96617b6345bcdd36411f598053e0725f66d41704d5ac434cf
MD5 f0937a1420daece54fba97c509fe64a0
BLAKE2b-256 674e0f7cfa94bf467cc8aff47cd094cec626d5473fb845770e93cc93141c7c6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b13bea8d4a3758db78cdd79abac4edf48ecc5cec058413bfdb9a8fc3feb291de
MD5 7b97e9b1be275b61f72ec83f50f44587
BLAKE2b-256 58b9db23e6cfcbc6b0d58b38811c0d4f31cbf8aea216ab4134b0f70dcc545ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9d9f148bb305d51c9e4f8cf83fb99f9f72e79b73b68278d5afdb8975ab193400
MD5 066c59ffd9b2380db279ddd8c0600205
BLAKE2b-256 d6772e0c7fd41d1df775a48e906ef3a87c62e29ba5f47366f53fefb613fb702f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec9e9fa736ee59b506781e7fbed241f61a8eac3c6ac4732ee161879a3072aaad
MD5 3c80795f0cd5907673df102c3c028256
BLAKE2b-256 4c36ef27a042bf82b2488f16e4a4376266a4faced759cbbe31ea0c2181053383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ede9baf06cea7b62533e801bb851a48f923ddca70efa2b27bca5a0873ac39e91
MD5 941ca2f77a0e693f26161a096b4c8e27
BLAKE2b-256 4862d17295a7588536bede12a9e6a6d4c7cf687cb134ee47df473e8a66e2eaff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce18c5ae0d70b744744093a30d5a4976d7ffa485026b16ca3afde619e7fec3f6
MD5 b1047294f76e9d6ce115de260e7e58f6
BLAKE2b-256 2ddad74b97b35fc750ab1e5ddd5f61144acd698b70664e95019e96b5bc490a2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 deb4df96639bbbef27054e8f1eb3b91396182ab97da2bcbef4bbc67d6ad072a7
MD5 b316f774400e836aa17ff304da2e35d9
BLAKE2b-256 9792ecb787a5d289e89cc5ac87e1fc581bf165f3d5731bf2fd8ca5a2a7144ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 332e2a27ed64545752eee7b8414965d8351f0c6cb4d59812063cf343a0495757
MD5 e85ff04d9b80e7001e666c1ff54efaa0
BLAKE2b-256 1dc7926c111e2f5930382dcc5041fbf7426b14b5be2d72bfef3a717165ce1a65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4ba2629e6f1ffe8c091518d72a46db48fda0ce27b890f37d5d96d3c019f6cf0e
MD5 e92fd16b9ce272210f6d5d1a19ee910d
BLAKE2b-256 028888b5176a54e29c81fb6ea893e30e8cbf58e6ef131da39eb2cfeb036e4869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fc0a8a8e00e0430f0a64eb079351ce8e4d111362748df7407e78e68d744cc4f
MD5 5a997bda476ac6289098249bc7d47336
BLAKE2b-256 7a56f6a3a8951112b757dab7315eebc1e183fe7b09d0f0e7cf9bf324088cc0fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e5d2c6b2f7f58aa3fbd7bebfb46070fef5ba6b51f4a42b084fbb33d4c3ae688
MD5 4609097d27ef1350c4fb21b01e22e0dc
BLAKE2b-256 1f5d1e761f0f81ec257d955101bcbf4e3b590867f198a2510f99d0197eeff746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe9d164514ba6f05b2d10268f0f1105bd78f363d897542f78731478c76cc8bc4
MD5 51c91dd77cc00370347f633d4da643d8
BLAKE2b-256 9a94ffa85f7d8f8821a5cb549a9e118aaa1d2f0d76db947dca8ebd7c7a89637f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84f269752174cc9c435ff3cad3890ff4b81e86e05b1df8a2211932d015f9cd52
MD5 8c5f069ef898cce49fa716080285b7bc
BLAKE2b-256 979276c4ea1f58cb4d7e0152734d180fe3a4aa3d301d2f32c4a1f013957b10ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc9f9d7bb7f47b333895e38a6d6c5dbc74ef7af6a8c6820a8a9c84761c0f7da1
MD5 6befd330aa448d562879e4765a15af65
BLAKE2b-256 f3347d3e688c1c45830d4a74b81ec307cc31d4664ad4ecf59f52a12fb7438cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bdd97189a15c77ad42498055edf8a39276de3f4f6e7399203f83023a19fb1e29
MD5 cee62eb4b4aab069e618f6e1dea43fd4
BLAKE2b-256 9950dc9fc6927f7c0578f5968483867b25b85cba29d523dad078a9951de6b45a

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