Skip to main content

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2026 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64, ARM) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath-10.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

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.11.post1

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.11.post1
File Size Uploaded
passagemath_giac-10.8.11.post1.tar.gz 182.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for passagemath-giac 10.8.11.post1
File
passagemath_giac-10.8.11.post1-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.11.post1-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.11.post1-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.11.post1-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.11.post1-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.11.post1-cp314-cp314t-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-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.11.post1-cp314-cp314-macosx_13_0_x86_64.whl CPython 3.14 CPython 3.14 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.11.post1-cp314-cp314-macosx_13_0_arm64.whl CPython 3.14 CPython 3.14 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-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.11.post1-cp313-cp313-macosx_13_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.11.post1-cp313-cp313-macosx_13_0_arm64.whl CPython 3.13 CPython 3.13 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-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.11.post1-cp312-cp312-macosx_13_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.11.post1-cp312-cp312-macosx_13_0_arm64.whl CPython 3.12 CPython 3.12 macOS 13.0+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
passagemath_giac-10.8.11.post1-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.11.post1-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.11.post1-cp311-cp311-macosx_13_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 13.0+ x86-64 Details
passagemath_giac-10.8.11.post1-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.11.post1.tar.gz

Download URL passagemath_giac-10.8.11.post1.tar.gz
Size 182.6 kB
Tags Source
SHA-256 checksum
How to use checksums
5d7b65f25e3128cceb4ef4acecceb180d696183e90e5b1536b7d2f59d668935b
BLAKE2b-256 checksum
How to use checksums
5c68db69b977e87d144c74ed700a18d2ca6c7e13ce46eb53a1463da994ed604e
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.11.post1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
c78df8decb13845650c8dd3c546ecb799be84af66f493ad61340eeab15932263
BLAKE2b-256 checksum
How to use checksums
8e1aace091c2b46146e95a8b06f3af569beb9edc8bb2f5a59c01471d423169b2
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.11.post1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
308224f47e13ef4ad9a65fb8a81a9bb7c46676a6adfcfa6be26d98644c5b89ce
BLAKE2b-256 checksum
How to use checksums
47f34c41775a4ca955ff52760dc006a7c2c474563086f0ed9f93637543c2503a
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.11.post1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
334c1c04bf70f35901d14f66a226acfef533a8e49abb477f0c7e69ddc2a1df39
BLAKE2b-256 checksum
How to use checksums
79edf7270b3294e44f6924056cc2b7538910c84bfd9e0abc4331a85faa5fff13
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.11.post1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
26bb8489edbdc89b47d155b0530c19cdff9d94552ab3da735f0a530bdaa6d592
BLAKE2b-256 checksum
How to use checksums
973d08abf8e6079a703eee8a9f9609992b00d08cec56e79dbaa2b612cc2963ac
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.11.post1-cp314-cp314t-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
b7f26afed9cb2f82a7f39a49752c6469d1665a73d9db74b8a8a5f07940fd0f82
BLAKE2b-256 checksum
How to use checksums
7ea28a07b53991ea6f27333e88fdb22e3feda519d55779c5e1e2ed4985323c3f
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.11.post1-cp314-cp314t-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.11.post1-cp314-cp314t-macosx_13_0_arm64.whl
Size 28.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ ARM64
SHA-256 checksum
How to use checksums
a02c72dcad4a785f985b76930bef53e9beee2b69caa207c9ba9e7aabfbe44771
BLAKE2b-256 checksum
How to use checksums
605370cb3a46fef185b9260f9bdae3a3f35993c1c8afeec74f897ccd20350ddc
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.11.post1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
abec17e8525a8aadcc8a110a65382ed4d8bf588fcc2b5a2626fcfffae181323d
BLAKE2b-256 checksum
How to use checksums
4574d7ddd12114357fd5c67742b28b12fd627ca62fc4982c118e388df75565d7
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.11.post1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
e894dba9a4948d922fc551c830a4e6097ea0204456fb20515e228e5a607b3922
BLAKE2b-256 checksum
How to use checksums
1c2757e510b440dc96a92bb7bf391b4dd547fa690bac883006201c054bc3ee02
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.11.post1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
11b3bd8ee1a61ffd9fdad3286a34809d0c144acfcd57ca87930862f73809f5fa
BLAKE2b-256 checksum
How to use checksums
7f05db0269c94a51455b93e9f365ed6c5df0a198dffc40d27d2b8ba012ae6fb7
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.11.post1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
4c83e9290923332f096734a7b3629dc4ddb883bbfc694467a7218911d9d40268
BLAKE2b-256 checksum
How to use checksums
e651e087306cb4df129468eb181d3acdf34ac03a90f61dfa9b5872564407c911
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.11.post1-cp314-cp314-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
f5817f793b53ea4a836087ba358aa00483729a11fda9159dbb8f19f72800a015
BLAKE2b-256 checksum
How to use checksums
a316b74de872a5ca3a9fcd3ab9b4dc3f934e774a86e60da5f5ef967e5a6d2a2a
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.11.post1-cp314-cp314-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.11.post1-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
8c75503aa373d0ddc4db98ffeba4d8efaf25bf28beb1e73934002949c9e46755
BLAKE2b-256 checksum
How to use checksums
09349e7cc1893a32b535742621200992125cd0c0bc1aa2dcb4c632072afa383e
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.11.post1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
7f2860ee29a6438948238ff47cd52f9040bdeb0864483f2d410950b7f1cd5252
BLAKE2b-256 checksum
How to use checksums
0147f270392570eebaa4538cfbea185d220050a4a697d552ace5f7311223902f
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.11.post1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
3ccca5697ce1724dda298c1db022a2a00c241c34de546e4c597683f966037f58
BLAKE2b-256 checksum
How to use checksums
f6d67fb74527a62b50c3b59c380185b10d08eb4bfcf2dfddbe3a596add0a8324
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.11.post1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
ea23c761a2d755c181bb56f9c211ffbb6738c7201b3fed596e4637fc3f9bbc18
BLAKE2b-256 checksum
How to use checksums
3ddf6edde6c68c6370680c1e7b0a19b32e51301327ced09c666cf1617318eeae
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.11.post1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
38e467f93743bbb7ab2bbb4fa5315c81910106958333fd94fc0509180766dafa
BLAKE2b-256 checksum
How to use checksums
b2ebbab87156a2e6befff5f7705af1b7ed696e579bcc6894966001134fa5f268
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.11.post1-cp313-cp313-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
9f9025d1e583d1106a9375aac33f8c56a2721b6043972ecd63decd3485891db1
BLAKE2b-256 checksum
How to use checksums
d85bf22fd80f6b7a16e1950f18cec4378c65f7fad62a025742b06dd7326baec2
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.11.post1-cp313-cp313-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.11.post1-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
5706a98b987d0df328f050ed69c34e2204eabf879c0e7c2d57241f4a0ab91f45
BLAKE2b-256 checksum
How to use checksums
79ff9fc6ebfe6d6bf1c0c4c3eb769f3fd5073028ea50e3dbe7a312aa963da053
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.11.post1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
34ba5eb0dab3281854413e8e430c8e83d00e0e07cb3dfe04051df04a52fd5da6
BLAKE2b-256 checksum
How to use checksums
7eec0d5cfe105ce782441a01ac8171a96d93f93a7080f9add33c724dc48da135
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.11.post1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
83d491e2fc5941e6a16f86f94fbcf3ce2f325195aa11ff9d4afa218b9d94ff14
BLAKE2b-256 checksum
How to use checksums
16bea203719171908a224c87bbc11ec18974fca4f5538a70a3b25d7be8518c42
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.11.post1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
0b93f537422b123f3cc1ee32ef976006dd1cffcbb0db4ef6ba04b255cf8983a2
BLAKE2b-256 checksum
How to use checksums
4832c7e75c12a94b6488e3a197e8d54b13f5c9fe5d2efbd21505171fb42a4aaf
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.11.post1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
dd83eacc8374ada851f72d1af717c4566e41871d4cc7975b4f3ce4b3d11d2ec1
BLAKE2b-256 checksum
How to use checksums
75d8b184d11204b553aa72ba25eabe11ba8ac263595dabaa1df03272cf7942ce
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.11.post1-cp312-cp312-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
e7bcf0d262347f15634ac8e205226cf2c30f3e0c380115f3338d17b4248bdc77
BLAKE2b-256 checksum
How to use checksums
9398fd19f215bbed4570896bbef74ba43b8d85147d994773c4794c6650971041
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.11.post1-cp312-cp312-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.11.post1-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
0bd5e7ec490a195b78fa5f635f40358d715f5a99c9416385f8a167e697b32eec
BLAKE2b-256 checksum
How to use checksums
6a7997361dea3942535b6cbb9e4254866d3200adffdda0adfa054374eae6e1d4
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.11.post1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
7a34c9d018ab3af19a645cf9195819ea4dc8013cc49eca4eb9a59145b8570fe5
BLAKE2b-256 checksum
How to use checksums
5c2942724467aeaed53baf4fbd90739eae0982b850057bcebb1a338f836f9ba8
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.11.post1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
2113a5d3b9792d919f63a735b1740b75c1db1e599600dc0c34d4f4476c1d7ee9
BLAKE2b-256 checksum
How to use checksums
9ea10bdfd89ef02c4163ff7993725bb79dd87a4af113e6a7822b40c160527187
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.11.post1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
34483504fbb18a455c16c664c91261e966fd4c15b6c7e72a4b291bceffcdfc41
BLAKE2b-256 checksum
How to use checksums
0d66d768d0c0fd10a0ee6ba9ee7f9e2f37cd16df91afb33ac5a15a758624f8f4
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.11.post1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL passagemath_giac-10.8.11.post1-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
e858183ee74de3b03d05beb2c7c231189cb4068194f26cd0b9762461421ec809
BLAKE2b-256 checksum
How to use checksums
e225dcaae8b2ef71b6a26ad3ce52fb269df24f4cc0dab08cb877346d9c3ff05d
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.11.post1-cp311-cp311-macosx_13_0_x86_64.whl

Download URL passagemath_giac-10.8.11.post1-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
9aaa5dc5a54122a0dbf125fc4e4f78e9ca8a1bfd9adada1da93e0c3b0a4dd846
BLAKE2b-256 checksum
How to use checksums
428d702895b54abc40fbc4e19b5a334af07758d746b52f57655522c5f1561830
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.11.post1-cp311-cp311-macosx_13_0_arm64.whl

Download URL passagemath_giac-10.8.11.post1-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
a679c85c62814947f31e8c7b34feec5d20b191906452b75e8fa10b1600966e5c
BLAKE2b-256 checksum
How to use checksums
ac58713a55974709029c08062659cbcd6225ceeafa6aea55c01efa98f549b591
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