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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_sirocco-10.8.1a2.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.1a2.tar.gz
Algorithm Hash digest
SHA256 8e09481c7441db1d8dc32a662fa40ee1f017e15a87c552f15badcc703ba8a125
MD5 d82e2d6b9ae95add862b625c06938da2
BLAKE2b-256 bc161fa9b87edbc521196a83421e263511860d66a7c19012828aad19dac7257c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2bc623cefde954687a2dca3d71468148303ad102d86688964d1f5a316841120
MD5 12ed434e1fd030417fe685d8389ed646
BLAKE2b-256 d7ba25b8a632d49929ac755855a0a2fe49f30b491c43dce0262a704098133966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1635ca8317a3ac1de998e95a7f17a3b2c0674db96de05b4c9572bdf861718920
MD5 ae596532a11628c2f6a4ba0bf4f7d4bc
BLAKE2b-256 763f4caad23ee49acc70a1646399133ca3a7c93be8ddde49dd981a629c7f8182

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24c3e42fd05a238bc1738b12a72faf03ceee71a6b1dd4d47daf575d75819daa8
MD5 922ed0c82e25acca91b93ba5794d4aaf
BLAKE2b-256 d72694d89633cba802f580129b34d69a81d7002c1d43cc35b4f89a8170521e2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 193e44552b8ad01c54dd9fbd045dc626d2190f7a7212ebd28f83387653974880
MD5 7274e8dc9a5aa17ab807d22f05a99fc8
BLAKE2b-256 a911d1621f7574610ef5a9dae9c282112995e5fda9dcbf87fd94dbad49295d25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d46b76643eed95edc583dbda1e1f5ca1650fb7cdfdbfcf1f13d3d6f41bd85261
MD5 eb8126677a675243fbc90bc1a2ac4886
BLAKE2b-256 4635979e23731f5750025e7a0be3b1a4cdd8dd3041b62c7321daf09936809d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 27c218da7f664a3065ce36271479894fa0afbe2ce6581e2b288c4ec736d73edb
MD5 d85393e11a485b337f0dcac6c8feb17e
BLAKE2b-256 a04c4491953f00ebdc0aed5dd4b22d4ef96ee61f889cec954006dc117f90b181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e6e5bc51eac389a94ad6cbf0d73ae2ddbb3d2451485dc30ac3244c13d71dc33
MD5 707bf49c04d3c9be74c1b36a3c69981e
BLAKE2b-256 5599bc8e2d5adbe191fbd509fb207fb86666347ffe009add400e96517b1709d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 425104615c6fb44d5c44903ddeadc4c8c4cf434223ecb0778ca42ddee6dea00c
MD5 525a0cfba185303ba7b5e78b1dcc6f3b
BLAKE2b-256 628ebfa54cca7043295dcac29dbbfe3b817fdf9df7265c4e1fa9f4f52e7d9031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 383fe431388772c66f5ac10ff907281be81c60287e8898a001fd9a0049c2078e
MD5 46480cd9180508ef7fde79b4dc846c2c
BLAKE2b-256 0c086dc79748b1b29ad77d0c15184521ea73e196268864138501942ee8a2f4cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55f20065384d2f5a1d69c16316173f667a2762170ff1534ad25ad0f8a19076ab
MD5 7e403c4ae7e69aa208fdda2cff3852d5
BLAKE2b-256 edeb5641e0afb24000144b5bec99d03148541c121d4346d8c801c66d1b4e71a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bbc9bae8a2c9fb6acbdc18746ae86cf2663cc2df073635685bdcac1360862e84
MD5 e71983700faac85baa5a2849bbeede67
BLAKE2b-256 b062229cb30e63c035eecdb2d2ab198751a53d76b8be2e785a4ec156f1160141

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 24d82f818384d62533b8035b4a1f6ad5f287ae17e91aa5cdf98eb85937938544
MD5 6eb11be440ef9a74d5919c6ac358f38e
BLAKE2b-256 7d894a4fc0861f585bfe9a0dd90cfbd3f994c052a618f6d7ceaa4d20ffec3534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be662767f08c7072279dfcb38452d7872d4f78007519fb7fbd3b170037ddf439
MD5 2a675ca918ac22768205d38b6177fc04
BLAKE2b-256 ad952399b283bf04be5bf827e6aa47470f6296da3fbc0b67054425a4225813b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5eb8edf7b60409a2d5601885412ba9e8730a8e4692a3fd7cd57587bfcf532098
MD5 c8878381689a7c645aeaaa01ae863d08
BLAKE2b-256 5852402f4b7d7faeb690624de8575986f649f781113cb38054e196e39a669088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c8ba7c2271274b0b3faa4ae1a1dd3d790c7f65ef8a4df89a4506325ec4ab283
MD5 8845f6557cdc74c99ffbcd3b16bf6812
BLAKE2b-256 a7afdb2e64dc53802c3e5017f9d0453ec0a7ce936a8703ee72e7e21766a70da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 286a3760f950db089f02444083a77afe89b96f9a9530cdf933c4c96251b23566
MD5 0ec7a21056efee5c29b2afa1cb595d99
BLAKE2b-256 26c38af3bc72236621fef3b5e533918cd3a9760c8e6d0d023971f8ee857547ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5412092f82ae8da5463579560b5a6800a590ee214fdb5555858816ef04362e6c
MD5 4f36c9485e1746e7714034e3c67612e2
BLAKE2b-256 70897219db73565d1d424cb1f3f8f4d0b080fbce1989bc077068e8a592c1a208

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a988d17b23aa779a3c5319a8dfbb74db384809ce1fa7c7b73ce119f3c2a9063b
MD5 f520fa5e8e6177d5a104878b692c9bd4
BLAKE2b-256 78fb166b16ca0fcf1744c8d8a2b752cef643c929ef1318969c3534be61093764

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a779f3922e5c91e3ef8818ec4d1de10e2485fa30cff87ed70a4b51f3010cc68b
MD5 ffe3eecf2b03f761e07178b067947fde
BLAKE2b-256 1bf7c31cc18f4a929d257495a43b393d136b0546a744840b74dfaa1588d31d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0b786f3f9d9f102b4ae2313f8978e41811913cd4176ee1fa8a820d6b3efd370
MD5 4df4e663a0ff8294eca25cab80f79653
BLAKE2b-256 a59b2ab5c5145c9e41e800230a6874a65a9a43a9c1abd770bf61510cf762d558

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fa396e92d2b6074d5dcbb7969a7c680ba9446858af2968fb91809dab2fc3fe8
MD5 bd68f6b2bbce6e2d8fb74df914153e2f
BLAKE2b-256 1ac19e34643c19f80545976d7cb0de4a1a54545c6357b59e4d614ba313211f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afe417958b82c0885a6b5e68be8a634cbd215f2dbe464d09d66715d6816f685a
MD5 742e0c2d028f25ba1288ab0454d7655f
BLAKE2b-256 d8ed09155c27c7858d5e7eee1089f2620e986d69ecf1e45e5efb342f3648c607

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ca06ce802c5d7f1e8fdaa186ad74feed512e59d9eab2a318ab6caf71c919d207
MD5 ca827d31c943157b3881450ee5f2f074
BLAKE2b-256 61412ee7b6f1cdac94419e44d5d0f6ea1540954b53dbad758cdfd72f3285ebbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bb9b8678545fbd3c69ed6e009a5396a639a0fb6ed80f8fb83fb6b875714dbe7c
MD5 f59dc8455165c5a26b6a5dee698620f2
BLAKE2b-256 d79670d47a02088c43b0b0a712d440ed7f2166d17cf20649449de41f15532bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb3ec268c6f01f09f684abd87a4fb67bf0d8aa1f7450aa7da8ea8e35dfea4549
MD5 be9c7f520a1e2562d6935ff07906ade8
BLAKE2b-256 af2c2017c392cc8194ca3d7201098c3a4c90200b7d09345dec5c2b65e3f48b11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ece1fce73f3fadf26caadd6676e147d7e7b36d8101f27d7513696752a1328036
MD5 4db6a46eee32909bd173f2c7d67cd180
BLAKE2b-256 8fff34f46bd9a67fbb18501f91e73e1028eb460e857e3cd173c800e6591e9933

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b707c5210901584b65f50e55704d96fd9592a42f213838b6edf6ff0c1da9117
MD5 53aabdd4d71b37f6f06210ccc29d972f
BLAKE2b-256 99e1129157fe0454ff2cd69214c3685b61f80926edbcc7b8daa47af9d3684f78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03cca84d601e6d982bd089d6c2bd9da60da4d631d59932fa73e9d6ca672327bd
MD5 0251eb1e364fa3f70b30f06f2e56419b
BLAKE2b-256 80c187d0fb512228f6351f2cafb66fd4c34dc0b6c3d1fc99f56a6807b0a6dcaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f591507e03e1895b54173d4c1a1519b0a42c811edf055a4a657a45a422290a61
MD5 f39cfa045e39be9b309fdc0b7958f677
BLAKE2b-256 aa529d34db493c52c4f1d1a1520cd31f1a4518555a3de09f398738d9464e4897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 41988865af812eb75e5fe43c79777b8c034e12f603255144443131af8b59fda7
MD5 d3285d44cd77aeabb0fc656f8401d12d
BLAKE2b-256 1f165ce0583f9939361db56ccd130639cb1d8634ef00244b467b468a8b146aa5

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