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

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.12rc2
File Size Uploaded
passagemath_giac-10.8.12rc2.tar.gz 182.7 kB Details

Built distributions (wheels)

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

Download URL passagemath_giac-10.8.12rc2.tar.gz
Size 182.7 kB
Tags Source
SHA-256 checksum
How to use checksums
9f230571fdfcc1c11ea3251687641dd357ce07932b402f2b22664e924685f718
BLAKE2b-256 checksum
How to use checksums
c3c83e146bbe0ce35fc7deb3a0dbd684697d593ad25d7830af6463b65a3212a4
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.12rc2-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
0c63adf6c4ffa731a3658921d11a8db39569a90a0a014f355f27a1daeeed6b03
BLAKE2b-256 checksum
How to use checksums
cded2cacac04fd50acaffb608ee125114530959be206cf1861f8391fd20eda33
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.12rc2-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
2887d4a310a3e1697a90a6e27e038b45e471b3d2de2f30ab08b342db1e0e40e8
BLAKE2b-256 checksum
How to use checksums
085d01cf337c3427783ff19baddb39a3e9f2eaeef14783edb90dfab1e7815e87
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.12rc2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
a7448e3f88b1665d03d33e6092c7da4e2afb98334826e3d7439528b9818e8bef
BLAKE2b-256 checksum
How to use checksums
2171358b12c06c750ef80499a47eed75600b65137fe47e6680c11a68dc9d961c
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.12rc2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
3f5a4862601c5a37f45566f7b2bea8bb272150e19adbb6c9b5640dc336d8b2bb
BLAKE2b-256 checksum
How to use checksums
98c7864d39fbc526b72a203179ca6362a5934526b0ee1823f862d8992e13decc
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.12rc2-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
259e12f81f2ae56d6806b49a449d9be31925f91cbc71e62cea2dec71ccee0ba5
BLAKE2b-256 checksum
How to use checksums
8471810a3434ab01193e60d85b2e45bb95663abaa156b70f9f8f312c8138f451
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.12rc2-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc2-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
1f02ea8b794234e76c9fe079ca779c343f0e0fbea53efc21f3e02b0630f0ed00
BLAKE2b-256 checksum
How to use checksums
8f4935d14c00ab8b9ce3d909984d0529b3d0d07acdeba9727fb4f079ab8875f4
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.12rc2-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
2e21269ef5eac78e0a5dac318baf36c3bddb690cff2c607616d854f45fcb1f21
BLAKE2b-256 checksum
How to use checksums
65e630206c3391f0c316698d830404d34d0277eeb7e94d94603cdbe21fe2f5a2
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.12rc2-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
a8a340fe8a1f24c094ad11780f6a0299fb4c4d1c6a57149d6a2558bd1e3779cb
BLAKE2b-256 checksum
How to use checksums
db6aae25299bcb1c2fec0a4af0b9d57af292dafd1820cf69840cb44eccb842e7
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.12rc2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
8467d22880db3771e68ae64eecb42a9ca9969cd7b1f8df0ea91755977c4c94ae
BLAKE2b-256 checksum
How to use checksums
7ff167ea3a8b64ad2b6bdac560dc2e1b23ee62b4eb9677110aa76e454985afbe
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.12rc2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
821152228fd9ea1fde2cdd42104fc08f9647394074a3f04016e85d13045e0ec7
BLAKE2b-256 checksum
How to use checksums
25c317ecf37af07834cae9812011be377cf83d0245ffdcfa418720c2c3b4a95d
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.12rc2-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
3d3987399ba58af14e461e5bc5deab53d309cecca0bb29571784a53eb0851dad
BLAKE2b-256 checksum
How to use checksums
cf54a45cf8f95ae162008a3ef61a40ca3b81000fa05367393a3614f004bc9c35
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.12rc2-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc2-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
453b4a03ffe27e8be0d6054181ce3207b6deca58a510b0c504e78b237d3e0e04
BLAKE2b-256 checksum
How to use checksums
a9985729aa2e46da4c80a52097f9e0516d844dcdde7bda01e5681dfe1d10f840
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.12rc2-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
2b64777f7611f7226aa460e68908788d63bebfef352552c0c5ddd822e641b44d
BLAKE2b-256 checksum
How to use checksums
c84cd35756015f9c7f901260206baa8a239a0fa63680eaffddb5b8c53e82c49d
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.12rc2-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
5e4319b13a70c90b04f651bb35923b37e1625a168314fc8f15ea4e46c2957b6b
BLAKE2b-256 checksum
How to use checksums
d2796389f30c4ff709d0c65611ef26464930249f7ef1615307c03f3d252b9e94
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.12rc2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
f5a12914ec117ff8c145bab3e2418868b917707f610a940277ba4671d45681be
BLAKE2b-256 checksum
How to use checksums
731fc0941ed17daa891a7db3f3a5eca5e785436200d5c0c2afd23cc2f8c4d8bf
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.12rc2-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
c80c3a89b9f918db81c7a114e4dddbfb83722ad7b9f56bb5f7995378423f4a03
BLAKE2b-256 checksum
How to use checksums
3cb17986b44ed30536b54d5b1435749c1b484b8663652f61ce855b4f0f257750
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.12rc2-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
a8f560ecf80ec5fe94ac6bb8ff82a373ddfb78bc64a75af1b9ac0906d51d0b7c
BLAKE2b-256 checksum
How to use checksums
4d14f5811b3145015075d717acabba075d04b890d09514b2d1f806246e3811b7
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.12rc2-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc2-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
32195f7514580eed0b3defbca926074caee271ad87146f6303e4099fc3d64ea3
BLAKE2b-256 checksum
How to use checksums
7199c54d769df18beedf9e7e2cf902f66631b7c6856eea6c6ce38d2356774326
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.12rc2-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
5d54abd66785e84aa741af2382f8f3ae0d49a581c500a37076bce2120ec51268
BLAKE2b-256 checksum
How to use checksums
ed0c70d910ca720658612519e3a2c02d8ab82f1dfbd94e2c9ddc594d26811e14
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.12rc2-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
3179e60a4afacc59f0a3a407ee78eadc66d77dc2b676e68327c11865f7b0e550
BLAKE2b-256 checksum
How to use checksums
3b21136e108f7306a805f0a65bbb959979ead432c87fb90f6386bc751bbb7bd3
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.12rc2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
3e694fab188b1c1b8eb482b45f0dd8b4f7f246d6e55efe19dfaf5fecba73866d
BLAKE2b-256 checksum
How to use checksums
646c2c6ce916873495548d1eaee8c3c18d921c1e8e0e5c735dc5c8eeb37a954f
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.12rc2-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
211fc0b8e6928b8bdc9adbb3655e4b1a549213d80f4adf4da8fc6ef2357ccee1
BLAKE2b-256 checksum
How to use checksums
f6388bb7319c836f430572905bf6f69a28ced1680a3817027c4042fe072396d3
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.12rc2-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
4497288389f3d0ebee32c9b7388a5cd8dbd8640d485a9b38e9ff7fa76a64c8dc
BLAKE2b-256 checksum
How to use checksums
fbd6395a8718ce2e1a1b7ecd1d23383f9dc39de1b4cd36862d30ca9b5ebf1ffb
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.12rc2-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc2-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
5c85a4c3a293158d3d0b421eeda8a4698055e4efe80b8ed4cc3bd5421906e0c0
BLAKE2b-256 checksum
How to use checksums
08fab2d273433c5dcb7ae76d6b271aef990f8c14f29f52eb55907ec56708c649
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.12rc2-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
c3253c00b69c8c0e95326c2e8e93769e6c6e6089f717586e5cc0efdf24bc48e8
BLAKE2b-256 checksum
How to use checksums
e03b93b98e6660d3659f164e280def3d40aaef6837fcf8717ebae7501cbcc083
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.12rc2-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc2-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
1fe12b4889b40f47e2c97ff765a2322f71cc07f87f8049855840bc620a36b3af
BLAKE2b-256 checksum
How to use checksums
1e2185b0db569cd67dc4d1a68b04af97277ad37ab3441a561f234fb17a266636
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.12rc2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

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

Download URL passagemath_giac-10.8.12rc2-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
9d88993de78cea4e7b3436f4afbd45a29703140efaa198e8d81269c25a51b58e
BLAKE2b-256 checksum
How to use checksums
c34c93adfe6a6e79c5f24a80d0c272e4c5ac2f82e0d624ce39c56c4bf0995fb1
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.12rc2-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc2-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
59f99b4aa8b2fcafc00906b6a063aca92f60139151c006205beec550fb394279
BLAKE2b-256 checksum
How to use checksums
97b6e0a6c1a649e07a5e3610f741f3c5b712dd519ff6a866c7f2bdb20cfce603
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.12rc2-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc2-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
980d3bc730efdea81ec64a16469a6c5d902f8e28598ce4b95223ed8dff5ee065
BLAKE2b-256 checksum
How to use checksums
20e2659beba34d5ccc8fd0b64f5410df28bbc359821f321b3d28da33ed3f613c
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