passagemath-pari-seadata-small 10.6.1__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.

Potentially problematic release.


This version of passagemath-pari-seadata-small might be problematic. Click here for more details.

@@ -0,0 +1,96 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-pari-seadata-small
3
+ Version: 10.6.1
4
+ Summary: passagemath: Computational Number Theory with PARI/GP: seadata_small
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-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: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-environment~=10.6.1.0
32
+
33
+ =============================================================================
34
+ passagemath: Computational Number Theory with PARI/GP: seadata_small
35
+ =============================================================================
36
+
37
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
38
+ source mathematical software in Python, released under the GNU General
39
+ Public Licence GPLv2+.
40
+
41
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
42
+ developed 2005-2025 under the motto “Creating a Viable Open Source
43
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
44
+
45
+ The passagemath fork uses the motto "Creating a Free Passage Between the
46
+ Scientific Python Ecosystem and Mathematical Software Communities."
47
+ It was created in October 2024 with the following goals:
48
+
49
+ - providing modularized installation with pip,
50
+ - establishing first-class membership in the scientific Python
51
+ ecosystem,
52
+ - giving `clear attribution of upstream
53
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
54
+ - providing independently usable Python interfaces to upstream
55
+ libraries,
56
+ - offering `platform portability and integration testing
57
+ services <https://github.com/passagemath/passagemath/issues/704>`__
58
+ to upstream projects,
59
+ - inviting collaborations with upstream projects,
60
+ - `building a professional, respectful, inclusive
61
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
62
+ - `[empowering Sage users to participate in the scientific Python ecosystem
63
+ <https://github.com/passagemath/passagemath/issues/248](https://github.com/passagemath/passagemath/issues/248)https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
64
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
65
+ serverless deployment with Javascript,
66
+ - developing a native Windows port.
67
+
68
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
69
+ available online.
70
+
71
+ passagemath attempts to support and provides binary wheels suitable for
72
+ all major Linux distributions and recent versions of macOS.
73
+
74
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing wheels;
75
+ see ` <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__
76
+ for instructions for building them from source.
77
+
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.9.x-3.13.x.
84
+
85
+
86
+ About this pip-installable distribution package
87
+ -----------------------------------------------
88
+
89
+ This pip-installable distribution ``passagemath-pari-seadata-small`` is a
90
+ distribution of data for use with ``passagemath-pari``.
91
+
92
+
93
+ What is included
94
+ ----------------
95
+
96
+ - Wheels on PyPI include the seadata_small files
@@ -0,0 +1,97 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-pari-seadata-small
3
+ Version: 10.6.1
4
+ Summary: passagemath: Computational Number Theory with PARI/GP: seadata_small
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-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: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: Implementation :: CPython
28
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
29
+ Requires-Python: <3.14,>=3.10
30
+ Description-Content-Type: text/x-rst
31
+ Requires-Dist: passagemath-conf~=10.6.1.0; sys_platform != "win32"
32
+ Requires-Dist: passagemath-environment~=10.6.1.0
33
+
34
+ =============================================================================
35
+ passagemath: Computational Number Theory with PARI/GP: seadata_small
36
+ =============================================================================
37
+
38
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
39
+ source mathematical software in Python, released under the GNU General
40
+ Public Licence GPLv2+.
41
+
42
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
43
+ developed 2005-2025 under the motto “Creating a Viable Open Source
44
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
45
+
46
+ The passagemath fork uses the motto "Creating a Free Passage Between the
47
+ Scientific Python Ecosystem and Mathematical Software Communities."
48
+ It was created in October 2024 with the following goals:
49
+
50
+ - providing modularized installation with pip,
51
+ - establishing first-class membership in the scientific Python
52
+ ecosystem,
53
+ - giving `clear attribution of upstream
54
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
55
+ - providing independently usable Python interfaces to upstream
56
+ libraries,
57
+ - offering `platform portability and integration testing
58
+ services <https://github.com/passagemath/passagemath/issues/704>`__
59
+ to upstream projects,
60
+ - inviting collaborations with upstream projects,
61
+ - `building a professional, respectful, inclusive
62
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
63
+ - `[empowering Sage users to participate in the scientific Python ecosystem
64
+ <https://github.com/passagemath/passagemath/issues/248](https://github.com/passagemath/passagemath/issues/248)https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
65
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
66
+ serverless deployment with Javascript,
67
+ - developing a native Windows port.
68
+
69
+ `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
70
+ available online.
71
+
72
+ passagemath attempts to support and provides binary wheels suitable for
73
+ all major Linux distributions and recent versions of macOS.
74
+
75
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing wheels;
76
+ see ` <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__
77
+ for instructions for building them from source.
78
+
79
+ Binary wheels for native Windows (x86_64) are are available for a subset of
80
+ the passagemath distributions. Use of the full functionality of passagemath
81
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
82
+ or virtualization.
83
+
84
+ The supported Python versions in the passagemath 10.6.x series are 3.9.x-3.13.x.
85
+
86
+
87
+ About this pip-installable distribution package
88
+ -----------------------------------------------
89
+
90
+ This pip-installable distribution ``passagemath-pari-seadata-small`` is a
91
+ distribution of data for use with ``passagemath-pari``.
92
+
93
+
94
+ What is included
95
+ ----------------
96
+
97
+ - Wheels on PyPI include the seadata_small files
@@ -0,0 +1,8 @@
1
+ sage_wheels/share/pari/seadata/README,sha256=-anYJ9Jfpl1RpBHvmMWIFqDC4zk5yfJvsK9pZnWn4IU,859
2
+ sage_wheels/share/pari/seadata/sea0,sha256=l8mIw9yZ1xmQF0zYsUqyDGCEr9SaUtnK6fOS9IzBGd0,1419603
3
+ sage_wheels/share/pari/seadata/sea2,sha256=yFpb7Jze_CFAzELvTXUIUkukwb66jmMc_VW9SCepdPg,35
4
+ passagemath_pari_seadata_small-10.6.1.dist-info/METADATA,sha256=En3EnzXnRvGlaJ3B6GfsBN0N9D_XkLpE2DPk1nRQxPo,4625
5
+ passagemath_pari_seadata_small-10.6.1.dist-info/METADATA.bak,sha256=5ZC4msPC7XtqUNWOXyToNqnO0_Cr97pRcR6hWIOjPOo,4692
6
+ passagemath_pari_seadata_small-10.6.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
7
+ passagemath_pari_seadata_small-10.6.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
8
+ passagemath_pari_seadata_small-10.6.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (78.1.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ Modular polynomials for PARI/GP
2
+ ===============================
3
+
4
+ This package contains modular polynomials for p < 500, for use with ellsea.
5
+
6
+ These polynomials were extracted from the ECHIDNA databases
7
+ available at <http://echidna.maths.usyd.edu.au/kohel/dbs/>
8
+ and computed by David R. Kohel (kohel@maths.usyd.edu.au) University of Sydney
9
+
10
+ ===============================
11
+ PARI/GP is free software; you can redistribute it and/or modify it under the
12
+ terms of the GNU General Public License as published by the Free Software
13
+ Foundation. It is distributed in the hope that it will be useful, but WITHOUT
14
+ ANY WARRANTY WHATSOEVER.
15
+
16
+ Check the License for details. You should have received a copy of it, along
17
+ with the package; see the file 'COPYING'. If not, write to the Free Software
18
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
+
20
+
21
+