Skip to main content

passagemath: Elliptic curves over the rationals with eclib/mwrank

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

Project details


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.5rc5.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.5rc5-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.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl (30.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc5-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.5rc5-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.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl (13.0 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.5rc5-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.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

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

passagemath_eclib-10.8.5rc5-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.5rc5-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.5rc5-cp314-cp314-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.5rc5-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.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl (30.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

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

passagemath_eclib-10.8.5rc5-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.5rc5-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.5rc5-cp313-cp313-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.5rc5-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.5rc5-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.5rc5-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.5rc5-cp312-cp312-macosx_13_0_arm64.whl (11.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

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

passagemath_eclib-10.8.5rc5-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.5rc5-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.5rc5-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.5rc5.tar.gz.

File metadata

  • Download URL: passagemath_eclib-10.8.5rc5.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.5rc5.tar.gz
Algorithm Hash digest
SHA256 86c1d2887e9bd153da300911abb1cff14291a230e2947ce0931dbc17f3021a81
MD5 0a27315bb16cd4da52f378c85607f7e7
BLAKE2b-256 166daaaa6f999d80b350cb7d7f7f1b32e9fa434e156b7a328cd116e1fd9a14ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be19161acf51619f076f35deb415884863a241119e0e3f507be7307b606c1876
MD5 33113884f4d1482d89f161bea8ca1b8e
BLAKE2b-256 47aa026b4f8a80e5a55520aca56d68f0d354ea4fd3b57c252bbcd8f6df832def

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ed40db7dfb7b9f88738a46f16c7c0a9f6d8a0509e56d77dee95aecfde9429a1
MD5 5468a7408875ae6b9e9329211a42d1f6
BLAKE2b-256 fc0e810b12287e9500c3192dac6cd98a4eb0d4253e90ff08c9b2390f2ad32e8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58d8de84b0918ffa3c3705638f41e332a8ef1e154df068c9dae8130c0d6f7a88
MD5 36fb7756d2ab241ab94d0ecba2910bf3
BLAKE2b-256 92447e071cd2c293ad9afcbaba3abddcf7402bb38c10946d97f4e50297a56c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2dc53efb0d3b04fd7b0ef1958ff9e3bc5342c5710a1c67395a2993cc4199e968
MD5 4451f79b98c2762ef52b943b8e1db14e
BLAKE2b-256 2429dc4b9d4d5822e8ddf7f50be134841ed7871886a26e9683ba87b3c499ceec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 375de8e63019c451198205595caa3f06ba4e0e8e33e851d5f09f34e4d3c1c8d2
MD5 f5a03de06be53213fd38965200ba66ff
BLAKE2b-256 b0dfa1608bdca917a19ca571f4dd47f21ab797add75998c06f824c8226e4c7d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b64c6d088d4890dad4f20fa6b8c943549845e9528f1cd6daddadae52f6343328
MD5 c5dbfe3a75aa9eb215c2d04843b03bee
BLAKE2b-256 8aaf77a6f1fea9c87272707c2a5475f8eee8b105ce5a970ef491b098953a8d3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b884af93202d85d7ea57571558325febcb6d6be67ab679ee85564a6e965303f5
MD5 27e91bdb43ea008db6fa4a0ab5a0b73d
BLAKE2b-256 49a6a50cd4f8346238cb47c5950f010903c391907ce8a19aea63643a26b39e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce0bb2f9dbc849c2e1b7775513cca618b5dc24124b2ede8b4f1c45ae627fbf53
MD5 976af321bf9583cc26ec0e0855a9d199
BLAKE2b-256 99f23e3f0f88a86548dc5e2033d44b97d2bf411861e1fd1d2bf8d4a650439f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d4cf0d8f70bed2cc9b20329fc04ae81641a86c5ae75bf58f94c5ad92906d666
MD5 d5fd9f9b195979142d18f079224bbe34
BLAKE2b-256 494ff7c23c87350fffc8097bb6284f7e99d1f9b5d5235f6de7ea61a6521744b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a3877ec0aca7a517ec9fd7f03bc4d4c52bc95133aef03bcd86a2a29a8dddb0a
MD5 a5bee4a6ad6061f79c6bf64984c041a7
BLAKE2b-256 44c833fd162f5b28dd4e86c035bba4a8288c0de6c9199714535ec77c65c63f7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dda47a2bc1f54163564ed75ac345523b2411e6b44464ccd89d558d6465e29411
MD5 21bef67ad21602e6acb16d759cb338cf
BLAKE2b-256 c3a84bf81b9e39efdfca006bd4cbeab8e82cd3e543cfb3bf6607ed132c23f7c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7a755e6d1955ecbeaab57038cbebc6d16a13d606d9103463340b64b099a39c54
MD5 8fcb3d04156165aa77c718cb838ee192
BLAKE2b-256 72d6f19932cbaf08fb3371797aa7dcc00a34ccdc7cfc22f7c21b89b68a2c78f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 492b7c5fcfc2d2da33d2904d3a6dfe1ad4551f09ef2bbddaba65669e0994fa25
MD5 92c469bfb2e589e1477bbfe3f991df2c
BLAKE2b-256 612ac1ef78619782f37c1ad056ddc3a5ccf080a480a603bef30652b14fe6f348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 78576e3f37bbab9e8fb94f28262f1619b6a56c0f9b17769d74e70bd8e8c497c0
MD5 1c9f28788eb8e0e38af18b9006261fa1
BLAKE2b-256 527d66145f595cd41f23bba2ea635d9d6e4fa21e4ed5e7630a9e59e571b0268c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37e0436f86bb33d4a3dadc3289aa99e37684d22201c9c3a8354ed01b14a9a07e
MD5 70099ce50730896ce203fcefb2778793
BLAKE2b-256 b87e6ad2eaa9c0d69c432fce02547dd866405cb89fa75cd2f6d87744554da1fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c74f09d949c633db5ea5272859dda428d9846025c797a8b0dedaa00fd9a80995
MD5 c4a06aff499997b30fe09e65b34b8ec8
BLAKE2b-256 d4769db465f56506e259138312b9d2edeac91a3b859de14ad13706d020058e33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 371eaf1c51269b1279ba22006035b9bd23117b6de98a98e7d890cee1444ba860
MD5 b86876fee741816273da1bdc0061637c
BLAKE2b-256 21746dad4c08b2e45a33b7b5725410b280e2774a8fb02fd427a006904bf83626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2d0d95b47e59b56323649f05462f97cb46b8817bbf4a6573e5da93667f9ef8f3
MD5 e2f2d68c2213d6ca22d85871f0463090
BLAKE2b-256 2cf5053078d8c5c6ab510e9c1667feb1e967fc43861431fe806d2ee7c8cb2d6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c023f1391642c2dd1f3e3c5bf827aa8080cf86cf1fdd88cfa532824b71903aa7
MD5 06545e16bf82c4e55ca851ac2f58f086
BLAKE2b-256 6dbf9d223c239faf3c6f2205e1c9d61ef1948aaf8dbff64b20d7ba5e7d59d66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6a8ead607bb1de8893edef4e8390a32931995fb2a9426ebdd0f2c2371ec97da
MD5 4cb709853b7e5ac716b86c83837c819e
BLAKE2b-256 ce25b7c0687656ef9db7913a3b78392d540d052c3124651458eb107e631708df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2aa4b15ab0716f71bd52e31ce12aae9ad8906b5638eaaf57e3863726c136ff07
MD5 f70bb480206014db488803b88ce273c1
BLAKE2b-256 2efe67287883685a706b925c59b938ca60427a45f387c37adf98e4dce39e1f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53b846483a8a83b0f191285f6c0988ca785718ee1732826fd898dd57293c92b3
MD5 94333aaf86b296d78495befbd117de3f
BLAKE2b-256 8baefa084bedf6627329d07ef8bae2f3d3d25d5e06618d6efcb627ef392d0eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 59c14f65ad3aa377c746c1274cb529422201ae6c5311bba679fd1cda5d1ed8bd
MD5 fdca1e8b01c6486ad28bf165fc7e6c9e
BLAKE2b-256 79a3f8aa9ae913bbc6703a491770db9d5c12d59855c742c5df1563f4308660b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0464bd914f58b6131b4aebd052a2ac60b45e2784d8b78d480e8e64f9b276ae2e
MD5 0c8084efaaf44052f83e88f7621cde2c
BLAKE2b-256 aab7b333f14c3e56f4b8d33e124f044288f33539cc294c453aadaf0b3398b60c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ef88d057d27e494b200549f818753c2ae91303523bfcd95275d10d199c3639aa
MD5 67eedaa52b0e0a7355322d2f09285f3e
BLAKE2b-256 786496421f465ebb75441deed860e559cf3e3ff85d5e17836b25992fd075f36f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19657dda152f33d3060b75931e33a7a123f50d54f422c674d34d5ed5ee9bfa18
MD5 9f6562fa6790a924a119956841c8a433
BLAKE2b-256 29ef304c64dd7cd937e12263a67808157dd329ef0960f6358ff565b45c794db3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48203c326340475b04f6081802bf2595d334f33dae9a51f1b1df2428ed06ab0d
MD5 2517a3968461313fb370c67d08bb5727
BLAKE2b-256 58e0f4d2b3bdc0e1451555cf2cc76de530c863b6c0d365b74ec9328f0f216357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4a76fe45c23d49d6581a8e5fdbf10e1b3c75548138e7269b731fe5f0b98f3b4a
MD5 a6ec75af4a1ae7df1a6885f8756afc0c
BLAKE2b-256 5baf9e2e7fd468f9f06974e0bf94f8dd777387d62764f2fd2250ebd1a01e33ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7a4fbf01241fff85f2c4df016fb6d7a4880a053d89aada6ec73bd8fab0882d97
MD5 296ecd0aaf6298ec3f475ed4c96760bc
BLAKE2b-256 11af7bf054bbae2f3243ae748a665dd47e2a7cf605893f4a6b7f9e003e55bed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c6f26b8a5f1818b41bed2ea355267a5e7145439f9ed4de6ccc93ef69b8c92a06
MD5 e3f7258c5b47c1dcb68743c5f5984910
BLAKE2b-256 5f14802dda9c5abf235186faf111ae7c1481cc6db00147d7a424f1a330851c56

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