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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_eclib-10.8.5rc3.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.5rc3.tar.gz
Algorithm Hash digest
SHA256 a450339eeb3b34b6d359b9831a88a8d372eba077b4191eaf7c899a41315f3f8f
MD5 e779a402b7473d9d476769510cb8d58e
BLAKE2b-256 7af49e37203ec36af4f0e7a272872f8b959b7a042a71bf300af34680a4b54744

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cb360063b2d2a65e260b6066b57e6c348f8f0dea8db42f8fd7c25666e44fad3
MD5 c1c7c9c86d537d784b7352e59e9679ed
BLAKE2b-256 391d64623fbaf2f57a265efa801f1e00647798e2efbc807a892dae833eb318bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85f2cf0719ab1026499326b84818686ff649e6b5bdca7b1ba59490145ec5f9bc
MD5 e2904d303270b89abc140230f1618d72
BLAKE2b-256 47d6efa652c9ebcd35387bd284d8eeea4af61b6378f52b8bfb92eab37e6bca96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e5bc9ab34579e761a6f673acb56eddce1bc4eafdf2c3b661ba925f4e98083ae
MD5 8c8981737c7ff6b477172561b00714df
BLAKE2b-256 f6ee9447ba9d6c2f773e992b12214a8b0f4101de07e0f7f3f034885d31658327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eca2eae36c366aa55912869db08c75f559e083e4f4ee28742ce32341c9517ed7
MD5 bea3e03bb974d795ab9e5bf4f27f6b93
BLAKE2b-256 13a3fcae4480a61e1a39825f97b768d24c7c28b63a793b9ebbd03996c7b9a45e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0aaaa2b72da054f9b0bff525ac2083e3de1bee97e485b8657d4fc2cbf8a64542
MD5 dd972b411324b930c954a1ecbdab89fe
BLAKE2b-256 607625bd3cfaff27c74727ba491d9203822babc7632a2d7cef5776db1215067c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3a3860812f10550f0c1bec7629ed36e3ca5d91da1810023f202ac7afef6990c4
MD5 d69dfb9172dd059fc492103865b874ee
BLAKE2b-256 fb039f4c471d07508b620c98fb93f30440cd485141443c4ef24866bc6271a8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f15f2d31e2c92a856a052d5ea61598441e6fa8ddfb1e5470e08832b5d9dfcdf
MD5 a53d656e2084e0e0df5f2a744d0da03b
BLAKE2b-256 faabf79309475ae67ae15656dda48d01d18bfc0f238da441ce78c7750a17df5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f32ccf7f420a9e1fa1e3eb5a3098de4655739508767a89aaf960a428ee4c77f
MD5 50262e7caa8233703836a3c0eff6daca
BLAKE2b-256 1e52433fe1b09950f135883628744fb1ba69f42661934ee58e9d654fc540dc59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f27b71ffcd67a2c6e041194222e32f3f03a4f9519a356990b7e0599c8de45f96
MD5 356c8c5548039dd338fe678ea326b349
BLAKE2b-256 9a9f222a947a8d84c282b195d29c91c0c52595af6fcb298661350ea0629329e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31a719c8020ccae653210a4e71256028a2053f633f7c9fd0cfbc90415b8130a1
MD5 29727687cc09f697787459a90721597a
BLAKE2b-256 d56bc5bf0724e1186b66d639c6597952a75f77d5a364d8952da465d762f2a396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7a1617fee88dbc8f9ea9dac8bb4c1a8148846bd8af721f55b65413952e36cd67
MD5 95aafc1789455b4b2c76bc1a3a6ef92e
BLAKE2b-256 bbc4487c168c54838a2f1b0974c21f27baa0ea8102f3a6637c877a797eac5694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e2f5ed30d74366fb73e031dee705326f1779dc48bbf962e56efe7984cb95dd66
MD5 f98449ab0396b478b39c17dd8df80208
BLAKE2b-256 4aa4bc14c24e2e1fe550b641dca99ed60e07718539f85489258e7c6fbd83f9eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 491ad0d51b4486ae8fb33927990e43b55cda9a5d37fc4ae64f7ffd8283b81b60
MD5 74e4a714b6749def557c94bf343028cd
BLAKE2b-256 7eda6ed14135323bc6b318a2e4a35ab3d5b91ab56c31f04b30cab44d502a4457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f05d2782a51669c41fd0fc639f2d577baaffd8c12d591fa4ec04d7ddec4577cb
MD5 01452ca2f1fb39e0afbc4ae053cd75cc
BLAKE2b-256 2dcd3db5e349951da2f4bc32484e030adf45c6e856a6a151a6ff02b64f796d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02979c92e5f6986b97c38573b0bfe2e9ba2b695e11218c3343b54e567b45f865
MD5 75d4d2c0663362424282aa1ef7040b49
BLAKE2b-256 a64b0fb4ccfe275b9f54ddad1bff62573ea403edebcdf3c124cd51fba93ef338

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa1f75b10e9e9711939056648ecfaea3cbe9fcbd67b5bdd019a76930a84dd955
MD5 b3624a37cdbfb29ac74457b978d77f41
BLAKE2b-256 6c8d4625f43d7aea2a05da536eee216255f01e15d641a58170871cb9965117b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5364234446f09678b5b73208a3a682d9bfc00068aae8c4da9fe4a99e309319d9
MD5 1edc01988a21e7f66489e721173521c3
BLAKE2b-256 cb6a0c47f8b919c4c8b4a6877f088447941361cfb0415f6d23696df66dad64c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 87495c1d559b2b30e2e2027f3c3962b10f503356e785f6e64e2b71602af418b9
MD5 5de163e11069b2bec9994ad49430497e
BLAKE2b-256 8b01ca670a40d01d481e6f956a09b61ee9678b7f400f539a0ca169ae7ae95fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 460f7d80ab57fbb7ea0c89403b7263c94a30183005439aa6ccfa213a29e81d47
MD5 1a3189a4d454d98a304e4e422400478a
BLAKE2b-256 dc79140d776d7e2f1b6fe7390c14a81ca3a8beabdcbca47aff89884805d8d576

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e44010eac11c18da3f6efe11737d4de3049b23c2c01afd3640a962e9589a5964
MD5 d534a1236379966b44907970996579e9
BLAKE2b-256 73d5af936ca477bb9556ecc06d577770625050d2ac0c56f3561df9d6f24d42ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c995bc66586c9dfe71655d8c686f8bae64e2577fef8fd1156a1a69363fdfa8e
MD5 837e2559cc666996574592abbd11293a
BLAKE2b-256 2d897665882acd83b696b73721026f391999f772ae2be6bbccf0865de5556817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac1c510e6e17367dafc92dc2f8f7490777ffb7574256374d035dae2a5e70d2ab
MD5 d95280620e856bda6c6d5fabe1dfa5d2
BLAKE2b-256 bf10dc51250c6983c975813bbe4cef45a4d352234b92d5c581cef333cb89a887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5b5e4ef05627cf517587009cc856bf14feb42337565d9db6b25c09a62f3b0d5
MD5 a5572372358377738fb1e6ba34109e34
BLAKE2b-256 cdc835beaf38315d178450797ff043073e471379153043ac9fe9c47acb83b504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d5fca536a28155d0c313475e9d2af61e42521a87fc035c1489c9716b9646f90c
MD5 1f2c08c0d136a8eb2373d563266b4157
BLAKE2b-256 55c9ff7620b772f78b0247d734d682c1bd90186f6824965e37e368fc98850acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a8feff86c9db622e99e34a87db655014435c737485a6fcddb32ac57bb3fbf6ef
MD5 20846abc7ee09c936248754b003f4cbb
BLAKE2b-256 c19de23e9bd7d3bb178a443e6e2018eb552a3f7ec2ec6718fa30203181507201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5fd888e2ed104d7432090ba87d3ec196033f300aef84fe752bc501ea2ac2844
MD5 5fa592f87d603edddaa29db9d5f5ef47
BLAKE2b-256 f58748ccbaa23c6d082bb6838eb48428d18993489abcee20117ce4851d63a089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f6a09c39ebf3f91d29c834b042df9275e7dbcb0801e9027a76d30a4c9c1035fd
MD5 5f6d49e521a7668dc100aff4033219ba
BLAKE2b-256 d1e3aaf3a916c3c9f297eb3b4cb130d8c78aa629cdfa451151a5597cd8281599

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d82dc59468676266d9b997706004a0f61683c5a9bf7586e5487ac1e7530ae9e0
MD5 13132a6f7a386f3878de904c435f2e85
BLAKE2b-256 cae1810006deb228b4663704983865bc26e7b47658fc9705696364a10b43f7a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0f2962c112e7d6f362b6e258c3fd8ac3686322d4d1d5d2e1d39ab34d84b85e0d
MD5 397fe8de43b5bc8a5d769f4b7959292e
BLAKE2b-256 9ba7a441d1d9cd9139b7a52d8d5eecf9fa47e5ab0a018d2d2a834955c8cbe857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.5rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 87b908c8f5daa8a738666c666af0bcb1d7770f1a1441dedd88e0d99bd225e35c
MD5 b9bf99b7e2d9a8f97a5bfb8b0b39af45
BLAKE2b-256 a296a776f3e8099e42785d099d33d3de42a2a2e981b29c564772ae107ccd9263

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