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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_eclib-10.8.5rc1.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.5rc1.tar.gz
Algorithm Hash digest
SHA256 d62c49de5478860388a8cdd612a06ef62317076e004cb2527b2b021d6c243208
MD5 4c23ab16b27f613c32b2e9ce116de14b
BLAKE2b-256 142f5fa8e43115884d90637a5e3cc9f5d6a53fca8a989b6c27140dee278b9320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 153fdf97c148ac612060c1038dd35ef3e1efab4439c76ce911317fb03dc6b11d
MD5 6215b53a4d9d85c3112fa220a5852320
BLAKE2b-256 6bfa6fdcbe783e763e716e7a63c4bc1388b1ecbfbf0c011dab50ad62235d1b6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 03c0145fdf1915486d130ff0115ab2d11f44f6c86debd9200edcf04062ed4412
MD5 0bcff0411310192fe3100daa6b6f4515
BLAKE2b-256 2c75a9a53cc573f981521a080b626add156502c495a304b86690e1263a68f733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb60749eea0e7086d5ebbff1cecc255d4920069556b912fc99dcbbce7e4c2061
MD5 e4a2df3d4ed230c6daf1a799065519b6
BLAKE2b-256 dd3235a5c45ead44d8c6d15ec429a1fdecd9d9c6058c3fb0e66ff1719fd1afd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67ddc83b1a8377d0b5e1e54e46f33e667447f7e0a6649523bbe0423e14df2d48
MD5 458c96d7fc6735bfa4529fc50b279821
BLAKE2b-256 6355b51de7f4ebfaab7edcf63d9071d5257ea43b307329a2c6c9f2e3dd02acc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f180b7813a1fd2a94b0c295974c9eadadf871850a95ca5add9af987968cb0d9d
MD5 1bb3bc352e44e18c5c182d6fc238b08c
BLAKE2b-256 0acc67492bfb6e95551bdc8c8e4c7b6973a02e2788b47b3ea4c51a01aec66a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6aeebca64b010c9e6219874fbbacdaf6853243cecf52dcf7de1adaf1edb2c4a2
MD5 07d59e1260aa002e1e9aaed735448076
BLAKE2b-256 7212e1387cabc1a82e4362ebb4f4f12a765ba3115839e9d3780fcc48a21cc94a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76600cbfed6fd56adc1be07341f7661c05b5f533ce6d1f2e5cef47c28f837262
MD5 79c90a1fd1feca48c06d12bc02f20bb7
BLAKE2b-256 ef586bc85f867d0a8ef45cecd92fcaee123c86f067c355ea7ec98276ba11e1d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3408e0db7733cb5812148888db49a1d9a2546b413cee4b421b1d719dced458bd
MD5 571289304df9002bf34bfa199ad95a7e
BLAKE2b-256 04be114da45bd91baf3593d7e991cd8ff4d320dca83baf6ca2ea91e9d2aa6b3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14e2ca77e79047d3db6b8f5e3b46adb9c91ce0920a55c88f7f9dbfb078e0d0de
MD5 3bc5fe2654068111daeb3641da6a0bb1
BLAKE2b-256 efab7322f1f544c527bf7515adc4dbe2356407c51e6c93a81728325119f39674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d11fd9dc09b1733d5ce95e357cb04702a2c72033410d2e2cb74b2e12d415cd78
MD5 976dd0f43069e2cb8efaa9900cd6fbda
BLAKE2b-256 e702be54b9ea643fba77c68e6a855b05e392e9359d9f172768d71b181d749add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 22a44812e884984998c960980a8b2ef7642186a2b202c32e4266c748978574b4
MD5 0fc51551752e4e89b105810fa7cbb8ef
BLAKE2b-256 5f55802a510eb5cf23429129067d4ab261dd82c82bdee8e359c000413628b86e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 60b72bd7b89d993bda96362f7f17905c6fee5493823754ec849ad33b469d71b7
MD5 2cea27bf472b60f542344b057f8f28ac
BLAKE2b-256 35464f85ac4a70da2cb43db752f3141aab4d92a068d433cefedf71ad35d6f832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b640df62e4a6bd434ad54d45110d60306329f37348499f9ced12529ac679271f
MD5 ceec2c8841d55dfba64401c1cbe2d7f2
BLAKE2b-256 3c541a007117548d8db0e1f0abd0882562268e7747b56c009cdb721d42236508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12198de29fc0e15bb9e92987514105424b604a0f4c82985f48add2ef3470c6ed
MD5 3a8d5b6c58b07c63c4a33c83dda50818
BLAKE2b-256 621a7828bc605bb4624b0408c727620c9f85ea38042149862c4d8617e8ebe6ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cf2ec0a72c38fe6edb042fff833632a8eedfdb4e077ee684db1ecb5faa0db03
MD5 85f5586230e64fce331a915071017e10
BLAKE2b-256 564127a9da801868fc64ad1d7593b5f979a6e17913776e10fe13cd8a96e15884

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f9dbfe6ddbdcb569a2809e28a89118f105a9b36bb9fc31be56680f6c5a01ee6
MD5 4e8ccaf6b39b394ef8d2abba959279bc
BLAKE2b-256 e27f7d10e6c80b10fe168e61fd4b310a5e8c3ca9fb5708a99c0a07dfb271182a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17b5f2bd4ec10b307a06ac7c26d3c8bcc72678bbc0a1037475d0eaf673ddcb15
MD5 e8e39dbd4b3e2912f73b1a98b92562a5
BLAKE2b-256 8ab178cd6179229ed916f2d48b69a95af6871c626e880f278c4389b993d81364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c65a6280ef320fd6229fb793749bc3771cc7f71298a893cb27a11f62c80f243e
MD5 2f9b241520e5cfc3883b53cb58a8912f
BLAKE2b-256 864ed1afd9284572cb446adf274abdf409fbc7034301287a40fe3278b158bb76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3693bf7570d64867f79d122b89b06c3203447b92a4e46a0eb344cbd72378986
MD5 c2bbfce49b0e27dce4af9ff29241958d
BLAKE2b-256 b7a6bb49d5e40663c75f342ec76625200ac0ca5a30d8b7d99c11cf38361aa7cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3743cba23a583f099f90908fb9e742cf124c615fefae2ca65c5f61dcc559b4c5
MD5 a85e526c1d103440bbd39969cc6609eb
BLAKE2b-256 fa2bbe9a3d43ba39d0ae617380f8aaff2fb813466aa11b1bccf63619d5500e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cffb039f1394d16d469753d884f7dcaa5c80c58e816bc2f83e29286ef523c62
MD5 d6e28f6eb7978892663744fae5f1eb38
BLAKE2b-256 cb6009fa72176db274b53418196e6ec927588a3c5677cd0fc7c4fb62de3b89f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a7110e8ccc3eb6b1c6c9a67681cb81b3d9c81c7120ad34396d286bae2caacd76
MD5 2f2b143b9063e2142120f5b6ddeeb002
BLAKE2b-256 8044b7ebdfc6efd44988ec9ea94ded1fe34181a19f9c1021d78b558b49d460dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3454a19a85f90692a2cc7573e170ac538e76aeb3d3cc5249c363e374ef8545d4
MD5 545b76458ec251174b129596daca3e24
BLAKE2b-256 4f07f76d0272090462f2cf1a44a5062b49c88750b3e27518a858f4943f19e1cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d07b56b9e06d82f35bdde3f3146340cfc619b1a661e6e38d3ed7a859ee3513de
MD5 e20321636fc49139bbcd4771107529aa
BLAKE2b-256 8e2b3dfa07eb2724934b8e106940a5969304f21d0d69cd83adb5045af54b3b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3309f4d7bd3ae056992c46cca173bc217cfafceeb4162c21c51b2608b2844854
MD5 d3554109c463b9bf2ae988958698535a
BLAKE2b-256 a0dfc0a25879db2679fe824aa1c598d6e0bd293afe6bf304df16f37a3a586d99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2eb112b9624170a9f8f35c0dc691ce3f040d2b63a74490de807431a9cf3c439b
MD5 4c508d75e4b50f528bbbc2b0f7de9285
BLAKE2b-256 a019fdd983a959a7d84ac369cc19722e6ffead8a82c387d0d3dd0244c79de61a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b0c2fe1551c748c89f9f7902742a25d662ed3cab4e9ca57546ecd93e96029a9
MD5 3ec1a9e1a34eb927e46e1a2e484bbcee
BLAKE2b-256 e76ac7062bfd43c629f7a3c55487c6e3d0596dd61c0aef1d2345b90aeda87a39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e9d22da1cf377ff8dd8833e4afe12249323a9264fca9bba69d9585b9eea5c40
MD5 5b9586ec6f7e43db7d7c06a188e61e83
BLAKE2b-256 244053a7d57ff881c653a7afbe2c03db71d00e3d030c045f0f17a120374961ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 063da4414fd5e6901a2300fbd9d31968eb78d45d056943e38c21c63b1c409647
MD5 98f1d49bf7897bd7419a4daddd846d90
BLAKE2b-256 3abeca081e068f26224a25e64d310e234c33057061d16bc31326039fa7d47247

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b30a00c89fe70bcb531e7350eef0c4889c07ae46071a6c660d27fd30d2d2bce5
MD5 466337331bfd693967c06014b037f5e4
BLAKE2b-256 0b74fab46b10723b54684a1bf11871ebc7830d7f5ac7a77b719c669d6b0844f4

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