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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_eclib-10.8.5rc0.tar.gz
  • Upload date:
  • Size: 39.2 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.5rc0.tar.gz
Algorithm Hash digest
SHA256 d4258c5caabdeae344b694fba9fa1ecfd851349b01c8d3b2bb12575206a4fe1f
MD5 cc2383cbd20ce74001cdc6651a3dec8b
BLAKE2b-256 f56fca82580ebb4c3378d18b8350a1b128f19039bbe94200727e2570a5d0e318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15fb3856c260dbed61cab0575e3269c606be18c17a6ff16f6d266390dfb59652
MD5 3aaf63db6e0a58505e0f7e2f235dce8d
BLAKE2b-256 0ad2fdd2e6b1124a175b57a94c8e76e0063af9049392074361ae43ebc1832d46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3691b0de634ce20bd25f9cd9233b8391a8c8485d8b8674a5adfb9807a43e223
MD5 4a0932c5a6b82481edd8fdd0863facb0
BLAKE2b-256 6de6847c818a17f8ee3c1156a6fa6e2e7fc047c915f5a01cc3d382d8f0174ef3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42daa52c6bef135666d158ddeb722677af9c53c0bbe01ca5fffc48771896d623
MD5 c0d6fdfd1936e5f933cf9a2b86fbcf3b
BLAKE2b-256 7cb827288b3966d58e59874e7e8fb7944415cf8bbce3a16e336262dbfda87194

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e4e5eddc1f1f9078ef112d08d9fbb7e0637b6f76a8816e555c23ae32477d108
MD5 f91af25f1dabae08711bd5937e25ca31
BLAKE2b-256 5ed8d42537245f7130f8d61d0fb0592c73239868d27b0cd25026284982e7a65f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a3ab15ee27f29d3ea75e058a3fc5c7baced65ec487fb8f790e5263444db96aa3
MD5 c0bae46649e42740deeb38564d9d0b44
BLAKE2b-256 531de0651bcf9f3643456fa6c2f5dbe63d03e7dee6b46078ccddfa9941154c3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21a6858f3797c316f3060bf61e1071118f028bf8d2abbf3db9257dc341a383b3
MD5 ce689c36238bb056c25c1059717a7bec
BLAKE2b-256 e787f622ca0a4b2a60e6cec43b1dbc62f88368855219df52511cd1b3b86fa7e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c498148264de45820d75707741c675b54f74ddfe8430fff1e5d60965734637ea
MD5 4a9173f81b68fe623eafce113975ee2c
BLAKE2b-256 963fa710001c4e4c6a9e1607114d487e7f50989236a40f3e30bd538c740c41c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 624307d7056a62d864dc50979fc03f66e64738e15db6faca4de774c15f2920af
MD5 8ecce4dd83c163250cdfd36a44c53c45
BLAKE2b-256 109970825c222d4920941607131457dce59262b920f7c39ade6109b3ccba2cd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4211faa156cb4def3649ee1f08f771f932eda8d88b584bbf781f1b8fbe28c9e5
MD5 260615c7a876c2c0b9eab51f770bb8cb
BLAKE2b-256 2ad4f88365a5c2894e6a0d88e78863377b7e14023988c58fd37c9f7888396f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06b3aed3d57cf2d4f27873962cc5c2d7b7e82d45dc1147b45c81ee96405384f3
MD5 02c48fea1e0cfd26b239f41e0c1b3a77
BLAKE2b-256 2eff41ed76125fd7d0deadffa6fcd50787217cf3fdd1a01488f1240e6abf5a36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 df5d22e1d6c74d925cd62c2a7c53897ced4568c7b97073fd72e8923298ac086c
MD5 c699597d2080a26bc1ba79fa06aff52c
BLAKE2b-256 db7a10d27458f1d891637cfbb8573e4f6f1e807a7b8fdc463c540a2fbf63db00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2ca2e2da15601827257a3a0b9b01efe50e38d2de3b9b8eb4e64777a48529da13
MD5 8fbb66bd262d8802c8129043b0a11087
BLAKE2b-256 ea587396f0092fa209a02aa6e6575b3d68ca92c3bf30e05981596d4c35061280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 22da033c2cdcef207e2d53a9bd09a892ec70de418966abed3714fbc62ec4d1db
MD5 64be19125721dd21940499e949561ec9
BLAKE2b-256 e1b2c3317c48d26306c2c00b2042fd60e95391ba928c25b2f501b9ea330748fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 964d61ae09d05162682516c60e0c555a42215e57241cc3019fd229fd95aca4e5
MD5 f3c369d08ac35fc3b92a26651a100e63
BLAKE2b-256 b1b442ca322beebdd3e22504cbde0ae9d98795facc2456f266130711a43ee05b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 957b38e31b199ad58b9bef68c24989a4ff54223c1823c63d02ff91d4eb469d30
MD5 f11a9adba4aa1c8eab0ebec3d95ae218
BLAKE2b-256 e80645357802c07fe362317a8c3238278a40cd1a4188b9cbbf8452fcd9c5e594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c2b18ecd3a06c479f308d2f11869a9bbea8bcde326c64769caa2512615a1ff4
MD5 11132c2fe7269cf4a4a62366205ded9a
BLAKE2b-256 2a68b6c473c6b27607b11e04c576f1e150f51c2df10e1051f1a294a8a6f7b74e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6f8509b6cbc3c066cc2f49f98d995570b0507966fcc0aebd7a5311e4e27da205
MD5 99ab7289dcb685da133f75ec7d3f097e
BLAKE2b-256 c6aecb491359b7e27bc6baf1eee9a4b06cc42a6b840ae53e81a015ef327adc0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 398fc0878c9c646b61567e3879e960d5651f9034fc1bae4d05f1adc1cda8c401
MD5 79d3f2dd242be3c5764c634b5e9a1b01
BLAKE2b-256 f64cb261df488cb46bf783ac0be51953f70f507141f1f5b335c1a584cc4a059d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 50d5fce2233d82a7e7b4eefeffca6bbf04b7224754a7ba7644f8a349ed5437c9
MD5 97a4e0d03733c3a12d742b5a058f18f2
BLAKE2b-256 b170b4453508c8d4a4a5d21880478ef54645e19e2d8b9a91433ac84ad73e84a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 421d22619efa0043def8d9675a0562cf4403504c57b326e1a63282b69571e6b2
MD5 db6f1f045c2737f94f76340b004f3b40
BLAKE2b-256 dd5b4bf399abbcaf561bdeb1a2ca6ed4f68e3614a103b35d6abf9cbe106f2061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e5ac6f02b996c58d2dcdd47481152300c353cb2dc48c6b04d533cf71067d7cb
MD5 6c98f2c61cbb53e5f46ef00817a91283
BLAKE2b-256 3aac47daca3ba7213f0f878a49f1a4cb3a61bf71bab502c8f404cfe52bb18b62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ffa642be68429eb62326b221528c59164a33656b409c0640f9107d032aca790
MD5 221ccc09b44a68f8fa9adcb93428e90f
BLAKE2b-256 9e1264b846a9b85b3b9ae016bddc12d400326a82d606707168ca562a4947272b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 14b512d284665beb88c1295cdf15bcd6662e2195ebf7c90150f6567c41e0ac2c
MD5 6d4773c83ca131b1bb84410d8ed0488b
BLAKE2b-256 be4c16c5d5d462bcd6f81a5b749dec16cbb74ad66045afd6e177e5c248e07579

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5dfe2bdf0cb9515bd1b153b578e5a12b132095a62d49d4334bc69b2ffbb83b49
MD5 0f8b4f3aee4f9b7b000b35c00a9a9f72
BLAKE2b-256 3307b37ad89274f072bf132aad93f08a218cb683599bd3096157b8ec2efe7ee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46a53a25d54bc591e6ce96708c3c47213044b0442f98ed23dfbe137a892934dd
MD5 aee0f7419af7f7dd9c85396834c8e091
BLAKE2b-256 031e7b6d4f0efae670e0c97885a2a9a64b5a0e2114551790c4141795d40fd16b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6ad7d3d030d3da823fb724aea963dd1c45c167c7e164d02438f2547190d42a6b
MD5 aaedeeb5fb35c4e85371bb94661cf0a0
BLAKE2b-256 a26146bec3880f366fed73c26fabfd7949cf32fc859003ee4d6dd7e6f7897643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d18ba24a69dc41f8241358073776cd1c53b0a66e3cd4be50bbf8a42d05722f98
MD5 a55e92d0e9276445228afe580dda298e
BLAKE2b-256 0d773597e6d8ac636ef960398e615c5747bf3b4bc9faec98baf25aefb0ddcd4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9387e283442e502477dbd538523f3db3d774d7828f3e5afca1f079ae54f9428e
MD5 f06bcb6317fdf5bf8a47dd6e93f456a2
BLAKE2b-256 285ea61f186a0f19d17c742c2e938461ae5527dba73180ec0caa4aedc94469d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8cd2177467918a445156edb0a6ecbbc2fa0720a38380b2a58610fff07af5c6f4
MD5 32c4ce0690e0afad6f6ea44ecfe386b5
BLAKE2b-256 e134de9800988bc643f4a546f5fc0709425c8f16ec967dbc9f1ce03539aba7b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 54af5f0c9cf2e4cb1e627b66e095585a5ea0e77063b4b9f701260cfee4522bfe
MD5 09e7c1546d7b0a03028483098cbe61b4
BLAKE2b-256 5b763446310e92b77083ce5413abc8814e0a0dca24f10c28d52ecb37aa61ec48

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