passagemath-docbuild 10.5.26__tar.gz → 10.5.28__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.
Files changed (30) hide show
  1. passagemath_docbuild-10.5.28/PKG-INFO +73 -0
  2. passagemath_docbuild-10.5.28/README.rst +50 -0
  3. passagemath_docbuild-10.5.28/VERSION.txt +1 -0
  4. passagemath_docbuild-10.5.28/passagemath_docbuild.egg-info/PKG-INFO +73 -0
  5. passagemath_docbuild-10.5.26/PKG-INFO +0 -46
  6. passagemath_docbuild-10.5.26/README.rst +0 -23
  7. passagemath_docbuild-10.5.26/VERSION.txt +0 -1
  8. passagemath_docbuild-10.5.26/passagemath_docbuild.egg-info/PKG-INFO +0 -46
  9. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/MANIFEST.in +0 -0
  10. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/passagemath_docbuild.egg-info/SOURCES.txt +0 -0
  11. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/passagemath_docbuild.egg-info/dependency_links.txt +0 -0
  12. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/passagemath_docbuild.egg-info/requires.txt +0 -0
  13. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/passagemath_docbuild.egg-info/top_level.txt +0 -0
  14. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/pyproject.toml +0 -0
  15. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/requirements.txt +0 -0
  16. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/__init__.py +0 -0
  17. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/__main__.py +0 -0
  18. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/build_options.py +0 -0
  19. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/builders.py +0 -0
  20. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/conf.py +0 -0
  21. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/ext/__init__.py +0 -0
  22. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/ext/inventory_builder.py +0 -0
  23. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/ext/multidocs.py +0 -0
  24. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/ext/sage_autodoc.py +0 -0
  25. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/sphinxbuild.py +0 -0
  26. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/utils.py +0 -0
  27. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/sage_docbuild/vendor.py +0 -0
  28. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/setup.cfg +0 -0
  29. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/setup.py +0 -0
  30. {passagemath_docbuild-10.5.26 → passagemath_docbuild-10.5.28}/tox.ini +0 -0
@@ -0,0 +1,73 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-docbuild
3
+ Version: 10.5.28
4
+ Summary: passagemath: Build system of the Sage documentation
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ License: GNU General Public License (GPL) v2 or later
7
+ Project-URL: Homepage, https://www.sagemath.org
8
+ Classifier: Development Status :: 6 - Mature
9
+ Classifier: Intended Audience :: Education
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
12
+ Classifier: Operating System :: POSIX
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: Implementation :: CPython
20
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
21
+ Description-Content-Type: text/x-rst
22
+ Requires-Dist: sphinx
23
+
24
+ ================================================================================
25
+ passagemath: Build system of the Sage documentation
26
+ ================================================================================
27
+
28
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
29
+ source mathematical software in Python, released under the GNU General
30
+ Public Licence GPLv2+.
31
+
32
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
33
+ developed 2005-2025 under the motto “Creating a Viable Open Source
34
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
35
+
36
+ The passagemath fork was created in October 2024 with the following
37
+ goals:
38
+
39
+ - providing modularized installation with pip, thus completing a `major
40
+ project started in 2020 in the Sage
41
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
42
+ - establishing first-class membership in the scientific Python
43
+ ecosystem,
44
+ - giving `clear attribution of upstream
45
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
46
+ - providing independently usable Python interfaces to upstream
47
+ libraries,
48
+ - providing `platform portability and integration testing
49
+ services <https://github.com/passagemath/passagemath/issues/704>`__
50
+ to upstream projects,
51
+ - inviting collaborations with upstream projects,
52
+ - `building a professional, respectful, inclusive
53
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
54
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
55
+ serverless deployment with Javascript,
56
+ - developing a native Windows port.
57
+
58
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
59
+ available online.
60
+
61
+ passagemath attempts to support all major Linux distributions and recent versions of
62
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
63
+ virtualization.
64
+
65
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
66
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
67
+ so compilation from source is triggered for those.
68
+
69
+
70
+ About this pip-installable distribution package
71
+ -----------------------------------------------
72
+
73
+ This is the build system of the Sage documentation, based on Sphinx.
@@ -0,0 +1,50 @@
1
+ ================================================================================
2
+ passagemath: Build system of the Sage documentation
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 is the build system of the Sage documentation, based on Sphinx.
@@ -0,0 +1 @@
1
+ 10.5.28
@@ -0,0 +1,73 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-docbuild
3
+ Version: 10.5.28
4
+ Summary: passagemath: Build system of the Sage documentation
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ License: GNU General Public License (GPL) v2 or later
7
+ Project-URL: Homepage, https://www.sagemath.org
8
+ Classifier: Development Status :: 6 - Mature
9
+ Classifier: Intended Audience :: Education
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
12
+ Classifier: Operating System :: POSIX
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: Implementation :: CPython
20
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
21
+ Description-Content-Type: text/x-rst
22
+ Requires-Dist: sphinx
23
+
24
+ ================================================================================
25
+ passagemath: Build system of the Sage documentation
26
+ ================================================================================
27
+
28
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
29
+ source mathematical software in Python, released under the GNU General
30
+ Public Licence GPLv2+.
31
+
32
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
33
+ developed 2005-2025 under the motto “Creating a Viable Open Source
34
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
35
+
36
+ The passagemath fork was created in October 2024 with the following
37
+ goals:
38
+
39
+ - providing modularized installation with pip, thus completing a `major
40
+ project started in 2020 in the Sage
41
+ codebase <https://github.com/sagemath/sage/issues/29705>`__,
42
+ - establishing first-class membership in the scientific Python
43
+ ecosystem,
44
+ - giving `clear attribution of upstream
45
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
46
+ - providing independently usable Python interfaces to upstream
47
+ libraries,
48
+ - providing `platform portability and integration testing
49
+ services <https://github.com/passagemath/passagemath/issues/704>`__
50
+ to upstream projects,
51
+ - inviting collaborations with upstream projects,
52
+ - `building a professional, respectful, inclusive
53
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
54
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
55
+ serverless deployment with Javascript,
56
+ - developing a native Windows port.
57
+
58
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
59
+ available online.
60
+
61
+ passagemath attempts to support all major Linux distributions and recent versions of
62
+ macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
63
+ virtualization.
64
+
65
+ Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x.
66
+ Python 3.13.x is also supported, but some third-party packages are still missing wheels,
67
+ so compilation from source is triggered for those.
68
+
69
+
70
+ About this pip-installable distribution package
71
+ -----------------------------------------------
72
+
73
+ This is the build system of the Sage documentation, based on Sphinx.
@@ -1,46 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: passagemath-docbuild
3
- Version: 10.5.26
4
- Summary: passagemath: Build system of the Sage documentation
5
- Author-email: The Sage Developers <sage-support@googlegroups.com>
6
- License: GNU General Public License (GPL) v2 or later
7
- Project-URL: Homepage, https://www.sagemath.org
8
- Classifier: Development Status :: 6 - Mature
9
- Classifier: Intended Audience :: Education
10
- Classifier: Intended Audience :: Science/Research
11
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
12
- Classifier: Operating System :: POSIX
13
- Classifier: Operating System :: MacOS :: MacOS X
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Programming Language :: Python :: 3.12
19
- Classifier: Programming Language :: Python :: Implementation :: CPython
20
- Classifier: Topic :: Scientific/Engineering :: Mathematics
21
- Description-Content-Type: text/x-rst
22
- Requires-Dist: sphinx
23
-
24
- ================================================================================
25
- passagemath: Build system of the Sage documentation
26
- ================================================================================
27
-
28
- About SageMath
29
- --------------
30
-
31
- "Creating a Viable Open Source Alternative to
32
- Magma, Maple, Mathematica, and MATLAB"
33
-
34
- Copyright (C) 2005-2020 The Sage Development Team
35
-
36
- https://www.sagemath.org
37
-
38
- SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (using Windows Subsystem for Linux).
39
-
40
- The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html). Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).
41
-
42
-
43
- About this pip-installable source distribution
44
- ----------------------------------------------
45
-
46
- This is the build system of the Sage documentation, based on Sphinx.
@@ -1,23 +0,0 @@
1
- ================================================================================
2
- passagemath: Build system of the Sage documentation
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-2020 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 (using Windows Subsystem for Linux).
16
-
17
- The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html). Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).
18
-
19
-
20
- About this pip-installable source distribution
21
- ----------------------------------------------
22
-
23
- This is the build system of the Sage documentation, based on Sphinx.
@@ -1 +0,0 @@
1
- 10.5.26
@@ -1,46 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: passagemath-docbuild
3
- Version: 10.5.26
4
- Summary: passagemath: Build system of the Sage documentation
5
- Author-email: The Sage Developers <sage-support@googlegroups.com>
6
- License: GNU General Public License (GPL) v2 or later
7
- Project-URL: Homepage, https://www.sagemath.org
8
- Classifier: Development Status :: 6 - Mature
9
- Classifier: Intended Audience :: Education
10
- Classifier: Intended Audience :: Science/Research
11
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
12
- Classifier: Operating System :: POSIX
13
- Classifier: Operating System :: MacOS :: MacOS X
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Programming Language :: Python :: 3.12
19
- Classifier: Programming Language :: Python :: Implementation :: CPython
20
- Classifier: Topic :: Scientific/Engineering :: Mathematics
21
- Description-Content-Type: text/x-rst
22
- Requires-Dist: sphinx
23
-
24
- ================================================================================
25
- passagemath: Build system of the Sage documentation
26
- ================================================================================
27
-
28
- About SageMath
29
- --------------
30
-
31
- "Creating a Viable Open Source Alternative to
32
- Magma, Maple, Mathematica, and MATLAB"
33
-
34
- Copyright (C) 2005-2020 The Sage Development Team
35
-
36
- https://www.sagemath.org
37
-
38
- SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (using Windows Subsystem for Linux).
39
-
40
- The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html). Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).
41
-
42
-
43
- About this pip-installable source distribution
44
- ----------------------------------------------
45
-
46
- This is the build system of the Sage documentation, based on Sphinx.