passagemath-gap-pkg-normalizinterface 10.6.42__cp312-abi3-macosx_13_0_x86_64.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 (52) hide show
  1. gap/pkg/normalizinterface/CHANGES +113 -0
  2. gap/pkg/normalizinterface/LICENSE +351 -0
  3. gap/pkg/normalizinterface/PackageInfo.g +121 -0
  4. gap/pkg/normalizinterface/README.md +96 -0
  5. gap/pkg/normalizinterface/bin/x86_64-apple-darwin24-default64-kv10/NormalizInterface.so +0 -0
  6. gap/pkg/normalizinterface/etc/download.sh +85 -0
  7. gap/pkg/normalizinterface/etc/generate_cone_property_wrappers.g +380 -0
  8. gap/pkg/normalizinterface/examples/5x5.g +22 -0
  9. gap/pkg/normalizinterface/examples/demo.g +53 -0
  10. gap/pkg/normalizinterface/examples/docs.g +43 -0
  11. gap/pkg/normalizinterface/examples/dual_mode.g +26 -0
  12. gap/pkg/normalizinterface/examples/magic_square.g +36 -0
  13. gap/pkg/normalizinterface/init.g +7 -0
  14. gap/pkg/normalizinterface/lib/cone_property_wrappers.gd +682 -0
  15. gap/pkg/normalizinterface/lib/cone_property_wrappers.gi +132 -0
  16. gap/pkg/normalizinterface/lib/normaliz.gd +130 -0
  17. gap/pkg/normalizinterface/lib/normaliz.gi +153 -0
  18. gap/pkg/normalizinterface/makedoc.g +13 -0
  19. gap/pkg/normalizinterface/read.g +3 -0
  20. gap/pkg/normalizinterface/tst/InhomIneq.tst +20 -0
  21. gap/pkg/normalizinterface/tst/bugfix.tst +37 -0
  22. gap/pkg/normalizinterface/tst/conversion.tst +87 -0
  23. gap/pkg/normalizinterface/tst/cube-incidence.tst +62 -0
  24. gap/pkg/normalizinterface/tst/descent.tst +173 -0
  25. gap/pkg/normalizinterface/tst/dual.tst +533 -0
  26. gap/pkg/normalizinterface/tst/fractions.tst +29 -0
  27. gap/pkg/normalizinterface/tst/gorenstein.tst +22 -0
  28. gap/pkg/normalizinterface/tst/normalizinterface01.tst +46 -0
  29. gap/pkg/normalizinterface/tst/normalizinterface02.tst +107 -0
  30. gap/pkg/normalizinterface/tst/project.tst +136 -0
  31. gap/pkg/normalizinterface/tst/rational.tst +151 -0
  32. gap/pkg/normalizinterface/tst/rees.tst +544 -0
  33. gap/pkg/normalizinterface/tst/rp2poly.tst +351 -0
  34. gap/pkg/normalizinterface/tst/rproj2.tst +548 -0
  35. gap/pkg/normalizinterface/tst/testall.g +3 -0
  36. gap/pkg/normalizinterface/tst/verticesfloat.tst +11 -0
  37. passagemath_gap_pkg_normalizinterface/.dylibs/libeantic.3.dylib +0 -0
  38. passagemath_gap_pkg_normalizinterface/.dylibs/libeanticxx.3.dylib +0 -0
  39. passagemath_gap_pkg_normalizinterface/.dylibs/libflint.22.0.dylib +0 -0
  40. passagemath_gap_pkg_normalizinterface/.dylibs/libgmp.10.dylib +0 -0
  41. passagemath_gap_pkg_normalizinterface/.dylibs/libgmpxx.4.dylib +0 -0
  42. passagemath_gap_pkg_normalizinterface/.dylibs/libmpfr.6.dylib +0 -0
  43. passagemath_gap_pkg_normalizinterface/.dylibs/libnormaliz.3.dylib +0 -0
  44. passagemath_gap_pkg_normalizinterface/__init__.py +3 -0
  45. passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/METADATA +93 -0
  46. passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/METADATA.bak +94 -0
  47. passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/RECORD +52 -0
  48. passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/WHEEL +6 -0
  49. passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/top_level.txt +2 -0
  50. sage/all__sagemath_gap_pkg_normalizinterface.py +1 -0
  51. sage/libs/all__sagemath_gap_pkg_normalizinterface.py +1 -0
  52. sage/libs/gap_pkg_normalizinterface.abi3.so +0 -0
@@ -0,0 +1,94 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-gap-pkg-normalizinterface
3
+ Version: 10.6.42
4
+ Summary: passagemath: Computational Group Theory with GAP: normalizinterface package
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://passagemath.org/docs/latest
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 :: 3.14
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.15,>=3.10
31
+ Description-Content-Type: text/x-rst
32
+ Requires-Dist: passagemath-conf~=10.6.42.0; sys_platform != "win32"
33
+ Requires-Dist: passagemath-environment~=10.6.42.0
34
+
35
+ =============================================================================
36
+ passagemath: Computational Group Theory with GAP: normalizinterface package
37
+ =============================================================================
38
+
39
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
40
+ source mathematical software in Python, released under the GNU General
41
+ Public Licence GPLv2+.
42
+
43
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
44
+ developed 2005-2025 under the motto “Creating a Viable Open Source
45
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
46
+
47
+ The passagemath fork uses the motto "Creating a Free Passage Between the
48
+ Scientific Python Ecosystem and Mathematical Software Communities."
49
+ It was created in October 2024 with the following goals:
50
+
51
+ - providing modularized installation with pip,
52
+ - establishing first-class membership in the scientific Python
53
+ ecosystem,
54
+ - giving `clear attribution of upstream
55
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
56
+ - providing independently usable Python interfaces to upstream
57
+ libraries,
58
+ - offering `platform portability and integration testing
59
+ services <https://github.com/passagemath/passagemath/issues/704>`__
60
+ to upstream projects,
61
+ - inviting collaborations with upstream projects,
62
+ - `building a professional, respectful, inclusive
63
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
64
+ - `empowering Sage users to participate in the scientific Python ecosystem
65
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
66
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
67
+ serverless deployment with Javascript,
68
+ - developing a native Windows port.
69
+
70
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
71
+ available online.
72
+
73
+ passagemath attempts to support and provides binary wheels suitable for
74
+ all major Linux distributions and recent versions of macOS.
75
+
76
+ Binary wheels for native Windows (x86_64) are are available for a subset of
77
+ the passagemath distributions. Use of the full functionality of passagemath
78
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
79
+ or virtualization.
80
+
81
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
82
+
83
+
84
+ About this pip-installable distribution package
85
+ -----------------------------------------------
86
+
87
+ This pip-installable distribution ``passagemath-gap-pkg-normalizinterface`` is a
88
+ distribution of the GAP package ``normalizinterface`` for use with ``passagemath-gap``.
89
+
90
+
91
+ What is included
92
+ ----------------
93
+
94
+ - Wheels on PyPI include the GAP package ``normalizinterface``
@@ -0,0 +1,52 @@
1
+ passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/RECORD,,
2
+ passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/METADATA.bak,sha256=0_QKS5F95CEUUv-ZkAc0jWCF0gjWWxuq0uX5BBJT4mg,4461
3
+ passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/WHEEL,sha256=gwKIK4GslukC4grWlA2UD8HfZLRoT26ai3xdEG2as3I,153
4
+ passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/top_level.txt,sha256=APifh-PZ0nTbEsdpRk-L7iRVn3OOdwSkKLAsJuNthT4,43
5
+ passagemath_gap_pkg_normalizinterface-10.6.42.dist-info/METADATA,sha256=_abrIA5tBtByeR_Uaju5YS3IOPFTEtD_l518Cxyy0HY,4393
6
+ gap/pkg/normalizinterface/PackageInfo.g,sha256=JnxFVx9KT4REjj33d18ejbh7TBmtVA9-3XGYy_ThhrQ,3692
7
+ gap/pkg/normalizinterface/LICENSE,sha256=7Si8a-ZKzTN2eXY8XAHzsFjh8LI2XKgaO-BhtquTcek,18548
8
+ gap/pkg/normalizinterface/CHANGES,sha256=OQ3yAraGs-UTISuoSEnHniS_iXSs16PwfVUgkAttyzo,3881
9
+ gap/pkg/normalizinterface/README.md,sha256=mWNBePTo4omqtNyu8Crh2LYXcKjdqaw8XZJ7CHtRSow,3479
10
+ gap/pkg/normalizinterface/makedoc.g,sha256=XyAyF5_0ihBqePgmABkH2CVSDNsnMxr1LyRAIYSz_BI,341
11
+ gap/pkg/normalizinterface/init.g,sha256=wademXUUOueMZJJ6D6DeTsA-Jnm7Mo4AVXyI_IvnHs8,248
12
+ gap/pkg/normalizinterface/read.g,sha256=LS4kzoaCXjJV-9vdTEMRNd9MGsFNumaWkr8bfi9miPU,122
13
+ gap/pkg/normalizinterface/bin/x86_64-apple-darwin24-default64-kv10/NormalizInterface.so,sha256=j9EK9Ro_NIjY6_Qox7UvyG9Ys3KtuXzDub3MX1mCbVc,137808
14
+ gap/pkg/normalizinterface/etc/generate_cone_property_wrappers.g,sha256=18gnawFsKqZ_NBXELnRgB2T3yMztY9mvBBIneCtYU88,10981
15
+ gap/pkg/normalizinterface/etc/download.sh,sha256=yuBLGrLtSmaWSOR2PXHGxf6F7jTPqKejqSiOmsIBhBU,1999
16
+ gap/pkg/normalizinterface/examples/dual_mode.g,sha256=s1vc2NcjhdOm8GWxYxZDup4QyfzCoQgtvUSUT4IJ8HE,618
17
+ gap/pkg/normalizinterface/examples/demo.g,sha256=yh4Yugh73M7FONAfUrtiJaxHpEWNxrfF87nS2-xKihA,1318
18
+ gap/pkg/normalizinterface/examples/5x5.g,sha256=IrShVhPmco1cdcRfm1976wHespHf3HhvJMP990ZgPZU,1182
19
+ gap/pkg/normalizinterface/examples/magic_square.g,sha256=gTPKjOo34PVAFtJ6vtvMk2azxHBwem7Q7mc10W2PFUI,1141
20
+ gap/pkg/normalizinterface/examples/docs.g,sha256=KRF9e5mPNSAXtHfiKPMkimYsI3H2ydNkI20u9ulOGFs,1533
21
+ gap/pkg/normalizinterface/lib/normaliz.gi,sha256=lXrAmKd4Rh3U1_9cQRwlPqLQcbElOJ8WQvMLVWs9-iw,4496
22
+ gap/pkg/normalizinterface/lib/cone_property_wrappers.gi,sha256=lCz4iasxFq1_rUsmXz5BFIsOdyIN_Iwz-o5AeWzochQ,12613
23
+ gap/pkg/normalizinterface/lib/normaliz.gd,sha256=SXTVSwK8OisiZOj6yhBllSaqrtx6hUKyaJXl2RaU4ts,6563
24
+ gap/pkg/normalizinterface/lib/cone_property_wrappers.gd,sha256=MvWMLBoR4Ihvw8fZ10HZYDXVaZydX4Z5b7ObJj6ptP8,31917
25
+ gap/pkg/normalizinterface/tst/cube-incidence.tst,sha256=KC-RMCJli3vGBp4Ib25ias_JDUZCDP4zFaDnbqQtuCI,2051
26
+ gap/pkg/normalizinterface/tst/descent.tst,sha256=WWdayUU6n10uu8flRE2YCstKGOVbWXmxtgBZ6k1k5Y8,5542
27
+ gap/pkg/normalizinterface/tst/rp2poly.tst,sha256=ufTGiAkhm0Y6mVmR7fEwPOH69ukSplqHE58czgUb8sU,10725
28
+ gap/pkg/normalizinterface/tst/project.tst,sha256=EKX6ZsY8qXKIT8NwThTwlQP7znJ-VBs1K3IixXaA7gg,3163
29
+ gap/pkg/normalizinterface/tst/gorenstein.tst,sha256=s4JIm01etZGLM7770fOHAJsRn3UxtfAlbCt2ERHuYdw,1347
30
+ gap/pkg/normalizinterface/tst/bugfix.tst,sha256=ne_0ueeBjonNrLIcd_Zc4M82NkErKw7bdxrBJuf1t_o,1414
31
+ gap/pkg/normalizinterface/tst/normalizinterface02.tst,sha256=sV59cjNUcSbj2oSIGGRL2tIxlCRAFeH8pMrfHMdDaOc,3413
32
+ gap/pkg/normalizinterface/tst/InhomIneq.tst,sha256=7xI-HX_4x8i0aLRRLXFAOknB9w9Q9rGZRpDnP5tq5lY,428
33
+ gap/pkg/normalizinterface/tst/fractions.tst,sha256=Uhv3aRbCsdFJ9RFYvl2qkZPrvxxODZFXPUpFhKfnTjk,809
34
+ gap/pkg/normalizinterface/tst/dual.tst,sha256=UiM_7IhncuRRonIA0jbLZ72mMB4ROP_26l3LpwrTBBc,15955
35
+ gap/pkg/normalizinterface/tst/normalizinterface01.tst,sha256=HuBHtaTq8bWc-OyYjj6w5ziiG3Y4HS_w-qHgIJDWhwM,1825
36
+ gap/pkg/normalizinterface/tst/verticesfloat.tst,sha256=PcOuH0PJE0Rj-SpsLfQ6LIOEwulGdAgB5s5SJX37ruc,342
37
+ gap/pkg/normalizinterface/tst/rproj2.tst,sha256=k-Heno82qdpfJEylZSGPSRQIPE1IJpOSWgTEpqqagBY,16310
38
+ gap/pkg/normalizinterface/tst/rational.tst,sha256=ksSUZxZ8XOsMso2QxUqcZBi1SPmCrlwRZmmeuxt_j_c,4412
39
+ gap/pkg/normalizinterface/tst/conversion.tst,sha256=Zm0Fhgd1J9b5mAt0_4kquOPVRp8le2o65VaBTHx5D-o,2651
40
+ gap/pkg/normalizinterface/tst/rees.tst,sha256=KQYdu5leTRNSSU7L4Jgfd-w0hg7JsP2xiN-9F0uu8gw,16146
41
+ gap/pkg/normalizinterface/tst/testall.g,sha256=Ht0hveno12P8akULo6WdcZC2blGRp1Txqj58tgGmbsM,140
42
+ passagemath_gap_pkg_normalizinterface/__init__.py,sha256=_Rz1Zq0UkT476xEmgNJ-2Z_ikiBGfyJh5P_yHnhgydE,124
43
+ passagemath_gap_pkg_normalizinterface/.dylibs/libgmpxx.4.dylib,sha256=H1wwg--KkZI3Qiqgke6kck7z1PR0LpCY4RtlK9oVEv0,33792
44
+ passagemath_gap_pkg_normalizinterface/.dylibs/libeantic.3.dylib,sha256=iGgrDNjNQbNHq311ZfUWsmXM8q-zKvKRV7r88KZyPZI,103888
45
+ passagemath_gap_pkg_normalizinterface/.dylibs/libnormaliz.3.dylib,sha256=hGGeyg9fNo8_gIieB4E8TbV-Gc_ygaif498KQPM26zg,8760368
46
+ passagemath_gap_pkg_normalizinterface/.dylibs/libflint.22.0.dylib,sha256=BNuOmfTE5qrPSRmhMR1fJNlzFN5ZbTqCj0lvovvAEQ4,10494912
47
+ passagemath_gap_pkg_normalizinterface/.dylibs/libeanticxx.3.dylib,sha256=rIJJfQxrn12IGkiLn8PznmMdC3iSHPF9SR42RGHHUtI,427024
48
+ passagemath_gap_pkg_normalizinterface/.dylibs/libgmp.10.dylib,sha256=duBKcIAn5VZLe6JCsaH0LpvU3LgbkDVv8tADD48mKvk,488712
49
+ passagemath_gap_pkg_normalizinterface/.dylibs/libmpfr.6.dylib,sha256=MVjbisg4eQ_N_xnjDqA1fC613ASZ86mq03ZA9NuXatc,465224
50
+ sage/all__sagemath_gap_pkg_normalizinterface.py,sha256=71OxtojEIa1HddVgFywZowzcnEuKK9J4sADAY2ia6Y0,64
51
+ sage/libs/all__sagemath_gap_pkg_normalizinterface.py,sha256=71OxtojEIa1HddVgFywZowzcnEuKK9J4sADAY2ia6Y0,64
52
+ sage/libs/gap_pkg_normalizinterface.abi3.so,sha256=90NPqYOOZ1H3f_2-yyenrcjMFkhd4ZymVC4S2k1oBJo,23088
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-abi3-macosx_13_0_x86_64
5
+ Generator: delocate 0.13.1.dev42+ga0af70b54
6
+
@@ -0,0 +1,2 @@
1
+ passagemath_gap_pkg_normalizinterface
2
+ sage
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-gap-pkg-normalizinterface
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-gap-pkg-normalizinterface