passagemath-standard 10.5.27__tar.gz → 10.5.29__tar.gz
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.
- {passagemath_standard-10.5.27/passagemath_standard.egg-info → passagemath_standard-10.5.29}/PKG-INFO +38 -12
- passagemath_standard-10.5.29/README.rst +59 -0
- passagemath_standard-10.5.29/VERSION.txt +1 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29/passagemath_standard.egg-info}/PKG-INFO +38 -12
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/passagemath_standard.egg-info/requires.txt +2 -2
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/pyproject.toml +2 -2
- passagemath_standard-10.5.27/README.rst +0 -33
- passagemath_standard-10.5.27/VERSION.txt +0 -1
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/LICENSE.txt +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/constraints_pkgs.txt +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/passagemath_standard.egg-info/SOURCES.txt +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/passagemath_standard.egg-info/dependency_links.txt +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/passagemath_standard.egg-info/top_level.txt +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/pyproject.toml.m4 +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/requirements.txt.m4 +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/setup.cfg +0 -0
- {passagemath_standard-10.5.27 → passagemath_standard-10.5.29}/tox.ini +0 -0
{passagemath_standard-10.5.27/passagemath_standard.egg-info → passagemath_standard-10.5.29}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-standard
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.29
|
4
4
|
Summary: passagemath: Standard Python Library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
30
|
Requires-Python: <3.14,>=3.9
|
31
31
|
Description-Content-Type: text/x-rst
|
32
32
|
License-File: LICENSE.txt
|
33
|
-
Requires-Dist: passagemath-standard-no-symbolics~=10.5.
|
34
|
-
Requires-Dist: passagemath-symbolics~=10.5.
|
33
|
+
Requires-Dist: passagemath-standard-no-symbolics~=10.5.29.0
|
34
|
+
Requires-Dist: passagemath-symbolics~=10.5.29.0
|
35
35
|
Provides-Extra: r
|
36
36
|
Requires-Dist: rpy2>=3.3; extra == "r"
|
37
37
|
Provides-Extra: bliss
|
@@ -54,20 +54,46 @@ Dynamic: license-file
|
|
54
54
|
passagemath: Standard Python Library
|
55
55
|
=================================================================
|
56
56
|
|
57
|
-
|
58
|
-
|
57
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
58
|
+
source mathematical software in Python, released under the GNU General
|
59
|
+
Public Licence GPLv2+.
|
59
60
|
|
60
|
-
|
61
|
-
|
61
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
62
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
63
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
62
64
|
|
63
|
-
|
65
|
+
The passagemath fork was created in October 2024 with the following
|
66
|
+
goals:
|
64
67
|
|
65
|
-
|
68
|
+
- providing modularized installation with pip, thus completing a `major
|
69
|
+
project started in 2020 in the Sage
|
70
|
+
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
71
|
+
- establishing first-class membership in the scientific Python
|
72
|
+
ecosystem,
|
73
|
+
- giving `clear attribution of upstream
|
74
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
75
|
+
- providing independently usable Python interfaces to upstream
|
76
|
+
libraries,
|
77
|
+
- providing `platform portability and integration testing
|
78
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
79
|
+
to upstream projects,
|
80
|
+
- inviting collaborations with upstream projects,
|
81
|
+
- `building a professional, respectful, inclusive
|
82
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
83
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
84
|
+
serverless deployment with Javascript,
|
85
|
+
- developing a native Windows port.
|
66
86
|
|
67
|
-
|
87
|
+
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
88
|
+
available online.
|
68
89
|
|
69
|
-
|
70
|
-
for
|
90
|
+
passagemath attempts to support all major Linux distributions and recent versions of
|
91
|
+
macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
|
92
|
+
virtualization.
|
93
|
+
|
94
|
+
Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
|
95
|
+
Python 3.13.x is also supported, but some third-party packages are still missing wheels,
|
96
|
+
so compilation from source is triggered for those.
|
71
97
|
|
72
98
|
|
73
99
|
About this pip-installable distribution package
|
@@ -0,0 +1,59 @@
|
|
1
|
+
=================================================================
|
2
|
+
passagemath: Standard Python Library
|
3
|
+
=================================================================
|
4
|
+
|
5
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
6
|
+
source mathematical software in Python, released under the GNU General
|
7
|
+
Public Licence GPLv2+.
|
8
|
+
|
9
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
10
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
11
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
12
|
+
|
13
|
+
The passagemath fork was created in October 2024 with the following
|
14
|
+
goals:
|
15
|
+
|
16
|
+
- providing modularized installation with pip, thus completing a `major
|
17
|
+
project started in 2020 in the Sage
|
18
|
+
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
19
|
+
- establishing first-class membership in the scientific Python
|
20
|
+
ecosystem,
|
21
|
+
- giving `clear attribution of upstream
|
22
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
23
|
+
- providing independently usable Python interfaces to upstream
|
24
|
+
libraries,
|
25
|
+
- providing `platform portability and integration testing
|
26
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
27
|
+
to upstream projects,
|
28
|
+
- inviting collaborations with upstream projects,
|
29
|
+
- `building a professional, respectful, inclusive
|
30
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
31
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
32
|
+
serverless deployment with Javascript,
|
33
|
+
- developing a native Windows port.
|
34
|
+
|
35
|
+
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
36
|
+
available online.
|
37
|
+
|
38
|
+
passagemath attempts to support all major Linux distributions and recent versions of
|
39
|
+
macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
|
40
|
+
virtualization.
|
41
|
+
|
42
|
+
Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
|
43
|
+
Python 3.13.x is also supported, but some third-party packages are still missing wheels,
|
44
|
+
so compilation from source is triggered for those.
|
45
|
+
|
46
|
+
|
47
|
+
About this pip-installable distribution package
|
48
|
+
-----------------------------------------------
|
49
|
+
|
50
|
+
This pip-installable source distribution `sagemath-standard` is a
|
51
|
+
distribution of the Sage Library.
|
52
|
+
|
53
|
+
Building `sagemath-standard` has a large number of system packages as prerequisites.
|
54
|
+
See https://doc.sagemath.org/html/en/installation/source.html#linux-recommended-installation
|
55
|
+
for partial lists for various systems.
|
56
|
+
|
57
|
+
The connection to the system environment is facilitated through the https://pypi.org/project/sage-conf/ distribution package; for step-by-step installation instructions, see https://github.com/sagemath/sage/blob/develop/README.md#alternative-installation-using-pypi
|
58
|
+
|
59
|
+
A modularization effort is in progress with the goal of making it possible to install parts of the Sage Library with fewer prerequisites. https://github.com/sagemath/sage/issues/29705
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.29
|
{passagemath_standard-10.5.27 → passagemath_standard-10.5.29/passagemath_standard.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-standard
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.29
|
4
4
|
Summary: passagemath: Standard Python Library
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
@@ -30,8 +30,8 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
30
|
Requires-Python: <3.14,>=3.9
|
31
31
|
Description-Content-Type: text/x-rst
|
32
32
|
License-File: LICENSE.txt
|
33
|
-
Requires-Dist: passagemath-standard-no-symbolics~=10.5.
|
34
|
-
Requires-Dist: passagemath-symbolics~=10.5.
|
33
|
+
Requires-Dist: passagemath-standard-no-symbolics~=10.5.29.0
|
34
|
+
Requires-Dist: passagemath-symbolics~=10.5.29.0
|
35
35
|
Provides-Extra: r
|
36
36
|
Requires-Dist: rpy2>=3.3; extra == "r"
|
37
37
|
Provides-Extra: bliss
|
@@ -54,20 +54,46 @@ Dynamic: license-file
|
|
54
54
|
passagemath: Standard Python Library
|
55
55
|
=================================================================
|
56
56
|
|
57
|
-
|
58
|
-
|
57
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
58
|
+
source mathematical software in Python, released under the GNU General
|
59
|
+
Public Licence GPLv2+.
|
59
60
|
|
60
|
-
|
61
|
-
|
61
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
62
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
63
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
62
64
|
|
63
|
-
|
65
|
+
The passagemath fork was created in October 2024 with the following
|
66
|
+
goals:
|
64
67
|
|
65
|
-
|
68
|
+
- providing modularized installation with pip, thus completing a `major
|
69
|
+
project started in 2020 in the Sage
|
70
|
+
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
71
|
+
- establishing first-class membership in the scientific Python
|
72
|
+
ecosystem,
|
73
|
+
- giving `clear attribution of upstream
|
74
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
75
|
+
- providing independently usable Python interfaces to upstream
|
76
|
+
libraries,
|
77
|
+
- providing `platform portability and integration testing
|
78
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
79
|
+
to upstream projects,
|
80
|
+
- inviting collaborations with upstream projects,
|
81
|
+
- `building a professional, respectful, inclusive
|
82
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
83
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
84
|
+
serverless deployment with Javascript,
|
85
|
+
- developing a native Windows port.
|
66
86
|
|
67
|
-
|
87
|
+
`Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
|
88
|
+
available online.
|
68
89
|
|
69
|
-
|
70
|
-
for
|
90
|
+
passagemath attempts to support all major Linux distributions and recent versions of
|
91
|
+
macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
|
92
|
+
virtualization.
|
93
|
+
|
94
|
+
Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
|
95
|
+
Python 3.13.x is also supported, but some third-party packages are still missing wheels,
|
96
|
+
so compilation from source is triggered for those.
|
71
97
|
|
72
98
|
|
73
99
|
About this pip-installable distribution package
|
@@ -10,8 +10,8 @@ build-backend = "setuptools.build_meta"
|
|
10
10
|
name = "passagemath-standard"
|
11
11
|
description = "passagemath: Standard Python Library"
|
12
12
|
dependencies = [
|
13
|
-
'passagemath-standard-no-symbolics ~= 10.5.
|
14
|
-
'passagemath-symbolics ~= 10.5.
|
13
|
+
'passagemath-standard-no-symbolics ~= 10.5.29.0',
|
14
|
+
'passagemath-symbolics ~= 10.5.29.0',
|
15
15
|
]
|
16
16
|
dynamic = ["version"]
|
17
17
|
license = {text = "GNU General Public License (GPL) v2 or later"}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
=================================================================
|
2
|
-
passagemath: Standard Python Library
|
3
|
-
=================================================================
|
4
|
-
|
5
|
-
About SageMath
|
6
|
-
--------------
|
7
|
-
|
8
|
-
"Creating a Viable Open Source Alternative to
|
9
|
-
Magma, Maple, Mathematica, and MATLAB"
|
10
|
-
|
11
|
-
Copyright (C) 2005-2024 The Sage Development Team
|
12
|
-
|
13
|
-
https://www.sagemath.org
|
14
|
-
|
15
|
-
SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (Windows Subsystem for Linux).
|
16
|
-
|
17
|
-
See https://doc.sagemath.org/html/en/installation/index.html
|
18
|
-
for general installation instructions.
|
19
|
-
|
20
|
-
|
21
|
-
About this pip-installable distribution package
|
22
|
-
-----------------------------------------------
|
23
|
-
|
24
|
-
This pip-installable source distribution `sagemath-standard` is a
|
25
|
-
distribution of the Sage Library.
|
26
|
-
|
27
|
-
Building `sagemath-standard` has a large number of system packages as prerequisites.
|
28
|
-
See https://doc.sagemath.org/html/en/installation/source.html#linux-recommended-installation
|
29
|
-
for partial lists for various systems.
|
30
|
-
|
31
|
-
The connection to the system environment is facilitated through the https://pypi.org/project/sage-conf/ distribution package; for step-by-step installation instructions, see https://github.com/sagemath/sage/blob/develop/README.md#alternative-installation-using-pypi
|
32
|
-
|
33
|
-
A modularization effort is in progress with the goal of making it possible to install parts of the Sage Library with fewer prerequisites. https://github.com/sagemath/sage/issues/29705
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.27
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|