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

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

Built distributions (wheels)

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

Download URL passagemath_giac-10.8.12rc1.tar.gz
Size 182.7 kB
Tags Source
SHA-256 checksum
How to use checksums
447c6e850ee01989a8a7e98a653236ee09bdf8289f4020b9595109079c21c7ce
BLAKE2b-256 checksum
How to use checksums
0a3f02aa3884106b13deaa57f457c05bb38414cf83b26859a548006e82e4ad8c
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.12rc1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
86c3b3eb68f3a6aa9dbe4f261a22f346a639b2cca2c4e61b789e2c01f947958f
BLAKE2b-256 checksum
How to use checksums
7a7cadeb57de6a48ccf15bb88542535e96da35fe0f477e41fb9caff3ab8bcbe9
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.12rc1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
347115b8b82cb61a4ae8e4bad05247ff73427f70ef311c47879777ee4da7f4e4
BLAKE2b-256 checksum
How to use checksums
26db0cf1976556c9f170df045e1fbf66ee77b5db0f67bc823acf57cf8eba278b
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.12rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
46eedd8f4ec2bf7433d5358bcb8f5b5c34035c3d237cf21a9c41699c0eadbb80
BLAKE2b-256 checksum
How to use checksums
d0378c79c4315990569e99d9dc4a7526f4dd66912357297c784464bdccacf9a8
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.12rc1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
d4a52b857a832d9ad835015b4d53764e2b00685f43525e13cc52c6a22a843b86
BLAKE2b-256 checksum
How to use checksums
07b37228b3b24cb7e92f9b6449f29160e592a7b40775e83c5f2ecdd683de5d44
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.12rc1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
7bab9d35ec7995db0127aaef5038b4a6870d31df5b966c3804b1ad98cdfef83a
BLAKE2b-256 checksum
How to use checksums
17e2cbb348741a597967dab0c1b714e222a19eb24d4f122254f7886730ecad8a
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.12rc1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc1-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
3bfe72ec8f6451d64302543c86a832ecd4465d5f119a92da5665b2602ff75143
BLAKE2b-256 checksum
How to use checksums
d91fe2f7ec1f683e3c06e5090dc4bbcd134078951fb7ba6e5b7edde36a85b935
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.12rc1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
d82f1e1fe0a99d866839395327dc336a7a6c252fabb14cd6bc40da1be44deb29
BLAKE2b-256 checksum
How to use checksums
515c2ad6c82f5aba62a8dce3d3fc0fb6a996cc4caf8023702e4d87e95e439bd7
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.12rc1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
aba1633308b38d65616012c4a338818fa0058f4bb9d37663d94a2a32ecbd3978
BLAKE2b-256 checksum
How to use checksums
1a7f3d161e8974a8e46fb7b86d3fb60d3ef53744a509ceb25c457dd4e4682f00
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.12rc1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
c0207d59a6a19bb53fae155083d8e857c2e61f8697ccaa5a4e2b399845c687f2
BLAKE2b-256 checksum
How to use checksums
19cec694ed011c7664dcce31e4823fc9c4db31e8e81bd62221e69ab5ad681ebe
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.12rc1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
7bab86f76eee2ddfce364d66d73cf87898baa6b4e4fcdf8c7617003e39756711
BLAKE2b-256 checksum
How to use checksums
5684fbd0b4cc9cfaba32e16234734713a069ca7677cd50929e46c055cb2295b4
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.12rc1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
a0601c1f6e77c502a6ef1f1fcb72bbe52ae54f2e11511e55634759cce1a1c3b4
BLAKE2b-256 checksum
How to use checksums
085e5af5092b73d9706052e0ec0467f674d882879aa5c9ed24fb42070711c7bc
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.12rc1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc1-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
34d2e248149bdb017b054479814dffaaeb86889b470c909199cba06793cce5a4
BLAKE2b-256 checksum
How to use checksums
28a91b8f211a383fb00d934fa3cb108d04dc4bd6a8e93c2d2d9d5dc23f3e3962
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.12rc1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
3c4214dc857a0e7ad28c8370391fefc9100158fb64400d91aabfe4fc3074fc48
BLAKE2b-256 checksum
How to use checksums
7922d6c137fbeb7c3a59353ca4f82d7ff4f7b6e4a2d381bb13e1edf89f1c5e7f
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.12rc1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
3a4d8dff5449e17cbeb588034a87f3fbb1c623dfe5f13a555f24376b55933274
BLAKE2b-256 checksum
How to use checksums
15772204ff3eb932e11d458e2a041d24578404c2f35cd66008fb9eda2564e3f0
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.12rc1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
d7c3919edec7631f022d65b685c99009cfc074b5ea91cbaac10e6083f9f5f38e
BLAKE2b-256 checksum
How to use checksums
2c6c37793a1bbe1b7616fa553f26a14ebeae25c731c1e7a0f2ba8b084169af07
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.12rc1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
71d4a9c849b787073a76ab0eb9afc972971691ca9e5241bd226ef34ddd978c1f
BLAKE2b-256 checksum
How to use checksums
d64b3aca2e3d386d932f401a6c24a8a1fec18f7ccbf7fb8699062733d1185a84
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.12rc1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
096bd8143d45e69967b2c20776f5a14aa71313aabeb82edee09a3e29fa09ddb8
BLAKE2b-256 checksum
How to use checksums
38608e90e48e7f83afbea080a620eb6654fd22b4063b03f3150670f91bc7466e
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.12rc1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc1-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
af3b063f5f5dd15398b671c1af2e9fc363e34c5fe45b68fbc398b57e46566a59
BLAKE2b-256 checksum
How to use checksums
ab7bdd2d65f26433bc62130c24df2dfba63a4965938847aa5c6a5e00ff03ce4b
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.12rc1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
8f70a2f2f7c15a446885b47c0917ec36829175f99b771eef5ed65890192df5db
BLAKE2b-256 checksum
How to use checksums
1db8f2f5c61ec07284327fe24ff8e27707e34d89ca46222771cae4196fdf7478
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.12rc1-cp312-cp312-musllinux_1_2_aarch64.whl

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

Download URL passagemath_giac-10.8.12rc1-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
9aa39b30bfbc48a9b3bc78a39c4b982e175b5880eec818145ab93b703b030d09
BLAKE2b-256 checksum
How to use checksums
6d87d446866c9e6ebf6c8505928d8ccb77b5f16c005b0a6f9deea09ee6062df9
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.12rc1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
9359b8f5621afb3e335a3379344945f19805f9ce5043f212d7c4a490726fcb6c
BLAKE2b-256 checksum
How to use checksums
0395d350dde2d664c64afaef3bd6974b77550c20fce716d1078350b78a44ef57
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.12rc1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
87caaa123ce25306b956a56e0f64e58e3d4e285b97ed9dceba280fd3f85fe24d
BLAKE2b-256 checksum
How to use checksums
a67ff6d0e932347fc2bba08033274bb30cacc25b128c7430ccb63a97b1d4cd1f
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.12rc1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc1-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
71204d5e448da72668a1b0fde6e0451243f945de887537b114266b1d8dd54e07
BLAKE2b-256 checksum
How to use checksums
d4a02799486d5dddd883a5dbdc4023ea9b1946eacce00ef2a55cfb328032031c
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.12rc1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
a0d3943a530f583162d652c5e686cc2a74a274d5d3c5ea70005af5123b97209d
BLAKE2b-256 checksum
How to use checksums
593bb61a1c3a97af81c5e3417f880671cf868131d1b570a9683a75f59bd1415c
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.12rc1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
9ee24f902c5e643d27dcfa1f8b8ff85dffbac270fd129af5585fafb9084ffdae
BLAKE2b-256 checksum
How to use checksums
3255999c9e7dd9d58085e58981213ece7bd8518a21418078e1f0a39fdadbd586
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.12rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
d040547f0190ebf2881eba7ceca3ab2dc5cf513f639314c1d9d8888d39536cec
BLAKE2b-256 checksum
How to use checksums
ede4559a08550f67054551d31cf79773d5b9bfb08182b9f5d2f0e345084e0c5b
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.12rc1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.12rc1-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
1f35a176ab3cf96ad0923f47caf38e8485cfc93b229ee250f4e99009cc9ae119
BLAKE2b-256 checksum
How to use checksums
8cde9521ad893d696e91fdcc018b93fc16a1bf0d3c57cc31b90b907eecafe44b
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.12rc1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.12rc1-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
82b27e1a2be939dc26a43e5e71ab45b6e0c320260d92d94216bb35463e8a1ede
BLAKE2b-256 checksum
How to use checksums
dc52e28cc35fbf886faf2fa55cc5f915891ca0fba90c977dca9cf5ba412c627a
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.12rc1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.12rc1-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
03b31977904b2301341b89a09617fddc56544b8e43d3ecef3a9e614668e0f0cc
BLAKE2b-256 checksum
How to use checksums
2c2e714525d7ede1554e4def29513607776aad0be42b306dd191c08f2c20becc
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