Skip to main content

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-2026 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:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

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, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-eclib provides the Cython interface to John Cremona’s programs for enumerating and computing with elliptic curves defined over the rational numbers.

What is included

Examples

A quick way to try it out interactively:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython

In [1]: from passagemath_eclib import *

In [2]: M = CremonaModularSymbols(43, cuspidal=True); M
Out[2]: Cremona Cuspidal Modular Symbols space of dimension 6 for Gamma_0(43) of weight 2 with sign 0

Finding the installation location of the mwrank program:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib" python
>>> from sage.features.eclib import Mwrank
>>> Mwrank().absolute_filename()
'.../bin/mwrank'

Use with sage.schemes.elliptic_curves:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-eclib[test]" ipython

In [1]: from passagemath_eclib import *

In [2]: x = polygen(ZZ, 'x')

In [3]: K = NumberField(x**2 + 23, 'a'); a = K.gen()

In [4]: E = EllipticCurve(K, [0,0,0,101,0])

In [5]: E.gens()

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv eclib-venv
passagemath $ source eclib-venv/bin/activate
(eclib-venv) passagemath $ pip install -v -e pkgs/sagemath-eclib

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_eclib-10.8.5.tar.gz (39.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_eclib-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl (32.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl (30.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.4 MB view details)

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

passagemath_eclib-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.9 MB view details)

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

passagemath_eclib-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (13.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_eclib-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_eclib-10.8.5-cp314-cp314-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_eclib-10.8.5-cp313-cp313-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_eclib-10.8.5-cp312-cp312-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (29.7 MB view details)

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

passagemath_eclib-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_eclib-10.8.5-cp311-cp311-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_eclib-10.8.5.tar.gz.

File metadata

  • Download URL: passagemath_eclib-10.8.5.tar.gz
  • Upload date:
  • Size: 39.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_eclib-10.8.5.tar.gz
Algorithm Hash digest
SHA256 831ad071386784020bb084c174822c562aacb640462dbe58f016bc92448dbcd9
MD5 6a2e751ec1f04cef1f75544a1348f09b
BLAKE2b-256 8a21b5276fa1826ef75fa7c1ba2ffb47196cac165c819b925f7a23cc3f38c77b

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09515482aba288cc574dcc152df934a61ad5915724faafb30353e263a2a0b714
MD5 af70ff06edc2ef38c302edef4e2fc15f
BLAKE2b-256 ae21904ab10adaf4fdf51dd1df227f01736d877d92891a8edffb5535099ccb40

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13396294e1e52bb50e32f5e473715219f6504619b882a52952838a1346435edc
MD5 4797c3846bdcbda74eac96d1f8fe84c1
BLAKE2b-256 a3b0bbd7b0fc4539f62dd8b4cd67ce282c47e2f6aa04971c43b024743881682d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 04e64a1cbf5b8fa910cfa8a2ca327099a55878dcbe084f7931d1773b822736d5
MD5 c3df647453b9847738a14d743faec2fc
BLAKE2b-256 281d93bdb4fa327b40ad10126e4fd31145daa52d8c6c07b3009fd55f66045243

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a853f583449901a7c366b5bd12deb84256b41682b3b4b90e6eb818d6467077f4
MD5 3623f98f5f810a3144a7b5be85eb41b0
BLAKE2b-256 31daa73eeecb4a8d16ec5c3cae369d84832b5c9e5be7749e201a7a43e0a704cc

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ff18dd82dfc51bfa80e3510e4104a7c72511174cefc6844d08ac8d9ce139178
MD5 9ad58a4ca030e9f1f87c23f789194fae
BLAKE2b-256 4999b0802fa952d9ea786be49db4ca533fcff2e8430a4e458d3f41c95a44ca6b

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fb86f0f88d9a5ff735da1486c090b3017b1dbed8a498cbf5b9b0d32d1e1cc025
MD5 dadd8fab0d5c4feb2323ee67f1c777a8
BLAKE2b-256 f5195b92ad3bcd983a1ace9ca14a1cc39a2c112179c1921a17f2e3d3d88afe6e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f5e5af0fb5eb4b862a0557022489bfc350e96ff13183d3404cb23ffb929b50d
MD5 080a64d2253691ee1ff555e3e27629f5
BLAKE2b-256 13d5ca43d1e041a7455d8f3e8755bdce141b47ba1882c87b49662aece26ebfd6

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ff2e54fbfcc23159c8aa450ba54c2f64f4bddc7b9962c408a82b59e0032d68d
MD5 86cc7e04583dc1740b5b9b9e88aea31b
BLAKE2b-256 82be60d4f558c37d75c1caecd8d527f6dc69460020a62a4d4e14588cf9f3385b

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3423bf7f42211a61f86f7696133187d8234f975031e9bdf848e2a150313ed07d
MD5 b3cf3377da8ddc800b1798f1c978a696
BLAKE2b-256 dc6aee737366085dd0786d8c629d24b61081f278e19fc496b78de452f0583d80

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 137f7585dc6cf839473cd1bf6f114fa2573bda979c1192756040127a06687046
MD5 b75746b32b16fc6fb6d19503c272acde
BLAKE2b-256 77cda1ec99add5ff2a24698e3a28beed9d5713ab7044ae1ac7c5f3a8b52fc5b5

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cc5c8b3838941d30429611a77d1dbaa0d08964eecb5f9747acdb0f5f88a8dcd2
MD5 cd8590060a80fa06f942a1d279abc2df
BLAKE2b-256 02852a942bd1c319f1a02d16dadc145a0176d5a125609fedcb52573b414e74d5

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ebc907b77e9c699be8f265c4ba26ccb876881aa0ce04a161cfaf2ed6c1fe77c4
MD5 bb201cd60c5f0104d5d824dac0ff2a13
BLAKE2b-256 0c26000f4418dd2281e6ad4e48193b73350068999fa5d6b19f921af95042597c

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70c1538dc8735bf03d8ea82d53186a847ef39ac1db235175632b4d5f23af2287
MD5 24cddcd2c8159aa2bb4e39e9f944ed6d
BLAKE2b-256 5bd850397b2e490d901a151c243b4be70ceb110d63605aafab9e36eae41ba156

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 86ba61d1da15dafe468528ac545105ec5dc851d527f8cbfdbd84d14867dadeb9
MD5 2554f67b345f4405b0ad3d6a8d2b0e1b
BLAKE2b-256 be8152e0b7dca31acf041ab653a1ae271f0b52ad2ddca8138bd52af2cf4278b4

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb67b4057d8a82e5ce58d9f15c5862459a46998d6ba01e4e610615e2767b1de2
MD5 8bc7b1e0bdfc24aa10953af80ef7ed4a
BLAKE2b-256 81ec636e8c94985dc9443e674c41d263f05fc1fabb23570c06a082fb53504b44

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 362116f1679c443199fd76064c4aab026d362166e01dce1dcfab8850c8fee9bc
MD5 b8b5f10f4c875ac01cd66f60e7324f75
BLAKE2b-256 4c00b1b0931adeb1d805c13c5b17dff8544f4010fc91d063c968f914c18b2a6d

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3abace561e80dde94219751f9ef10ad4953bbd06c9ccbbada1e56efc6bb5bb2b
MD5 b55977410a28f2c17928916389dda796
BLAKE2b-256 fe750df5812a2abb8259e562d690ebc1cf5b37544c4c9a62fcb2712b534b139f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 70556813221df211a9e66b10dfae95e75c9121faf9379e8c454265bd8688fccb
MD5 71a6ce8766e390bf8988bb02f5dfe1df
BLAKE2b-256 b7891cbafb5a1d87c52981a698b70fefab750f71d9f7b10145ea6c5f403c038c

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c319ff42fab8cfb0bde6699b12ebf9a8dc05e0ef4d5dd9634caa56eb3f3c4bf
MD5 3984584c9347642db0709fc739d8da42
BLAKE2b-256 261059c157208931ed970cdc4f62d5652953535bd60e1a9f818ac5d3591c8f5b

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a6f29a180185a283f08d83afe4578ff17ee5de538b2d2e1985458e5527699ad
MD5 26c725651a5828419bab231860519f5d
BLAKE2b-256 aa4d07856854e23651643b90c687b3e6f0de222325e2d5f38f24357de97d7428

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 005beefd11819e36efe06b2a2aa3b8c61955aed4d96180597f961508b2638b19
MD5 d1edc74d9fe7371fb161a2bf4bd04914
BLAKE2b-256 e366d678909b231f2f025ec6d2cad76b7bbfbca7ea2f3f97c46cae034987454f

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06459d8b08c603f891ac8c2d4f29466ea63ef623d82873d3b8525a1d573b04d3
MD5 11a584aecffaeb5be209a1650bb6181a
BLAKE2b-256 7f77397df29d5f2f9d67ad9ff67535a1e782d7c09b133a1b76e078f39236d738

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 71326c9b28a7785afec69f9077585c9c94a9eb884291988604d0e477bc44f32f
MD5 1dd3ba11e452f842b5c71705b7a56f87
BLAKE2b-256 aa11ee6004903d29f3a834e7e85795c0a28ca199006951b7c62a46581f1618af

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e61b3b84ec5cde5e1f2cf2d3189ab51df64895ff91e113ec41803358049953c7
MD5 1d59bb7474764cf00f544f483c67e578
BLAKE2b-256 8fda9cb26b2f96995ed150b673556e5a1ea18b75804060f365729561603107cc

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4185ab2f56757c98d4b87a2a6e877f6655a0da063dd34aa30e19cf25fe939b7
MD5 ef9263153ee4c6cbb89f45191e9263b1
BLAKE2b-256 a8e2d25a8887341dfd294ad368a2a44186aba128f3a79a4cd14c958c4377a4ad

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20257a8b78074c7f40221440e70876b79d486dac4d96f35c96534340f81185e7
MD5 278c682747fb1c69d26be7ccb1c20b3a
BLAKE2b-256 12328b8d2db557f7489b4c7542d1476bf7f61dd5b2ec5439127db30c529dc5eb

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b648d72d696af5a9033e426ca9fe37382289c7be8afbba017e518bc20672608
MD5 8118a754a5f1c1b46c6bf60bbd0f05e6
BLAKE2b-256 d44f9308a8fa6469a4929e6bc906a60306020ca91f884df67465558fb6b79b0e

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 628db4ff02e6decea629514f7877729c0cfa946cba81360baa3cc496a1f99574
MD5 111b4abf6626963980a525219ea59bdd
BLAKE2b-256 d5fecaf435eb283ae100fa52a6aa6276c89f8598e71039f2a583309ca7851ad5

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aa43e44f93ea327b18ac7d3617bc3f80017eb1ec401dfe8855f7460c84bc6929
MD5 c132ca1082a5f7959257513a1f2fc47e
BLAKE2b-256 145c77b7b0e58ebe4eece09aca886e8784bb4641fad9a7506f315cb8ffbdffcc

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f50fb55f8b186fb40377c346299f2473a3d4c1b96e8caf399c4797edfd1a2fce
MD5 115591b273765f84da10899f6ba7427d
BLAKE2b-256 b0e0b36a0ecc6ac621e851a9479aaadd59e93adc615030b95861cef6dbf5954b

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 Sentry Error logging StatusPage Status page