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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_sirocco-10.8.1a3.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.1a3.tar.gz
Algorithm Hash digest
SHA256 ad49fb603a401571096297a0537921f0df7ea81e304c3809e8282cf50889ea88
MD5 8a4c17ee9c2132f59fe4639684546601
BLAKE2b-256 7adab7c0cfe5c8a93fbce8e98d880a4cd2bd247cadb8708bf3aef6c6bdc26431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1985a1edec586a1a37f254d6f1b7aea5b06301f5e63b528499464a433c7ffc48
MD5 a2cb11865ebc41057c4638a2943f4df6
BLAKE2b-256 96205f78cb9a4919e99b4280b04bf9d8aab9cbe4de6b8012c0b8885b1118a602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ee25cd3c01f1722621ff375732d043563717061fe5dd50458841fb3da165c06
MD5 5a710b93234c9e78a1f9e51d55f291ad
BLAKE2b-256 96a5310199da8d9cca69705b29a98b5d2617b57c42af1a7b731bf005129cb9f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bf1e685e2025556a3566c719352bc93128e57945d2dd9cd2a5a16d9d829b9b4
MD5 2cf415a1e4fd30bc15e12d24c8b29aa7
BLAKE2b-256 f4863bad2bd370a0e9e359a6e39fbdab9019e163e74b4ad8fce4482161a15dc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9135e06751f67e166f44f68e11227175257877b26365f9947cc7b9804d816ee
MD5 c0a2af32f5ca7c03b1002704c89a1dc0
BLAKE2b-256 4e39bf3319a83ed93d6b4ec80743b01949db27f75cbdc10a5fb5295ad6408811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 53feb9b1921121cf8dda6bdba52ae252cc42aad7ac4c1b70c1de96ba311aa827
MD5 0c7b59840b031cf8c1c72fd3e62109bf
BLAKE2b-256 bfc344f74757284ffb3d79d592d46c87a4af323f7543ccfd5e6bddd34af5c0b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 80c34c34749c25a7f753afde64f137312af48c33b86600109accce65f77b7d87
MD5 61c7c31644523dc24c98df0b2e17e3d2
BLAKE2b-256 92a1ec58ba7dc2baf52ea3a54ae4855604467e0771d3256f2f7bb6cf433e22f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e68f0e1c06d4fb007d03657011f6e8347c92f4180ea1bd35f211ed57a5ba310a
MD5 88f207982f80911f4a8618101f893718
BLAKE2b-256 97b5363f488707dd7aa2a80c534219c4828ce246687ca2a21eebabedbf536754

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c5eacc473045d7a37aaed5f17402a957abc90f8a5adc1de20a4b2b12861b3d2c
MD5 4372bfbeea86586c40889c1c9bc8c51b
BLAKE2b-256 9df7a01d1f67fdc96c16633865f54bc8f6d654e7ec1180c1aad89be6dba07dad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0338a98230f50a481e91f0a2f13ea45ba5b8a797154ae668cbe54623e8601d6b
MD5 259f67e3bac2b5ff10fcd7987d20f3d9
BLAKE2b-256 92a4f046ca87913f07e64d062e397a83d8794d81b9b4807f5f783cfeb81ea869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0aee2b8fb359f05674f50cb1a8708db6152fac0529ae5c08e0aaec31b29eefdf
MD5 eb309babbd67d5c21b0435b898b04f44
BLAKE2b-256 537274aacd048be4e503c876a0992187c48bcbb25bca315c07c8fb55aeb5823e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 713e51944e73fdb74cd4a2d06492e070a199dbed8d4938e237ff3979cfc033fd
MD5 0fbdd5bf4a94d2d5a59e19801795ca43
BLAKE2b-256 fdbf34964f816713d00a9f6035bac504ac095ec29b7f1f32fb0b71e989f4f2ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 66679474d2a1864abcfb8da3759ecec5813fa69f22259077100d8034dd5c1051
MD5 3eb2d26916dfbdb2cb021e9a45036483
BLAKE2b-256 7ddeeefc7fccaf4a7d16a7e85887f3a18221170a830a85f7c092b3e3997d4b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea560d8f9dcea81ce84aa1b7569281889ea5617873007161034ddea6a2d31260
MD5 75ba89914f8c7920253f44ec9658dd00
BLAKE2b-256 db77b1544ef3a9c3e5fc4fb8d8ffbc7e75d28181e1ab24aa3b91e6cb0ffd6379

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ccba59ab0d52823481f7a15d3855e41b1c0b3932bfe5b54e6429c56c4dbaa43
MD5 a1c0f4f760b1a55b5b5e762077f1bb25
BLAKE2b-256 63b89e49cf144a848ce826bbfc661e627ce93ecf46ef1152d9072dd0ef5496d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4408670cabcc741d045503d09c0220c843a36bf78f2373a78e2fcf697f8e18dd
MD5 860c58926f9470737be6010f03db64a8
BLAKE2b-256 3689b40e5bcf70e0ac5c87dac7ecff3e19d462f45adf850bb3700867b27f1d20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60a64038e0154b709f7b519e0ac4dc37be18d9e63cbfe104baec15ea897c2e5a
MD5 008c6dab30a25f1bc40ab3f3379a0242
BLAKE2b-256 30259c79197c14d254fb740aa21368d52c53c3e919b8eb0d027ad17560b8dc54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7a13745189a9318ce5e700ee464dcce18ff34e785abbb13bc70df9f91903f535
MD5 e01ce990965e466b1b24ffb7f224c5de
BLAKE2b-256 74c0b8ea1782bbb90c4d552feb186c7034c26347f380daf2928fbab3eefcc48c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7acca2aabd533ae70654afe7549786cb5bd11ec14ba7cd367617c12f9e937714
MD5 5141b3f826176f51bcdff57959d32d90
BLAKE2b-256 2a3b82b5ad73605bfc80cc41551699a0a738b56704857a7da4897d571b9f8d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bab9cdac34b2d36bc1cc279ce633126e77f8b3f435f3b101089b65b801e5062
MD5 ea72cbe96daf6dd38056ec7b9e23a7b3
BLAKE2b-256 1e6ee6c0e4aaebded3c44dd5eb97fd03f3e833a86c71ae65747c9881a15a19ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 913a0a0f79068a2ab2832fade0444a882f51c654496478eede97141760416187
MD5 343bd22e0c66e1688ceaf5785e75d50e
BLAKE2b-256 2d5cd9a02ddb449753ef3c37cb4d5e4f337e09e7d3347ef39876f095bb77cac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a57f56de642ebb8b42afa49c693d48c175cb7d06ad5d5a087ee1d44ead4dfa6d
MD5 c1653e1db293b3a827f1a5a2edc9418b
BLAKE2b-256 e96a690ab3f143aec2c8c11c05c9bf40cad14849b97ea834d15413015a9c4d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a6534055e126f6e54d653afc37670273e15f4aa1e130189d51351744c26c1c9
MD5 d69800be3012068bb9c69cba54a7ad64
BLAKE2b-256 84943fdff2bbc1b20ba840dc942904789ca5fd8ab0d9f93f7f841d7bbb0f2f21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a334978815395adce363e5f4c20f32ac02bb67ddf2b038bc78bae5618d1cc81d
MD5 e1671b8dff5d1d0361866037fb04e86a
BLAKE2b-256 97de98a00397e7648189212e7197fa982701923b1dbbae4334f5391faf186f33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ff776398ef559a66f5a38c75fa4a1b8cfe2ea1fe54ccd403b8e78049cc821478
MD5 2e4a80462d241dcf19d61fc5e037a0ff
BLAKE2b-256 bfffe4358ced6c92131f36a313769cffa0eee315614f7dce81806051b6dd15d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 386bcad7fe9c7d288e97955a3a3ac4d1d24e51cbdb5dc0ca111d48910c02dcc2
MD5 44334bf344eee987d7c629dc034ed9e2
BLAKE2b-256 e1318320fd1be900c2949b69d7d9b5ca20fe2afddfed6befc89335f9f1a7a5b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01206054ee503cf2611e88ac15b37cbd18ac8e105335aec3812f191936ec5e26
MD5 68804a901bae789d905c9230b813c121
BLAKE2b-256 a53aceb1c7f327b58c7a0970d39f99d30feea4cc277b960c38ca547e847f6807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c268d1e9c4890c4150503d75cd3e4b64d384dd1859632fa181278b1880e87be7
MD5 73e1f0d900e335e8eb1ab0658df5659c
BLAKE2b-256 18d5b5db97b29f7ed25b9897a56b37ee27bc745fbedd22aa6b920d4f71d35c25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 869ec23e853e1b1106a9d5a3963de255abde7caab6f729e8c1b9f8265b1dcd44
MD5 dcb311fd623efdd5132e291a6859e040
BLAKE2b-256 238080e8f726f284ce6594cfcd3945c6723f0ffa84d4b60862ce0435e960f9f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d4983f19dd88605a14a84baa531617228d9a7c5fd4f1e329c1e29b19c6594598
MD5 e45f6366bc8e10529bafbb437c2a601e
BLAKE2b-256 16e365b0330c332ae4e366315d0121ec7ea0340195c113f4843387e9e8e33138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_sirocco-10.8.1a3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3f9054442c7dbb3f59133687ee13a2f3b7feb4be947290b7627063a5edf03ee2
MD5 0a4efd021f262eb3ea79d3c8654007a0
BLAKE2b-256 6f9f44f6cc9059f384399292d678705a94d462ae154952370aa142fb3f025755

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