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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_sirocco-10.8.1rc0-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.1rc0-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.1rc0-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.1rc0-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.1rc0.tar.gz.

File metadata

  • Download URL: passagemath_sirocco-10.8.1rc0.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.1rc0.tar.gz
Algorithm Hash digest
SHA256 8c8d01a54ab014d6ef2ee07a17b587bc010d437a3f578abcf5827d351692c634
MD5 c1b1f3164082b1444dba44536cf4ce6f
BLAKE2b-256 1cf6823f3c6ac9ee80e733882dcc33cb2708fd0a08cde8fe9ff5f41d230f7779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5346f008797c288d9b566d7d75ff234e6803ac938ca0c6b568ea1f5d5aa2a07e
MD5 6e86da681b60b4f781508d851e3d08da
BLAKE2b-256 08fc7d9f58e2cf3c159a40ae208cd7c010183ca2951cec7a043992856f2fa206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bfc18f03fc837148ca92fe2bfbbba75fcf2a6336fd973a4238d76018f72d96a2
MD5 b566b7d5e120c9414d588f91f6a8e7ba
BLAKE2b-256 a0ced98714ea9ba3c4836901c1d80b218b71d9bc0d65bdd765f1c4fe429417bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0a51311fdae620fba1e3d6b96946c89e262d89434b662442b9dd3e03e42393f
MD5 9230721a21b839e27c8dbaa65f94cbcf
BLAKE2b-256 d1751c3202c9e29d396009eb382cdcbb270abd9252ba3b67eabcfcfeb175f508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 973a7ab6fc0de9ac176f15bbc7035ce7bed958e4d16a50c077aadd0ecdfe6437
MD5 184c7cf5eabf67e2b8f9e2ea0d8c449c
BLAKE2b-256 b7f84251a55e75c3bf232cc0e228fed61c1a9f3e1d0b5391d8e57dac256c4f99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8a11728144f54f736cfefc3ed1e932187c995858430e684f39ea8e03cfd89d6e
MD5 a206d84e6f6cf301c282b53b584b77b5
BLAKE2b-256 368ed984450b8810701a042c38076497b5cf7aa32e9d68850cdcfe4e34c6d9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 761a387a7e20b77fc77d56e2789208635ce8534929255ae84a42162c6aa52aac
MD5 ac5e0bb73e29345adced918d452823a1
BLAKE2b-256 ac56281b29827bd106cb61a70e56ad55454cf1a4f0966f90f8b0fa2e7a6fb2d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c58f55d6af2120a99b67051ecd533408f3d20c2d4fc6b3bab53712fe3481dca1
MD5 c90f376f8d0a622cdd06bfc197e7c7fc
BLAKE2b-256 595895891a018118b2d4429abdca458abc38f4525871013fbd385197be244fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0f22047d85fd21a196d397bead11eebfb7e9a38dd21f9673e407608c78b614c
MD5 9ca6718f9e0983f854c22f7074ee9091
BLAKE2b-256 cf2db6b8a2a1135c42026be310d5fc78d7a1e0406daa5356debbd2168e5ecd72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6f10755ab0dcbc92578f77959b4a07056e65f33f5bb6c089a1f3fde540da619
MD5 e625d1ab50e0fefecad39836c2dfd44d
BLAKE2b-256 03f10b4bc9928969601a5a8291e2eaad500f4d0419cf0999b8a1f227cfa75195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aff5d4069983604ebc60ace657cd69a0220f95517f667fad52cb3e05b38e5e59
MD5 09c6c299f1a36917896a954a355caa8b
BLAKE2b-256 cded95482d577ffbbfddcb65ef2653fada494261abb1e6e5a013c84962b86e48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 038973e6bdda57861d508e53562b645c4c9e86c6b4b0a05ecd89e8d8057bb5f9
MD5 2e99f94604774ac2e9d16829a88e12ae
BLAKE2b-256 29c6796b15c76e6338ef9777fbbc079640b35910764860e0c1dbf21b9cb8b7ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3f638b8c07ef548c24f3a2f4907bb2724863691f210c20d949f5f0de4e1da756
MD5 183189cbe74741d82a2853113ef70914
BLAKE2b-256 d86f3020741af82d4c25cab0b321c3ee3eefee1541b30f5e3bb81a3cf831871a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83e1b59669cbcc8c1675755ac045045c0d0eb273730cd55b7485b2e52e19fca1
MD5 405671ce9a2f494cbda49cf5436cefae
BLAKE2b-256 0f7cd015f439e5f4778a8e58c60d0febfc16d35bc193b63582cb88a95818edbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e6d8e8d62f8c7b58a6bbd4eb8983ef57be0f1fd9c396b5f55331894950362c8
MD5 30c7fdaa0eeb0cc5f3a27538f7ab6050
BLAKE2b-256 050e2968b045aebd02dfdab4d7a9a6693c018a545f1c89792a954eff82644461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd9c7e6e3929d6768a1a619fd5f1237bd8e491c9562d05288640bf9d77d3c9eb
MD5 91d8933760185fcba6cf8b03f69e1d43
BLAKE2b-256 ccdfcc9efbf17ffce8fc678c22fa822b49ce8d507d9bd643d97a2730803d84ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c251c0e4250ce5c1a69527ef37c56940304fddba8324623392400ea74e13388e
MD5 3045502b681456f442555e7a00e18519
BLAKE2b-256 6b5bf631b611bad9e41984f83cf81569fcfb5639ddbfcdb6eda71eda8499b66c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b53b8cd7cf7329d56dc473aaed06eddd193dda405fae74290377136bb5d8f338
MD5 934fe5518c546d15421937451213a7e2
BLAKE2b-256 45c2a2d91e066ec0309a853fed22b402998b03932e65f762a17c9afeacfbeaa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 093c3db98a70924de70fccd62c0c8788ef44b91706ba794939cb17a40055c4df
MD5 8dc40b1c9b4d64680c370f634cc53eb6
BLAKE2b-256 b901b24c9024b490337a699710a86188068b46019ba912a96fa28afdd116e8f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 99aba9415a3a5fa0c189f34f9afa1f9302595eee89fec7ba99fc77ac85f4f6e6
MD5 90bf7ddee26cdc30d4d25c16d27e512f
BLAKE2b-256 3c431dac2af23cb14877b01adbc565ae25d3bf97a44eff7b8b3b7ccc3d434820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 34d2d38d29434897529bf7ec72ab2f37d6c2b7a53b12b134ab9a2c4d73103e2b
MD5 1309242b6bf4efc68f59fe8108e9d0c8
BLAKE2b-256 489647874953e55a76d25d301b919560791e591a06718b4803d0d8c7af130656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a46dfdc4b82537a45f8caaa3af25ef523ea7b80b935782b07ee90d31250ba37d
MD5 6558864b12d87c879a6726c0183a6ebe
BLAKE2b-256 a8e3574c4cb692e5b354123634c489f14076b0eeb9cac4dc251831135621c197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 054540e71445552d90947a19f4ce98159086a725b8ec71dd243ee91a89ca3661
MD5 bebf2c769518aecd7a32b352f783b1c7
BLAKE2b-256 7ac2cb4af657e70eacfc7a8a9b56d2b5f70ab494c9f4c3fab1d7385d4dc8210d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1d6697741db8265eb8689de75aa55074b7845bddea850cf623b905f501f72ab3
MD5 e949553a97082b8e4e48cd1c10491a54
BLAKE2b-256 1afcd9276b8eb75fb706d896c8567a358028c131fa0ee9c9354a2adfac0ddc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dc472680636b38d1492a242804ffd9ced88702df713720fe9124e84efe88c0d0
MD5 c7f981b4cb6ddc1601dd26402071f5f8
BLAKE2b-256 2cf623ad92dc2d96634e6b929307d3d3b567334cb101cac442c8e93caaccfa2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c82d392012780d27605dfa17c8fe357cc067b5b32af5aa5015ed6a1418ea91e
MD5 618b5e04b0b23c7e85fb1babaf1300ae
BLAKE2b-256 d632f6b0268a06cb24c9c673b6f1663ec3d8f435ff4328fb5e78220a07760d06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12ad71dae427081bb2718c10c6c0750107c48c1c02ef3d8823ac39b0f63fc077
MD5 28d6ce4f11f7f7c6532d64eb16443294
BLAKE2b-256 14675da6c39e98d888a29474852a757824607fba375fbcfaf1e1eebfff4535a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9391adcc80d1cdc2aaab0968122c63f95cfdde8bda6e84279b6948bea1ad9d69
MD5 34b6922a4a3dc0c8a5e533039108b74e
BLAKE2b-256 1e953daaefe9a84e6e3338806b6104fe031d8e36b2289b6adb6a7b9bc8671668

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 58745a29d57930da0685f2a50c36dd118c7fbc174f41a4c44b10473a2a2961ea
MD5 6a6fc7f354ca282ec9720739a256cacd
BLAKE2b-256 41d2d9d4beb75d5887ede05ee70507a19dac57b1b3b613be9328cf8c0c5693ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dedd71ea99da7f9e8cea56eb15ebdee84abfe5e173c291c57e5363b9dd91f462
MD5 89a1a945ea1bbd38d1137f332d496419
BLAKE2b-256 a085dd75ade62424a43280e2d4533e34eb3e1ae3316334ff6563d9e282e1181a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 58b6ba15e6137175821dbc084e992bdb86f0357bf3336141b4d0657141c9a5bf
MD5 28eff9009dcf487602aa9df86117aa0f
BLAKE2b-256 51b7c8b1f75deb1a11dfe072f5d6a5b9a05ebfa153b2eccec8a6fd55f9f626ab

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