passagemath-repl 10.5.27__py3-none-any.whl → 10.5.28__py3-none-any.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 (22) hide show
  1. {passagemath_repl-10.5.27.dist-info → passagemath_repl-10.5.28.dist-info}/METADATA +38 -13
  2. {passagemath_repl-10.5.27.dist-info → passagemath_repl-10.5.28.dist-info}/RECORD +22 -22
  3. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-cachegrind +0 -0
  4. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-callgrind +0 -0
  5. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-cleaner +0 -0
  6. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-coverage +0 -0
  7. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-eval +0 -0
  8. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-fixdoctests +0 -0
  9. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-inline-fortran +0 -0
  10. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-ipynb2rst +0 -0
  11. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-ipython +0 -0
  12. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-massif +0 -0
  13. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-notebook +0 -0
  14. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-omega +0 -0
  15. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-preparse +0 -0
  16. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-run +0 -0
  17. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-run-cython +0 -0
  18. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-runtests +0 -0
  19. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-startuptime.py +0 -0
  20. {passagemath_repl-10.5.27.data → passagemath_repl-10.5.28.data}/scripts/sage-valgrind +0 -0
  21. {passagemath_repl-10.5.27.dist-info → passagemath_repl-10.5.28.dist-info}/WHEEL +0 -0
  22. {passagemath_repl-10.5.27.dist-info → passagemath_repl-10.5.28.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-repl
3
- Version: 10.5.27
3
+ Version: 10.5.28
4
4
  Summary: passagemath: IPython kernel, Sage preparser, doctester
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -29,8 +29,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
29
29
  Classifier: Topic :: Scientific/Engineering :: Mathematics
30
30
  Requires-Python: <3.14,>=3.9
31
31
  Description-Content-Type: text/x-rst
32
- Requires-Dist: passagemath-objects~=10.5.27.0
33
- Requires-Dist: passagemath-environment~=10.5.27.0
32
+ Requires-Dist: passagemath-objects~=10.5.28.0
33
+ Requires-Dist: passagemath-environment~=10.5.28.0
34
34
  Requires-Dist: ipykernel>=5.2.1
35
35
  Requires-Dist: ipython>=7.13.0
36
36
  Requires-Dist: ipywidgets>=7.5.1
@@ -43,21 +43,46 @@ Requires-Dist: sphinx<9,>=5.2; extra == "sphinx"
43
43
  passagemath: IPython kernel, Sage preparser, doctester
44
44
  ===================================================================================
45
45
 
46
- About SageMath
47
- --------------
46
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
47
+ source mathematical software in Python, released under the GNU General
48
+ Public Licence GPLv2+.
48
49
 
49
- "Creating a Viable Open Source Alternative to
50
- Magma, Maple, Mathematica, and MATLAB"
50
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
51
+ developed 2005-2025 under the motto “Creating a Viable Open Source
52
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
51
53
 
52
- Copyright (C) 2005-2024 The Sage Development Team
54
+ The passagemath fork was created in October 2024 with the following
55
+ goals:
53
56
 
54
- https://www.sagemath.org
57
+ - providing modularized installation with pip, thus completing a `major
58
+ project started in 2020 in the Sage
59
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
60
+ - establishing first-class membership in the scientific Python
61
+ ecosystem,
62
+ - giving `clear attribution of upstream
63
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
64
+ - providing independently usable Python interfaces to upstream
65
+ libraries,
66
+ - providing `platform portability and integration testing
67
+ services <https://github.com/passagemath/passagemath/issues/704>`__
68
+ to upstream projects,
69
+ - inviting collaborations with upstream projects,
70
+ - `building a professional, respectful, inclusive
71
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
72
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
73
+ serverless deployment with Javascript,
74
+ - developing a native Windows port.
55
75
 
56
- SageMath fully supports all major Linux distributions, recent versions of
57
- macOS, and Windows (Windows Subsystem for Linux).
76
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
77
+ available online.
58
78
 
59
- See https://doc.sagemath.org/html/en/installation/index.html
60
- for general installation instructions.
79
+ passagemath attempts to support all major Linux distributions and recent versions of
80
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
81
+ virtualization.
82
+
83
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
84
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
85
+ so compilation from source is triggered for those.
61
86
 
62
87
 
63
88
  About this pip-installable distribution package
@@ -1,21 +1,21 @@
1
- passagemath_repl-10.5.27.data/scripts/sage-cachegrind,sha256=FRrT4BoRsrATlQOrXALHAbDI_KLhz0XuDOD6xzECEl8,651
2
- passagemath_repl-10.5.27.data/scripts/sage-callgrind,sha256=pWhrI8NsVa_XSuay052htjxcM3thrpX8rI6Uj_pK5Uo,442
3
- passagemath_repl-10.5.27.data/scripts/sage-cleaner,sha256=vM0CkzbxiSCE0Z85AViQIvoxb5oUz5WOmVOvShbLDUY,7778
4
- passagemath_repl-10.5.27.data/scripts/sage-coverage,sha256=IhvqnFvmvNJBMQtiSu5_Qy52a67hG-r3cAeyhYOOj7w,10199
5
- passagemath_repl-10.5.27.data/scripts/sage-eval,sha256=4IHv01xH34wJPj61wzcL5ufhoO6Y3UTTGz7b-0YKJFw,266
6
- passagemath_repl-10.5.27.data/scripts/sage-fixdoctests,sha256=cTWoFr9rAdOF-xeW6ytNeX3EzhKcs1mTN4UilP4kiGg,36877
7
- passagemath_repl-10.5.27.data/scripts/sage-inline-fortran,sha256=T3U943WNPKrxQJuanBhTpXU3jJ5vjaXd56R8yWv_8PM,234
8
- passagemath_repl-10.5.27.data/scripts/sage-ipynb2rst,sha256=PynBPdthnpwGbILDRA38IwpT319Ze-g8UMmWaaTnimQ,1345
9
- passagemath_repl-10.5.27.data/scripts/sage-ipython,sha256=RYYd8-gmE5JE_-dCkOSDpC6rRsX6i6tma3pqgmXYJvM,342
10
- passagemath_repl-10.5.27.data/scripts/sage-massif,sha256=Tfqb6ON9d0OZnt6VlGS21asbdMq8zWzx8ZnvV1n_buI,613
11
- passagemath_repl-10.5.27.data/scripts/sage-notebook,sha256=QJ1Y4eTptc6TbNVXZswpcsn-NqaQNuSwjWE-lYmGpW8,8453
12
- passagemath_repl-10.5.27.data/scripts/sage-omega,sha256=4ARnHyZyB69ltxHj9xYpzad_YCBT3Nk0Wq3Ke09gExM,595
13
- passagemath_repl-10.5.27.data/scripts/sage-preparse,sha256=3L1KKgvSApvoK467Wza0S4WQLCXiYvivrhDKIvA1omc,10595
14
- passagemath_repl-10.5.27.data/scripts/sage-run,sha256=F1oAgPN7Kh5dO1smCyfGVT0Dy46NQ_dQ3OQZ8Wa6foM,689
15
- passagemath_repl-10.5.27.data/scripts/sage-run-cython,sha256=02mTGXokayRxISoCWWsDcKZwGrmh5B0mJJxTT87J01Q,235
16
- passagemath_repl-10.5.27.data/scripts/sage-runtests,sha256=nUvI3fCrBjqPUict01wIxwYPjvaZf4ttLp85tavUEpY,111
17
- passagemath_repl-10.5.27.data/scripts/sage-startuptime.py,sha256=RtIuC7jM3SOwROXTa6nnpJhzK0sQ24nDqyE6zXpCWEI,6209
18
- passagemath_repl-10.5.27.data/scripts/sage-valgrind,sha256=fZxy00oXU4PpHf_wc2uYKb7lzqSBY4VkhUxiuvXHKhA,1201
1
+ passagemath_repl-10.5.28.data/scripts/sage-cachegrind,sha256=FRrT4BoRsrATlQOrXALHAbDI_KLhz0XuDOD6xzECEl8,651
2
+ passagemath_repl-10.5.28.data/scripts/sage-callgrind,sha256=pWhrI8NsVa_XSuay052htjxcM3thrpX8rI6Uj_pK5Uo,442
3
+ passagemath_repl-10.5.28.data/scripts/sage-cleaner,sha256=vM0CkzbxiSCE0Z85AViQIvoxb5oUz5WOmVOvShbLDUY,7778
4
+ passagemath_repl-10.5.28.data/scripts/sage-coverage,sha256=IhvqnFvmvNJBMQtiSu5_Qy52a67hG-r3cAeyhYOOj7w,10199
5
+ passagemath_repl-10.5.28.data/scripts/sage-eval,sha256=4IHv01xH34wJPj61wzcL5ufhoO6Y3UTTGz7b-0YKJFw,266
6
+ passagemath_repl-10.5.28.data/scripts/sage-fixdoctests,sha256=cTWoFr9rAdOF-xeW6ytNeX3EzhKcs1mTN4UilP4kiGg,36877
7
+ passagemath_repl-10.5.28.data/scripts/sage-inline-fortran,sha256=T3U943WNPKrxQJuanBhTpXU3jJ5vjaXd56R8yWv_8PM,234
8
+ passagemath_repl-10.5.28.data/scripts/sage-ipynb2rst,sha256=PynBPdthnpwGbILDRA38IwpT319Ze-g8UMmWaaTnimQ,1345
9
+ passagemath_repl-10.5.28.data/scripts/sage-ipython,sha256=RYYd8-gmE5JE_-dCkOSDpC6rRsX6i6tma3pqgmXYJvM,342
10
+ passagemath_repl-10.5.28.data/scripts/sage-massif,sha256=Tfqb6ON9d0OZnt6VlGS21asbdMq8zWzx8ZnvV1n_buI,613
11
+ passagemath_repl-10.5.28.data/scripts/sage-notebook,sha256=QJ1Y4eTptc6TbNVXZswpcsn-NqaQNuSwjWE-lYmGpW8,8453
12
+ passagemath_repl-10.5.28.data/scripts/sage-omega,sha256=4ARnHyZyB69ltxHj9xYpzad_YCBT3Nk0Wq3Ke09gExM,595
13
+ passagemath_repl-10.5.28.data/scripts/sage-preparse,sha256=3L1KKgvSApvoK467Wza0S4WQLCXiYvivrhDKIvA1omc,10595
14
+ passagemath_repl-10.5.28.data/scripts/sage-run,sha256=F1oAgPN7Kh5dO1smCyfGVT0Dy46NQ_dQ3OQZ8Wa6foM,689
15
+ passagemath_repl-10.5.28.data/scripts/sage-run-cython,sha256=02mTGXokayRxISoCWWsDcKZwGrmh5B0mJJxTT87J01Q,235
16
+ passagemath_repl-10.5.28.data/scripts/sage-runtests,sha256=nUvI3fCrBjqPUict01wIxwYPjvaZf4ttLp85tavUEpY,111
17
+ passagemath_repl-10.5.28.data/scripts/sage-startuptime.py,sha256=RtIuC7jM3SOwROXTa6nnpJhzK0sQ24nDqyE6zXpCWEI,6209
18
+ passagemath_repl-10.5.28.data/scripts/sage-valgrind,sha256=fZxy00oXU4PpHf_wc2uYKb7lzqSBY4VkhUxiuvXHKhA,1201
19
19
  sage/all__sagemath_repl.py,sha256=z6lERTYuw3I4LQ7-hnEYbY1i-hMJj2uAm2ujOmWitSo,5713
20
20
  sage/doctest/__init__.py,sha256=JJMNkq7Rh3gCshtynqXDTLJgUKweNFlUhpnbvTLRMwg,166
21
21
  sage/doctest/__main__.py,sha256=wGVNiaPbhQwzoAs3Y1xhYBlB18pBieEDhi71ggF8NkQ,13647
@@ -156,7 +156,7 @@ sage/tests/startup.py,sha256=G8Co8afXEC1FO9pyFlryBzLXXwY40_BcWrimaPadw3w,1185
156
156
  sage/tests/symbolic-series.py,sha256=5WlGSwW4eq-Ydev0jYtLDtuk1KCIJ7QCNE0IhZpc37Q,2991
157
157
  sage/tests/sympy.py,sha256=SGzxN4faL0Y3lokTYV_n_IYjf65pc1foBfLbxDhPDgk,431
158
158
  sage/tests/test_deprecation.py,sha256=Y2uvLozCshTPhQgfAxT_pAkkgX5Q16yJwQ0CleKHDJw,917
159
- passagemath_repl-10.5.27.dist-info/METADATA,sha256=OixcRnTroLdXra9ovU9yb-6Daqgma8V7H-Vfr4PYFEw,3257
160
- passagemath_repl-10.5.27.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
161
- passagemath_repl-10.5.27.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
162
- passagemath_repl-10.5.27.dist-info/RECORD,,
159
+ passagemath_repl-10.5.28.dist-info/METADATA,sha256=3ybRBsZ4ZHF2ONNXXnP8d4nofEZFacgNbymsFzjV5Ek,4708
160
+ passagemath_repl-10.5.28.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
161
+ passagemath_repl-10.5.28.dist-info/top_level.txt,sha256=hibFyzQHiLOMK68qL1OWsNKaXOmSXqZjeLTBem6Yy7I,5
162
+ passagemath_repl-10.5.28.dist-info/RECORD,,