Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.12rc0

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

Source distribution (sdist)

Source distribution for passagemath-giac 10.8.12rc0
File Size Uploaded
passagemath_giac-10.8.12rc0.tar.gz 182.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-giac 10.8.12rc0
File
passagemath_giac-10.8.12rc0-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.12rc0-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.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_giac-10.8.12rc0-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.12rc0-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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12rc0-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12rc0-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12rc0-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.12rc0-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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
passagemath_giac-10.8.12rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
passagemath_giac-10.8.12rc0-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.12rc0-cp311-cp311-macosx_13_0_arm64.whl CPython 3.11 CPython 3.11 macOS 13.0+ ARM64 Details

Total release size: 1.1 GB

Release files / passagemath_giac-10.8.12rc0.tar.gz

Download URL passagemath_giac-10.8.12rc0.tar.gz
Size 182.7 kB
Tags Source
SHA-256 checksum
How to use checksums
75cb295832526f3022d1e5d7f8dc2facce2c992a4dbd3e0e4e92fedabf43fb7a
BLAKE2b-256 checksum
How to use checksums
212bc9a2056e023a010f45d002fe3dcc44115ca7d829aad4eb5818e022ac35b0
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.12rc0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
42ffe6e41785040814ce56d9db61c3aa66c18603e17eacdd80ee3795162fc1a8
BLAKE2b-256 checksum
How to use checksums
cb1eb00f5e82e8fdbe85b959d2c26d1197713569bd9303c08aeeaefd0fc42d9b
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.12rc0-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
ee19b325eac757e7f599d1ff44bba3e2aaa196a76ea796890f59b3aca18a29e7
BLAKE2b-256 checksum
How to use checksums
e24b18b921aa7d413d95094e6404e7eadf27ab9c8c6e4c1a65a4313024280a1d
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.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 42.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e45c5d835a84292b2593c293c6712358f8aa0da0ac223928de1ae64df72dbc1f
BLAKE2b-256 checksum
How to use checksums
e7054611bf7ecdf49ab9edc60b8ab7591005992e9ba2a3a0e1f657a1c336e51e
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.12rc0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
f98d91889270a68dafba73a09b62fc22fc1be6868238fb4bd30a122928b0e17b
BLAKE2b-256 checksum
How to use checksums
ac35afeaa6fea907b1140c210fb1b32db2bea7103ea5d848007848476188c445
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.12rc0-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
8dfb7abac5f5c1537cb01e5dd5e7d74da0190a3f6f2415f848a09f2d3716bc5e
BLAKE2b-256 checksum
How to use checksums
5d67bc5e3e0626527db94ae8dfc576843d4b3e620637d0def734859b9c6d5f03
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.12rc0-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc0-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
2549848f39db90601f350c92816f437eed7169b8ef07918618c2ee32712b0833
BLAKE2b-256 checksum
How to use checksums
f561dd36e7bf1b32411d3c6b852578aebc5f7749c89609787a22626ccb2d677d
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.12rc0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
9517997f15872e7dc56b72b2dc493a0c827c96457d6508e67195f386fa54ac40
BLAKE2b-256 checksum
How to use checksums
cc5efe1ce2145fe5b1257f01c0a0371e2d4f69087a9b269a9ad7c679a1ca43c3
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.12rc0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
7838eed17eed42d27a1bd690c8cb1db3ba7308340309032d9a05aa6b9670d2ce
BLAKE2b-256 checksum
How to use checksums
2388f1324ccb3e897a7a01b21d141f7357abafc0cceca374c6d3a9fe21107425
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.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 42.4 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f5bbec9c6c852077e51ca877fb4a6dfebd718f826e71b87c28805b9edab8f891
BLAKE2b-256 checksum
How to use checksums
ae070ffc6c481a8b3d204872dd8170bb0c50a2ff4713b47207fe42dbc2bb49d8
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.12rc0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
b54fb9cd03a2378a5583dded58df689db3ef00ff1a9bc8b0c142d6f5aeeba5b5
BLAKE2b-256 checksum
How to use checksums
3fb7c043ff25e85ca3efa6fb01d777c802b58e856ad9f557bedee6f0524b09d1
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.12rc0-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
7aa24dfc0b69f90e2fda7439f294747aec266f7c0608d466bdb04a8246104728
BLAKE2b-256 checksum
How to use checksums
b1ea76d1e77cf4d0628346333a6a74ed488c44dafc8ced3d1eb7db8f633a3c8a
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.12rc0-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc0-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
cdf29a1e12973c537fc65c48e2d18d662f796f6d880a42b0045f3017ec5e3a9b
BLAKE2b-256 checksum
How to use checksums
d3298e9ca7e468c0a6c34a014f9e3f03b8cc09602ce4815920b79333e40cb8b9
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.12rc0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
465f1dd0d22fe3668fbd6b0651f8946df072f8dcd4e2f55cab06a2167174800a
BLAKE2b-256 checksum
How to use checksums
9b535f51b4ea714cfda5b76719804fa95758b8016500c379d18568c72905c34c
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.12rc0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
548d77b2b8b390b55142228c15f74b3d7805999ffa2d21ee2c53937451945275
BLAKE2b-256 checksum
How to use checksums
b06541e0abc74126641591211cb037954a11f733bfd4083ad8e9437fcddf1856
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.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 42.5 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
2dbb463a4ad7cb10bd14e1b57fe4a57fd297b3bdf47ca08b5d989a6c0bc3a8a8
BLAKE2b-256 checksum
How to use checksums
a0cf27be7bfc7f51b8bfff1bc015d1292cdc945550f27d75e966542b2643933b
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.12rc0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
16071b7d6057ef7d22a7a98f719d66a858a8f89df214a0893d99845b1ed5488b
BLAKE2b-256 checksum
How to use checksums
46a710338b98f9939cc228b977b3f0b61f5817bc70a5e94bdd14f7b0f43a211f
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.12rc0-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
ffe25a3fa91e78870bc82b6048e6cbab89e4423a812b23b53aa3e9c814c2469a
BLAKE2b-256 checksum
How to use checksums
279dada2c32c4d70377331f91d701214caed9429b7a9c9df4ced2313d8c4d9b3
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.12rc0-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc0-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
db3275aff6bf8c26ac7dbc74a4b964fbec1d27f44e3b4bd29fc57ff77539202f
BLAKE2b-256 checksum
How to use checksums
887caeac313f955e1ba5e3d77f125765493cfe668c44eec4cf9ba593ad5c9615
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.12rc0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
d261e7a2c3bf7285133e4667fc11c611eb3174fd64fea7c199730d07a3aa3608
BLAKE2b-256 checksum
How to use checksums
3f539559d5db2b26f14f2ac3b4a45d02b9569e0ebbfe9885f1043264d6b2907d
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.12rc0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
a8bfdd25923f986ce0a4c5b64af0318b122740392a96d9827580050180c168fe
BLAKE2b-256 checksum
How to use checksums
6aa923da73e9d9962eefd2ad7a35e2c13eadfcdd174087b94387b91c3ac3d614
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.12rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 42.4 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7cda724c2ecd196b56e69c68092744caffcd555891198efbcec78beac0f60b72
BLAKE2b-256 checksum
How to use checksums
42c844128bd20c8266d096460794846537ee78ef50cf9662e6a0125385806223
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.12rc0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
6eebd5cc3d1c3360e47759811c8bc67e01d17f0341b6dfbb3d5d38caa0f1f344
BLAKE2b-256 checksum
How to use checksums
fee3fe569d55787b97f02dbe3577df0d3bc276510972bc716d1f4976094342e6
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.12rc0-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
113905d1c99e7215e9ccf255d75dcdaf633144a86550145a6dc2d8493366922c
BLAKE2b-256 checksum
How to use checksums
0af370bd60542b96fd3b6d0b610541c77313c06462d4c09419d4d558eb9d4226
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.12rc0-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc0-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
754b7f7b79207538cedc369d333a4d57034cc24ce4b87bf769181dcb461cc2f8
BLAKE2b-256 checksum
How to use checksums
b7a1663e7dd8edbfaf20c36172aa5257646bb403f36fb3608c718ee029a42e00
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.12rc0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
925b5c4b22b34ac7d5d83f8744a414b8fc54e8b555e859afadd76cf6249d1ee0
BLAKE2b-256 checksum
How to use checksums
b8687ae25985de86e34ab951616c7b585235fa1c7ed63d2603c7bd728eab86b7
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.12rc0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
3bd5ac7bdf7e926f351cd6abf1dbb3abaefc31fab3d3009399b71e9e70dd0259
BLAKE2b-256 checksum
How to use checksums
0242d8ea3787e6abd246821ac80429ec0050c805bf5a41be3cb572d888458777
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.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 43.0 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
cee1971b5f8d25b9ac0d64190e4620dd8d79342625569850db1d364f3a8aa9af
BLAKE2b-256 checksum
How to use checksums
42c88d59627259b4beb59d5d2c518a113a1b39fc578ffd2fa39924fa657cb75b
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.12rc0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc0-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
3fbe13badabbdddc26a058748245904006067391d3a214bd0d70c2f7f98457d6
BLAKE2b-256 checksum
How to use checksums
cb5ecf2dfeb9d1dd7b493ed5bb4e878c30fb20fa551ec93f3d45ed590025c90a
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.12rc0-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc0-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
fb16ff2bffb084f7093ddecb578b10a91aa88445617cb92657df2a9f0495c0f3
BLAKE2b-256 checksum
How to use checksums
280bbc3637002c597f3f13b6f188cb7157d61b15db5e800bc5cce17e66efade0
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.12rc0-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc0-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
5dbc0823491508848130d70d340bdf6fac55afed68e2b4c710bcb78f35441793
BLAKE2b-256 checksum
How to use checksums
9deb14563abaa022c9f1d65f48a5ab5322942fb505ecb4197adcf9accdf490ec
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