passagemath-giac 10.5.33__cp310-cp310-musllinux_1_2_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. passagemath_giac-10.5.33.dist-info/METADATA +153 -0
  2. passagemath_giac-10.5.33.dist-info/RECORD +34 -0
  3. passagemath_giac-10.5.33.dist-info/WHEEL +5 -0
  4. passagemath_giac-10.5.33.dist-info/top_level.txt +2 -0
  5. passagemath_giac.libs/libcrypto-79ca7c2e.so.3 +0 -0
  6. passagemath_giac.libs/libcurl-16a78e59.so.4.8.0 +0 -0
  7. passagemath_giac.libs/libgcc_s-69c45f16.so.1 +0 -0
  8. passagemath_giac.libs/libgfortran-db0b6589.so.5.0.0 +0 -0
  9. passagemath_giac.libs/libgiac-6d0de4c7.so.0.0.0 +0 -0
  10. passagemath_giac.libs/libglpk-aec1f3c8.so.40.3.1 +0 -0
  11. passagemath_giac.libs/libgmp-8e78bd9b.so.10.5.0 +0 -0
  12. passagemath_giac.libs/libgsl-75bb3fcc.so.28.0.0 +0 -0
  13. passagemath_giac.libs/libgslcblas-e0debfeb.so.0.0.0 +0 -0
  14. passagemath_giac.libs/libintl-3f4788bb.so.8.4.0 +0 -0
  15. passagemath_giac.libs/libmpfi-8dd9bae1.so.0.0.0 +0 -0
  16. passagemath_giac.libs/libmpfr-5ff10580.so.6.2.1 +0 -0
  17. passagemath_giac.libs/libncursesw-13f4e49c.so.6.5 +0 -0
  18. passagemath_giac.libs/libopenblas_neoversen2p-r0-05b86cab.3.28.so +0 -0
  19. passagemath_giac.libs/libpari-gmp-tls-e657f88e.so.2.15.5 +0 -0
  20. passagemath_giac.libs/libreadline-ae76ac25.so.8.2 +0 -0
  21. passagemath_giac.libs/libssl-7d993165.so.3 +0 -0
  22. passagemath_giac.libs/libstdc++-1f1a71be.so.6.0.33 +0 -0
  23. sage/all__sagemath_giac.py +10 -0
  24. sage/interfaces/all__sagemath_giac.py +1 -0
  25. sage/interfaces/giac.py +1264 -0
  26. sage/libs/all__sagemath_giac.py +7 -0
  27. sage/libs/giac/__init__.py +356 -0
  28. sage/libs/giac/auto-methods.pxi +16982 -0
  29. sage/libs/giac/giac.cpython-310-aarch64-linux-gnu.so +0 -0
  30. sage/libs/giac/giac.pxd +205 -0
  31. sage/libs/giac/giac.pyx +2074 -0
  32. sage/libs/giac/keywords.pxi +10 -0
  33. sage/libs/giac/misc.h +117 -0
  34. sage_wheels/bin/giac +0 -0
@@ -0,0 +1,153 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-giac
3
+ Version: 10.5.33
4
+ Summary: passagemath: Symbolic computation with GIAC
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License: GNU General Public License (GPL) v2 or later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://doc.sagemath.org
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
+ Classifier: Operating System :: POSIX
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.9
24
+ Classifier: Programming Language :: Python :: 3.10
25
+ Classifier: Programming Language :: Python :: 3.11
26
+ Classifier: Programming Language :: Python :: 3.12
27
+ Classifier: Programming Language :: Python :: 3.13
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.14,>=3.9
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: passagemath-categories~=10.5.33.0
33
+ Provides-Extra: test
34
+ Requires-Dist: passagemath-repl; extra == "test"
35
+ Requires-Dist: passagemath-symbolics; extra == "test"
36
+
37
+ ========================================================================
38
+ passagemath: Symbolic computation with Giac
39
+ ========================================================================
40
+
41
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
42
+ source mathematical software in Python, released under the GNU General
43
+ Public Licence GPLv2+.
44
+
45
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
46
+ developed 2005-2025 under the motto “Creating a Viable Open Source
47
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
48
+
49
+ The passagemath fork was created in October 2024 with the following
50
+ goals:
51
+
52
+ - providing modularized installation with pip, thus completing a `major
53
+ project started in 2020 in the Sage
54
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
55
+ - establishing first-class membership in the scientific Python
56
+ ecosystem,
57
+ - giving `clear attribution of upstream
58
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
59
+ - providing independently usable Python interfaces to upstream
60
+ libraries,
61
+ - providing `platform portability and integration testing
62
+ services <https://github.com/passagemath/passagemath/issues/704>`__
63
+ to upstream projects,
64
+ - inviting collaborations with upstream projects,
65
+ - `building a professional, respectful, inclusive
66
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
67
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
68
+ serverless deployment with Javascript,
69
+ - developing a native Windows port.
70
+
71
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
72
+ available online.
73
+
74
+ passagemath attempts to support all major Linux distributions and recent versions of
75
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
76
+ virtualization.
77
+
78
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
79
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
80
+ so compilation from source is triggered for those.
81
+
82
+
83
+ About this pip-installable distribution package
84
+ -----------------------------------------------
85
+
86
+ `Giac/Xcas <https://www-fourier.ujf-grenoble.fr/~parisse/giac.html>`_
87
+ is a general purpose Computer algebra system by Bernard Parisse released under GPLv3.
88
+ It has been developed since 2000 and is widely used: Giac/Xcas is the native CAS engine
89
+ of the HP Prime calculators; the C++ kernel of the system, Giac, provides the CAS view
90
+ of `Geogebra <https://www.geogebra.org/>`_.
91
+
92
+ This pip-installable source distribution ``passagemath-giac`` makes Giac available
93
+ from Python and provides integration with the Sage Mathematical Software System.
94
+
95
+
96
+ What is included
97
+ ----------------
98
+
99
+ - `Cython interface to GIAC <https://doc.sagemath.org/html/en/reference/libs/sage/libs/giac.html>`_
100
+
101
+ The Cython interface is by Frederic Han and was previously available under the name
102
+ `giacpy-sage <https://gitlab.math.univ-paris-diderot.fr/han/giacpy-sage/>`_.
103
+ It was `merged into the Sage library <https://github.com/sagemath/sage/issues/29171>`_
104
+ in 2020.
105
+
106
+ - `Pexpect interface to GIAC <https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/giac.html>`_
107
+
108
+ - see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-giac/MANIFEST.in
109
+
110
+ - The binary wheels on PyPI ship a prebuilt copy of the Giac library.
111
+
112
+
113
+ Examples
114
+ --------
115
+
116
+ A quick way to try it out interactively::
117
+
118
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-giac[test]" ipython
119
+
120
+ In [1]: from sage.all__sagemath_giac import *
121
+
122
+ In [2]: x = libgiac('x')
123
+
124
+ In [3]: V = [[x[i]**j for i in range(8)] for j in range(8)]
125
+
126
+ In [4]: libgiac(V).dim()
127
+ Out[4]: [8,8]
128
+
129
+ In [5]: libgiac.det_minor(V).factor()
130
+ 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]))
131
+
132
+ In [6]: (x+5)**(1/3) # note here 1/3 is done in Python before being sent to Giac
133
+ Out[6]: (x+5)^0.333333333333
134
+
135
+ In [7]: (x+5)**QQ('1/3') # using Sage rationals
136
+ Out[7]: (x+5)^(1/3)
137
+
138
+ In [8]: from fractions import Fraction # using Python rationals
139
+
140
+ In [9]: (x+5)**Fraction(1,3)
141
+ Out[9]: (x+5)^(1/3)
142
+
143
+ The last example again, using the Sage REPL::
144
+
145
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-giac[test]" sage
146
+ Warning: sage.all is not available; this is a limited REPL.
147
+
148
+ sage: from sage.all__sagemath_giac import *
149
+
150
+ sage: x = libgiac('x')
151
+
152
+ sage: (x+5)^(1/3) # the Sage preparser translates this to (x+5)**QQ('1/3')
153
+ (x+5)^(1/3)
@@ -0,0 +1,34 @@
1
+ passagemath_giac.libs/libcrypto-79ca7c2e.so.3,sha256=2KVEyBQ7ayAXi7I3l8eiN_hkFUWYv0mPjbI4LY_RnCg,4342753
2
+ passagemath_giac.libs/libcurl-16a78e59.so.4.8.0,sha256=A2m1UEOaTl3XqrCkI8x3v1h0Lzvt5QINsLDMcuMwsHo,3610729
3
+ passagemath_giac.libs/libgcc_s-69c45f16.so.1,sha256=BOFjRP57t9LgRNNAnFVK5VHmrp5UU-p5NcfcZ10dnd4,201673
4
+ passagemath_giac.libs/libgfortran-db0b6589.so.5.0.0,sha256=ag1nDpSozLrKmQ4I3bemnJi-FjSEKrWkAIlw7XxRb3w,1736297
5
+ passagemath_giac.libs/libgiac-6d0de4c7.so.0.0.0,sha256=HaVRb_7LGDium4vJ3vA90eVa3U4Vz8nS0VQXjbLuUjo,185818753
6
+ passagemath_giac.libs/libglpk-aec1f3c8.so.40.3.1,sha256=FnRwdU99Lba54bexFF-HDzUv2VXmZ6WCKiEidEphcO8,3412401
7
+ passagemath_giac.libs/libgmp-8e78bd9b.so.10.5.0,sha256=im50qR2w_N41DOhdzO_WChiY-_a2Ite2YarRdCFuysg,666617
8
+ passagemath_giac.libs/libgsl-75bb3fcc.so.28.0.0,sha256=-zsgfcFCk_CjjRUoFCj6qW2hQgumXidOgeaIjpwjYBo,3813705
9
+ passagemath_giac.libs/libgslcblas-e0debfeb.so.0.0.0,sha256=yiZE1HScJtG29UD5gv9vEUospnIzqz8knrRVLWXITlk,395737
10
+ passagemath_giac.libs/libintl-3f4788bb.so.8.4.0,sha256=7TtC9BFJiHkdtiCiSSsnJPmOnOSSTa7u_lIk4nQGPHs,132713
11
+ passagemath_giac.libs/libmpfi-8dd9bae1.so.0.0.0,sha256=zGul8K4j28x5gqQumpizY_Rk4ObxDkA_mOkHRLCJgoM,659689
12
+ passagemath_giac.libs/libmpfr-5ff10580.so.6.2.1,sha256=nVHBtdHTQ9XY-4RIcofTw121FrMRzUAAXU4Upi4sZKM,930305
13
+ passagemath_giac.libs/libncursesw-13f4e49c.so.6.5,sha256=Xc-7XTLj3ddHVJPHNkbMWXyHCktH4hqHv0uPQvAL5cc,476553
14
+ passagemath_giac.libs/libopenblas_neoversen2p-r0-05b86cab.3.28.so,sha256=rEphFYV8QVZGJ9SlaK0xs-1ddgM8whludMknXbOyljo,12089073
15
+ passagemath_giac.libs/libpari-gmp-tls-e657f88e.so.2.15.5,sha256=djSZGH1j9VMBwbw2V-g-w6fbN2dU_AXGb7uWEyw8ANM,10829537
16
+ passagemath_giac.libs/libreadline-ae76ac25.so.8.2,sha256=-TWR1dZAdQiTHA9sW7pOYJ7y62_qNDq2DOv1UV9gCZY,1260257
17
+ passagemath_giac.libs/libssl-7d993165.so.3,sha256=EK5W-gtMELkot_u5p3N_scuMaLFJQZYrZ8e2MXI6imQ,1006977
18
+ passagemath_giac.libs/libstdc++-1f1a71be.so.6.0.33,sha256=sURAhanafc8tH6FGDqPKz7dsPGNb0Aym8vBo6UbJ3Ok,3650097
19
+ sage/all__sagemath_giac.py,sha256=BXuEI2KgK8sqcL2WLl-U8g3GhMYOoJ6ppSNb03pvuBk,214
20
+ sage/interfaces/all__sagemath_giac.py,sha256=kb8e_2ZD2q6tVPakBcnb9ocdKdeowDDYmWkBdNfsp2w,43
21
+ sage/interfaces/giac.py,sha256=EDIv4z_4jCkhgjld2cspLXV9ACg0AIc_Xokm55uJbx4,38219
22
+ sage/libs/all__sagemath_giac.py,sha256=Ki9seZYz9nDXkjkzVTLXVAIqJdBc09sUzpK9Va8vWkM,154
23
+ sage/libs/giac/__init__.py,sha256=pQcVLi-O_WRtie1aN8ge1U-lYTPRC502AJ2l585xM3k,12908
24
+ sage/libs/giac/auto-methods.pxi,sha256=Oh58oDqlbKWeFXY6ArLMROm5iTayfaZZuVAbdWj1ZhI,676345
25
+ sage/libs/giac/giac.cpython-310-aarch64-linux-gnu.so,sha256=Xz3LJ2EG8go2F5dC--cr46kPEV68eRMDS7MFGiF2hVs,17310465
26
+ sage/libs/giac/giac.pxd,sha256=u5TF3tAucvOa5ypyZyAeB8lLe_dRT1YAxCKEmOxdkng,8238
27
+ sage/libs/giac/giac.pyx,sha256=CuwKJe1xP5hwgZ__0jWofwEI7KHnmxoNmswnO7jOqyU,68830
28
+ sage/libs/giac/keywords.pxi,sha256=y_L_dsEE3lIopMt8fsbOhGN8b3iueAwT5Y7BSSUs3O0,25732
29
+ sage/libs/giac/misc.h,sha256=gDMJlwTFblzrfnWaoPGgxC1oQas03BP22ecBa5d-JJA,2548
30
+ sage_wheels/bin/giac,sha256=Ow2s1qnQlbfh-7kwgIL278V78pIiy7N6n-K0xCCwbak,3483977
31
+ passagemath_giac-10.5.33.dist-info/METADATA,sha256=6SWFYOrv2bu1O_hmWqaK-kR3ZdFXOfsooONK6_3QOQM,6696
32
+ passagemath_giac-10.5.33.dist-info/WHEEL,sha256=jJiKnFtllFfzrv4lxdFSanhDZAzrkSeLzkHALyJbaw4,113
33
+ passagemath_giac-10.5.33.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
34
+ passagemath_giac-10.5.33.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.4.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-musllinux_1_2_aarch64
5
+
@@ -0,0 +1,2 @@
1
+
2
+ sage
@@ -0,0 +1,10 @@
1
+ # sage_setup: distribution = sagemath-giac
2
+
3
+ from sage.all__sagemath_categories import *
4
+
5
+ try:
6
+ from sage.all__sagemath_symbolics import *
7
+ except ImportError:
8
+ pass
9
+
10
+ from sage.libs.all__sagemath_giac import *
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-giac