Skip to main content

passagemath: Symbolic computation with Giac

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

Giac/Xcas is a general purpose Computer algebra system by Bernard Parisse released under GPLv3. It has been developed since 2000 and is widely used: Giac/Xcas is the native CAS engine of the HP Prime calculators; the C++ kernel of the system, Giac, provides the CAS view of Geogebra.

This pip-installable source distribution passagemath-giac makes Giac available from Python and provides integration with the Sage Mathematical Software System.

What is included

Examples

A quick way to try it out interactively:

$ pipx run --spec "passagemath-giac[test]" ipython

In [1]: from passagemath_giac import *

In [2]: x = libgiac('x')

In [3]: V = [[x[i]**j for i in range(8)] for j in range(8)]

In [4]: libgiac(V).dim()
Out[4]: [8,8]

In [5]: libgiac.det_minor(V).factor()
Out[5]: (x[6]-(x[7]))*(x[5]-(x[7]))*(x[5]-(x[6]))*(x[4]-(x[7]))*(x[4]-(x[6]))*(x[4]-(x[5]))*(x[3]-(x[7]))*(x[3]-(x[6]))*(x[3]-(x[5]))*(x[3]-(x[4]))*(x[2]-(x[7]))*(x[2]-(x[6]))*(x[2]-(x[5]))*(x[2]-(x[4]))*(x[2]-(x[3]))*(x[1]-(x[7]))*(x[1]-(x[6]))*(x[1]-(x[5]))*(x[1]-(x[4]))*(x[1]-(x[3]))*(x[1]-(x[2]))*(x[0]-(x[7]))*(x[0]-(x[6]))*(x[0]-(x[5]))*(x[0]-(x[4]))*(x[0]-(x[3]))*(x[0]-(x[2]))*(x[0]-(x[1]))

In [6]: (x+5)**(1/3)        # note here 1/3 is done in Python before being sent to Giac
Out[6]: (x+5)^0.333333333333

In [7]: (x+5)**QQ('1/3')    # using Sage rationals
Out[7]: (x+5)^(1/3)

In [8]: from fractions import Fraction  # using Python rationals

In [9]: (x+5)**Fraction(1,3)
Out[9]: (x+5)^(1/3)

The last example again, using the Sage REPL:

$ pipx run --spec "passagemath-giac[test]" sage
Warning: sage.all is not available; this is a limited REPL.

sage: from passagemath_giac import *

sage: x = libgiac('x')

sage: (x+5)^(1/3)           # the Sage preparser translates this to (x+5)**QQ('1/3')
(x+5)^(1/3)

Release files for passagemath-giac 10.8.12

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-giac 10.8.12
File
passagemath_giac-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
passagemath_giac-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_giac-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
passagemath_giac-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_giac-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
passagemath_giac-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_giac-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
passagemath_giac-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_giac-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
passagemath_giac-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
passagemath_giac-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 911.8 MB

Release files / passagemath_giac-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 43.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
066beb60678277a16bf6e9a951aa951cf26e09c0c356538d7ae5615d7f691552
BLAKE2b-256 checksum
How to use checksums
aa82032f322d783b7cb2847036ace620d892eda329bb860c78e4b9b65266eb3e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 38.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b2cbc27dc68eb2a5b05a9d54f0de1e347722fa2160835ced30aeea0245e6db72
BLAKE2b-256 checksum
How to use checksums
b15df7edc07250d8eeac0a4d2b49c3c8ab5662b6acbb0ea600b136ac8eb36f80
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 37.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
3af9083f404dd1d12c1b7e85af321587a623fdb208f8ed6504c69efa24bc7fec
BLAKE2b-256 checksum
How to use checksums
e5bf251a69bcaea372ed4a97b73b18c498892a2dfbb4b4c885115f4fa5754939
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314t-macosx_13_0_x86_64.whl
Size 34.8 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
0347b3bdac468e5d6900662cb88e06f36594ee0a6853b49e2fcdfde922627375
BLAKE2b-256 checksum
How to use checksums
e74403515c61a119b9d1bfac52054d6c99c5f344d414dc901270b57ed23b1da4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314t-macosx_13_0_arm64.whl
Size 28.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
06c98defca369636cdfc4d3fc2a06727869399e447c6b25560ecc0c19c4ca4a9
BLAKE2b-256 checksum
How to use checksums
7c84ac837430ad0211407d9e672c39b83da549a52a99e841f58a9cd031a99de3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314-musllinux_1_2_x86_64.whl
Size 43.3 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c8020e529309035c911e957cf47b29af5343c678e9539a5c1533bbdb3b52aed9
BLAKE2b-256 checksum
How to use checksums
06097917b6c65ce42d96629fdae024cc648d00d4475be7196938f7e59ace04ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314-musllinux_1_2_aarch64.whl
Size 38.2 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5694b5ab1871db96d18a2c18e095b8448295cc1962f720396109e70a4bdd0c7f
BLAKE2b-256 checksum
How to use checksums
bc8a53890d81d548723a7243be19f01da41275014d5cf697500777027234b29c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 37.3 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
67bffa0d061523356f5306591f35b235fd90d4a5d6bf3e3fc6b419767bf38133
BLAKE2b-256 checksum
How to use checksums
9dddae28419b7dc9e8c03277599f687cff544cd2e667bab088bb1a809ca9668b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314-macosx_13_0_x86_64.whl
Size 34.7 MB
Tags CPython 3.14 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
ba02dc1e7c60e29645fc1213fbcb6ffecf89e43429f33858b1f2ea64dda97f3a
BLAKE2b-256 checksum
How to use checksums
4c0e075ed869e30edac85b6a06149e1bc59e677d2ae3f43aa968103593e97208
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12-cp314-cp314-macosx_13_0_arm64.whl
Size 28.4 MB
Tags CPython 3.14 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
cd4342656fd0c33888891e6237bf5c7a1f8b1e4ec5a5eeed366a72299140065c
BLAKE2b-256 checksum
How to use checksums
4e03829c7a17f67609b25d5fe317507a29fefae4bd899be101c20a034e2b9848
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12-cp313-cp313-musllinux_1_2_x86_64.whl
Size 43.3 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
73e32fef05c49a2322b57552c3d0513c4665a8c17330575b59b4bae6d0e193d4
BLAKE2b-256 checksum
How to use checksums
deeae1ac2d39d551d5338ffc545080e00d99ab7df6104164d9a4a69cf4039b69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12-cp313-cp313-musllinux_1_2_aarch64.whl
Size 38.1 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
4a0da96ba61f46c4d1925183521bf881eff37bb09dcb9f5a0b31c1745e27c00e
BLAKE2b-256 checksum
How to use checksums
e4700d72723930d872abcd851a7e19830111ca22ae8e7a6d96be0bed588c60da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 37.4 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
14c665c417a0f53711822f9a001bb674f47bf053e08b645e8aae07101e6cebe0
BLAKE2b-256 checksum
How to use checksums
56b503e4b2076728dd473c20699c9b61edf68132fca8ac2907e1a1cfbe8742fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12-cp313-cp313-macosx_13_0_x86_64.whl
Size 34.7 MB
Tags CPython 3.13 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
c9f5ef8d36340c0bb8968f795881a18a856e23d2fac81d7ea3f18241b3fd46ba
BLAKE2b-256 checksum
How to use checksums
75883a5b1c0f2c5254e5b54d5e4abab3e83201434293e3762a06fc00949b9370
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12-cp313-cp313-macosx_13_0_arm64.whl
Size 28.3 MB
Tags CPython 3.13 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
49f30c11f0b525a6656cb03c424a2b4448a427a397890a03e65f86cbb0a079b1
BLAKE2b-256 checksum
How to use checksums
fa7712262f2f5a33f78e74e573e4e37b6868898a6c7c7f373c4a65e0e7c8d4d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12-cp312-cp312-musllinux_1_2_x86_64.whl
Size 43.5 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
40e642fda3b22858b4cade80cee6afbdc29de4467317bdbb9883fe4f1a70e81b
BLAKE2b-256 checksum
How to use checksums
f2d4c84ee0571848b2cd92f1f6367a39ee1038f8b6bbf87d8dabb55c28f9f396
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12-cp312-cp312-musllinux_1_2_aarch64.whl
Size 38.1 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a5b8359e55d00d0d678f4491f485194f9b8bced22db0ca0a89f9a8abcb136bd4
BLAKE2b-256 checksum
How to use checksums
6419c184d48d19bbbc0bb12825f26b03a90aba55d1478ff64f4510c91a18698d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 37.2 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
20dfbc64604bdf7ed509ecf96f39261c802399b0f7ca689036487cec7f60501d
BLAKE2b-256 checksum
How to use checksums
94412c064eb6ca873fc1ed6a21b876488984dd3b913eb4dea2be0ca3f027745b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12-cp312-cp312-macosx_13_0_x86_64.whl
Size 34.7 MB
Tags CPython 3.12 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
077d37447c41f8a3fde55289f24f76545864bfbc820a9b96559802d49a0dac76
BLAKE2b-256 checksum
How to use checksums
b7db1b3309d36d3b2888ee4c798cdbe4afe3d3e1922f5a7651ee5ce6fcac2a59
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12-cp312-cp312-macosx_13_0_arm64.whl
Size 28.3 MB
Tags CPython 3.12 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
0c8e4c5eb2997e820281c3d02e93a244d79f1139ad552a5f7b30b6ae91eaf214
BLAKE2b-256 checksum
How to use checksums
d70bdc92b7bfe51271ec778db1b89c0b768a9966b0057da54b44b1ad2ff7269a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12-cp311-cp311-musllinux_1_2_x86_64.whl
Size 44.0 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
50ba52de840bacc638621c61fa68e90192378d58270fb4ad51260609ca67312d
BLAKE2b-256 checksum
How to use checksums
3e54a5ce338b584fb1357466a2654ebfea8496644b8340f992627efcdcbbcdc5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12-cp311-cp311-musllinux_1_2_aarch64.whl
Size 38.7 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5935129064842f4e48206931574396b239397c68ebde2283e1ef895cd2b64c0d
BLAKE2b-256 checksum
How to use checksums
b83152602e7fc0cbc75cb5b51c3869dc4dc83987b497c90ce666764520579d26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 38.0 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8a608df5d5d9e201ff8b4d36d139ddc7c1659092914bf99847dfddd334855d58
BLAKE2b-256 checksum
How to use checksums
808e66c2efd450877a2f0918dcf81d61297978f3d6e83d458e04adb3349b1f52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12-cp311-cp311-macosx_13_0_x86_64.whl
Size 34.8 MB
Tags CPython 3.11 macOS 13.0+ x86-64
SHA-256 checksum
How to use checksums
3383383afbf822827bdec7baae7297a692663515d503a750e35a3b42ed2eb2af
BLAKE2b-256 checksum
How to use checksums
1b4b2839656ad62ce79ef22761622e92cdefc4eb4a0f67ccbb01c2fbdc06ffc3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / passagemath_giac-10.8.12-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12-cp311-cp311-macosx_13_0_arm64.whl
Size 28.4 MB
Tags CPython 3.11 macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
30726a916b91029e880ec114491211baa9bafae39278d3232e26e3cc6d889567
BLAKE2b-256 checksum
How to use checksums
b3b7464dcc282b86b2dc7d25708dd2a8e430e06870290fe471d05f3239538ae6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page