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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.7-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.7-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.7-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.7-cp314-cp314t-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_eclib-10.8.7-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.7-cp314-cp314-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.1 MB view details)

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

passagemath_eclib-10.8.7-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.7-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.7-cp314-cp314-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_eclib-10.8.7-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.7-cp313-cp313-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.1 MB view details)

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

passagemath_eclib-10.8.7-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.7-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.7-cp313-cp313-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_eclib-10.8.7-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.7-cp312-cp312-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.7-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.7-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.7-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.7-cp312-cp312-macosx_13_0_arm64.whl (11.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_eclib-10.8.7-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.7-cp311-cp311-musllinux_1_2_aarch64.whl (30.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_eclib-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (31.1 MB view details)

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

passagemath_eclib-10.8.7-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.7-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.7-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.7.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_eclib-10.8.7.tar.gz
Algorithm Hash digest
SHA256 d0be686f01864847c4263abaa045745c1ccbdbbe22485c9d320a1647b57fb90c
MD5 fbd0e62da05ab0e1920d1ef1140363cf
BLAKE2b-256 b72755466bfb9b1eb155dbebbfd245598d7974ad41d6fc42defb5f95ad29892c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1dc125531129a7e5f8e03446aa9ed2d23fd0dab3c93e8ec75952d40bf8e7da5c
MD5 b7f0f88935d60fc42c4dcdba5580e8ec
BLAKE2b-256 564c08fee376cc1e50c51a7bf37a206237f628e2ecbc89ff60bdd544b13e8a14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efc2444b0d138d008efcaf9cf4caf50bffc4468ed362985b0e81ab68226b45f2
MD5 0b9b3ceb65884176da056fc46f1800a6
BLAKE2b-256 f727c41dd1bcd8e8117bd3b4a456ca2d17075e6d6a1d2aafd48f2c86784b2d38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11d540edc3082dd76c660d275718bb17c4559fcb04eeeaabe1528daf49e06f34
MD5 a989a1a7c33e3b0dcfb204d05c362612
BLAKE2b-256 95123b6448b0b18c440d7f0f427d9cd28c7f12993f9bb3b0f7c76ef094a56119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03e6211e9868322de69ae01dc411f75aa038621471588a27576b573746f30901
MD5 7743a71d8f420b6cd81ec4fb4576e394
BLAKE2b-256 8dbfe02c28573ed1ccc1494939c65ece001191c5c9e22f1dae79d1f427e839e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4e0294d5c0dab847128c5b306e6e76cb6033aebf61c04e6e3188b1b23f959f0b
MD5 f23166d770510f5343dff0350f012ae8
BLAKE2b-256 599768d0ec3a892dec9b6710d2a82174de043b26adebd0b9a2455000aa45259d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cab933487e83c5718e07fdcd5cf9fc578432e3772dffe448efc8c6eb7a7ef36e
MD5 aa0f017433f038760b95d32df2a37cf6
BLAKE2b-256 c2d9ca6106e14adc27f0015e14dd93c3cc0852f0c1c5200e0b93ebf07c15924f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f96b1f6a0cac7d17477a7d8c038364cd2911f8688a201fe86d7f6bf776deac7
MD5 988aab68a0928b565eeedee0bbea631f
BLAKE2b-256 2cd94dabe8ea4e20fb59f0554dd0029b34bade9399d978ab6b5ef2795b54481b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ab0473f8225b0cfe6945d49908d1a43d4f03028929486cfa603f1dfc7c45575
MD5 228a84206c698e191efa9cc616f7f485
BLAKE2b-256 b2676d04af83b91afe9a487cdad5140c3dd7308fb527e0d456ab105133fbb1ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1719c45f8191df4086dd1135b89c6b3b5eae9948718b799a6b8a209b05b71baf
MD5 df85a0fc2fb35a32c067a4ddd1361e8d
BLAKE2b-256 a40722bcac321fbfe37ae1f847b8e0c50870892d45f851bdfde10365e413d442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3732f179a6fa08167da12561d4a06e34ac99cf1a83bb9f6ba4397be45d0e1419
MD5 3ea50e49cb18823a5701fb0935adec14
BLAKE2b-256 e1e2dac482dba1f80b492109cdafec07e505cd1469700311131a37e7cd62ec92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 30ab531276f99b06ebe539a204836f839d3e4314a9fbf37b61b2944a520fb5fe
MD5 3713d19d5adadc31621f8bf15f1de4f8
BLAKE2b-256 28d63a2eeb887d212f95efdfa196907cb5420a8629ccc951749f869e44e3810e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 513260c03e58901fc385d13b368f992a1327ae6c895b2e5f3fa28d1570f4a4c1
MD5 243c3449b634814eec5844fe343f5d45
BLAKE2b-256 777fa0a73cd575304aa91547a5477dd10b7026e1662fc1fe7bf540ce0eed3ab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e53efbc4f28920898b3d48eb533348d692ee70f75701b8890a1b9615744258e
MD5 0dc2f3a0b291b2503c28697327a13e16
BLAKE2b-256 cc8cafd269c2bb39523586d7863b8b7629b99d43b673d812345d3767f6dd2eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 619d27d7dbc217d6ccd8e2fca214f86fea558ad172b03280260dc7bffb0c787b
MD5 79d61b2138014143767cb6b07cc2cc5b
BLAKE2b-256 9ec6bc7cdf437c49b45afce3d55f89da260ea4554d20ab85e05010b851f1b0c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4565f1ca147889250336e6b066a4f3784b894bab532ff0612dd760a0f333d19
MD5 a48bfb73bfe3d3acaaa22577bc0214b0
BLAKE2b-256 8bba072873e40d3b1f6728c2836ffdfa6f7d2300a267d92c239c9c5388278a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b34821837a186192c1e3c232f0c73596983c8f69060a200de3f9be5be49ba523
MD5 223080e37b7b1667588788554395bb23
BLAKE2b-256 c7ab6a3b3bc864fee98fff98fa115ece72072a723c00acc13f3a2f9e85187e6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 172359ae72ffe68c24b8e36a639082c762a3a14b3d4afe2080e9dfdc72bb889f
MD5 ff386f1e2a2194e289bd723ee561638d
BLAKE2b-256 d54830af62709988ca3a491a802558940c72f11983daee33ac9996839d853012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6e774d1a06aa773272bf0b9a1962df4165035f559ae555c93c36e7d3a60c5046
MD5 13369f1b0cfa5f34844053cd3d7a5db2
BLAKE2b-256 9915972b7d9bdb99609a3df528f6c66a710a8522ee7083440cd3ae32d61b5d2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38eaa4ca7fd4e05a81ec0ea1d44902d6ecbec8fabd4a60cb34de81b3674c749e
MD5 d1dffa0b96f1fece69edb6ae8259b9fb
BLAKE2b-256 7b1a7e167b5975a073efad4f242b37cffe3d50286a7dcee0a3e920a747c9810a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f77067350c7fa49766a44917da2813ff56db4c3982e574e6aa196fd8aebb5cf
MD5 10e71b2afaf2ee304bb3e8c60bb83d30
BLAKE2b-256 f2821fe6beb512f0fa726b0cbe4476e34815b10ca4606dcbe818d0c065822101

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d176fee5f64b49ae0ff46ba1d9985cb92e727f2e6f38f7b4027a08123227715a
MD5 c672e604ab24e055a6c7617a4948769d
BLAKE2b-256 9fbdad8b6a38eadaed1c3911ea90702fec3029c17534ef684d088224075fffca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39ee639c2cc1faa38cdc94d64fd0e1652c8b8efcd066560faa64db49d28e6a7a
MD5 9d07b9623e62fbade25cf1659d7c940b
BLAKE2b-256 46face1a34d8ec4e0a1ad82e281a7a7ab683be42272937c1f2effede18df2601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d7f9ef9387941cf605a938a54f7be9d87f753bacf19ca4d39dcb6b8201315c2b
MD5 a65c5e08229fe6d34cf20440e0407890
BLAKE2b-256 e243908c6ad78581e6c234341d3acbd3828c83dc7cedc0a5a74bc268447a5abd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0de62b17e41733f092b2fb5e2532ab9845b0cce48d27f90696df0ca5856dd095
MD5 e23772b18503026ef6671b9862f3dab3
BLAKE2b-256 8bb0b1809ed34c51db4b69ea34f258fee2873f31aaf051b9b48edc4390ad2df4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71da2a1eb36d3691a11b9d45a1113a59dee927e16a1116510a7b8387b53e10ed
MD5 dfef3326525c142aeb523de2aabbf5b8
BLAKE2b-256 2418194afa02244ca6bc2a832f46632a8452da7c239be5ffd271d7a996466e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75b8ddeb7f266b06a314e2398d0075c73751aa3533f3b8f06e1538b137a0cacf
MD5 8fd14bc09c5966e1954e49549fa4761c
BLAKE2b-256 3e9eb8544e451d41f442769856be890e6d69b76c2a892f8a00833b6e0dd727c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03bdc30009cac275d727ab65cd6f9125d4b06ae78c013f80aee5724c13698aa8
MD5 572151f321657795db513fbf5dfe0eaf
BLAKE2b-256 bd669db90a46d6ed2b4fc44c9e8d2cb86ad0e58e7cb825b284f57bf240166b96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 422d60a930476827c921379ccf98fd5a2ba9797831262bd2cdc2775124b6f79b
MD5 48906903ce61acae37d89837ceb42f19
BLAKE2b-256 397917eb3f51a54e101c7328a8250dd462618071332d05bf600b5d5c075ae6be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c14399aefb29a1459a44043205fbf7414bb3e17e1da3d6c1bc101eec49273aa1
MD5 151758c2989f2b4378bf6338d0368c2d
BLAKE2b-256 f8bb650e659a2de07eb15fbca038d8a5810b624236da37f7c42914013bdce01c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_eclib-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a7f711e3d0609544279dfb10f99dbb146bc62cd5ae0f68a8d4101b363f892487
MD5 4d853671d8215d352b6765390692243d
BLAKE2b-256 bfb2f10b5b1741a53ee25fd783fe097549c59026594b4af0c76029e1fce2b3d9

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