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 --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 --spec "passagemath-eclib" python
>>> from sage.features.eclib import Mwrank
>>> Mwrank().absolute_filename()
'.../bin/mwrank'

Use with sage.schemes.elliptic_curves:

$ pipx run --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.8.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.8-cp314-cp314t-musllinux_1_2_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl (30.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.3 MB view details)

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

passagemath_eclib-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.8 MB view details)

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

passagemath_eclib-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_eclib-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_eclib-10.8.8-cp314-cp314-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_eclib-10.8.8-cp313-cp313-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_eclib-10.8.8-cp312-cp312-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_eclib-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.2 MB view details)

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

passagemath_eclib-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (29.6 MB view details)

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

passagemath_eclib-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_eclib-10.8.8-cp311-cp311-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for passagemath_eclib-10.8.8.tar.gz
Algorithm Hash digest
SHA256 2eeaccce291046bd0c7f49e053767f2e0b2242bcb4dac2ea69ca2eae0c0130d8
MD5 04571ed9c748bf1ac3f7fee1e8df5d1b
BLAKE2b-256 a96a6f7fdb4ccc17eb5aeccb067963e2fb649e2fb619b2797293707558da7aba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 020bc89439cee8d8b1cbd9488c5e445e508aa7204e37b60a581e0aff94a06df1
MD5 1ca77b1d49cba513128b03e769486057
BLAKE2b-256 f7a3454047b4a3d179770c29515360b2e19033f7cb1e36ed334d20fce834e627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2446408099fb0fbb954f324b288c47ee25870c9cdb259cec5d18430decb2f0d0
MD5 41d7b406dff660419bbf04a771ae2ac6
BLAKE2b-256 622b0177785651557659131b7353d557f4e39df83ccf3de2272be7fe255f2c63

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 030a5d919f1ca83da77ac3557e14264c88bb71e6158d7481035b3dd055559064
MD5 888156c10bfc645dea8f0bd07c506349
BLAKE2b-256 81a6f02814b7ddb7c5a5c87662ed36460e9bd4f06cc2977b80c292089b4783df

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f9367396f589cbd2db28b0232cae63c6a660070a337e6f771977c9a961ae1ab2
MD5 9b6e31bdf4e5489506afed75ac52309c
BLAKE2b-256 74267bc770788befa2026fe92c2939db4e61bdefbebdcfcc225d3eea8199b3f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a8a2d9a5f907701ae08213f718bcc37048de46112f1550b0ed41148ad8827611
MD5 acc793e9ff86d0bd2e8831d6343e6388
BLAKE2b-256 fd3cdbfffe1915850ac279129570ad0edde524a9c1dadae65987028fe56972ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1731464609e97f630f635aafe66dbb332b14994b27f7682f923ad78afb6c2e2b
MD5 557c84ec41fd80b454a2a1e02f45beac
BLAKE2b-256 bff9bb323216578a65eb36492660fdbbbb6ec29a9e78ebca50e9a071fd0c97d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39328ade6608ebd42ab1a9f54859c334d69b16124f7636c9105759e4d8ba55ba
MD5 93a33468951b15ce8d53a98295d619f4
BLAKE2b-256 7510d1d3e2861b509c1ecc685a1566f7813bd3f2786e404ad9d9ed3dddf775d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81b06169dd7a968e8417dd42d0761e1edf6cf4d1b77d63764ed72ee09cfa4ce4
MD5 3598b726ba93ceec4ee480ecadb16d8f
BLAKE2b-256 4c9e3f5dd1ab3fd3fc2dfd979d8a81a47b5834ef1affb35be203f53cba12edff

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61f1b88216e1967dc64bcaf68a40d9252480159e8a51dafb76979cf4adb60486
MD5 686f8844212aeef363932ecff9fa3255
BLAKE2b-256 41eaca758360734e676477c6e530dcb280f45610180a5399933a006326483557

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 448098fdfae4389b54643523741a77fddedcb6040d7017f5d81b79be328550ff
MD5 8a58bb3cb2df4502cfee2b12ee05b7e9
BLAKE2b-256 26fbb32ecdd4366eb0163531793e303942897a8e55a92223c876685b0343c15b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9af94a4131cb30b75a694628d5472b3279cba78aad2f5e1a2afa2fe1853ad866
MD5 49fdcfd1373f3bac0228bafcaced7612
BLAKE2b-256 c73b61aca79ee134a936b5ce0a657ef7fd46ed97b1fe2d311154bfcf67c87d12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c65d52fc3849eccad6e52fdbc00a67b1d45756b23adb23d0324aada81cbc8fbe
MD5 94732601dfe8afc4e2f0c0dbcb941a30
BLAKE2b-256 a40d659d709cc9e15dfbae431775bf1c68f07d6e260ef922ba76c0839b58433d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92e59a9c273947925272221c3ac95c41e05decd5bf38a9e149bf79907182cd6a
MD5 edd7fcd25efe983b5eca5c9bcb8af25c
BLAKE2b-256 3c810dd021d1d4ba65fb920a7efec0770a0b2c0befcd9b866127cbd4756eaa9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fe08f4035b8a8ed7e84e5f1d751cbb47425114e7726c1798f3c0c6f7723f9e1
MD5 94adf4642c382596626c1c67ad45f1d0
BLAKE2b-256 0f87703865a4226131fe3dc52c4f85d6846dc7adb93e5561740734a9f3081450

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 903e0c4fd5344b5a882402714e72629a9400ba7d42f34df17408721f21195dff
MD5 6cfe2cebd5b14f94d3ee06521c5e4f03
BLAKE2b-256 73d786c2a0cd05e7e90eed6f17c55db2a178d09736636da615c1ffe07e140633

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 321a22bd191f5b30f2ce039371efcbdef3d9228c48694f616eca8e33aa1c906a
MD5 a11eac7cd02e6c5a5131b3eb0535eef3
BLAKE2b-256 5e4aac706d3ae70ac7f38a9f733f08ff97d43911d147e36f8755fcd2a3f8a365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d203cae4b99b5ac6cad3fdab157ab4b18de399d9cd713ae678de08842cc09c47
MD5 bc30b6bbbc7312bbc030b0d6fdc97b72
BLAKE2b-256 c7f9a246519d4c1c9027b4ada65726b1eda56519fa8709ba822e5d1addbd8998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 fae9aa555a081c2d145b47e969fa3e18f6d27af1338e38f725e8410250d559cd
MD5 dd749aef7ceda15fcd5b89e272bb5ea1
BLAKE2b-256 521d36f20b809044195700d03c0cc636d3ff53f31ebba14ca8e06ee5bc17a70b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7bb730b855ad51b1b7e410f6a5693b8e5f5f8fd667e98a44f173077bf27113e5
MD5 43ab88a307332c813f9fc3102cac638e
BLAKE2b-256 cb82f66940baf2c6fbbd97d2d04683d88db9f6e8f3321eaf41805e14c7d57c34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 509008b7c478a18eabe5dec67f5ab0b4db5bfb46d0f0d2402622bd9f49aabdf1
MD5 a4f1bfc435e3ac428412f59f9ca92799
BLAKE2b-256 564bf47db22e7725b6dbf3e50d24ea756ee51580d90560e41d0670ad9e503291

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fb20e0a7ce5d3264c30e18a4295a68da369589404e70567969dfdf0e1ebca2f
MD5 16eafa052089a624f890f57e3a29c6e1
BLAKE2b-256 bda37a1d1ceca0bda344025e2ed9c9208e51969e1786a83901c98058ee75437a

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 766ba0a39501dbd0f803ef995dac9c102bd800ccb8050dc76f78a23d5e0b79ad
MD5 8e01b427c6cf711aca5dae4d9231cd45
BLAKE2b-256 9a504ec1a38f5181559cb3c88cc51d0eebd97a56888e7b99ada81c874308e922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c00928aa511d8186ec929af06a990634267cca939944ca4c53d40f083cda31ef
MD5 2d66380c2f60596a172635e83c676a29
BLAKE2b-256 253bf35904e473446653a8f3f21e1faa2686143f2e99bf07b77c24b069acedc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2639160f354d8a2366dc65d775876076d1f113f7e22ddd215069fc70adb94ea2
MD5 6af8335507a7271f1789680a791d89a9
BLAKE2b-256 e4c82221097404de9463333511fe6ae8eb2429c773c39cedacd84aca12f1401d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2fa32b91fc282464aa2df71c3ce173d79b014cfa0ca2e5d099f783c1bc2a9976
MD5 b7ca327e87724e9bbe03aab82f60e222
BLAKE2b-256 04c64891026cb5de8304a07e8ad71bae6c030fad8fc9b62748d94961da13df6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe049a1e76feb007acd47d439d6d74e839fbe0ec7776fb4d53e5241c8bebbf58
MD5 b06c7a80c1a79eeafd4ac45d08f2ef6f
BLAKE2b-256 1fa4b4ac755978338f0e7982efaec89f87f1dc17811b549e85b796c4d8027e61

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f72ab71fbfd584fb8741f17f2818ef9a0a5332029ebf6f2027730b606fbbfd26
MD5 663d176d65fdfba9ce44707d8490151b
BLAKE2b-256 97e95a4e4fe4db0fa3def6e1d105480455865686e88d476b87684b613b4b80cc

See more details on using hashes here.

File details

Details for the file passagemath_eclib-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6ea6495e8e89602b28d6ff5b59528e7701c9e2c7a266049194dddb0ff8a4427
MD5 1e1dcf78dd0855c903abd67ed8e54ec9
BLAKE2b-256 cb6e607cc9a613e5ce923933a734d3044cbc48923e19a5a50208a163e25d5ea4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3e40c561d6094c34896276341ec060cb1ab16efb41cf2a17fc0826db5d152854
MD5 8ad15cc9240d355b15f14e805a1049d2
BLAKE2b-256 f1b20bcfa8e6c2befe53ba6b20d7d71099ba2da83d0a4db3e892f0253a596a66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 46c14684638567e8486934b3cff2938486f2ec6816208a0d35c38c3e567caca6
MD5 27cd780881e709325510e3eed463ec12
BLAKE2b-256 db9546b15739dedb3bb3b2700bc0d141518331d3144bdba5503184268db98c2c

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