passagemath-latte-4ti2 10.6.29__cp312-abi3-musllinux_1_2_aarch64.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-latte-4ti2 might be problematic. Click here for more details.

Files changed (66) hide show
  1. passagemath_latte_4ti2-10.6.29.dist-info/METADATA +156 -0
  2. passagemath_latte_4ti2-10.6.29.dist-info/RECORD +66 -0
  3. passagemath_latte_4ti2-10.6.29.dist-info/WHEEL +5 -0
  4. passagemath_latte_4ti2-10.6.29.dist-info/top_level.txt +2 -0
  5. passagemath_latte_4ti2.libs/lib4ti2gmp-a2b30f81.so.0.0.0 +0 -0
  6. passagemath_latte_4ti2.libs/lib4ti2int32-57159ab5.so.0.0.0 +0 -0
  7. passagemath_latte_4ti2.libs/lib4ti2int64-afc622c3.so.0.0.0 +0 -0
  8. passagemath_latte_4ti2.libs/lib4ti2util-d6fbe88e.so.0.0.0 +0 -0
  9. passagemath_latte_4ti2.libs/libLiDIA-d5663a06.so.0.0.0 +0 -0
  10. passagemath_latte_4ti2.libs/libcddgmp-ecb88865.so.0.1.3 +0 -0
  11. passagemath_latte_4ti2.libs/libgcc_s-2d945d6c.so.1 +0 -0
  12. passagemath_latte_4ti2.libs/libgf2x-e54d5509.so.3.0.0 +0 -0
  13. passagemath_latte_4ti2.libs/libglpk-b001aa75.so.40.3.1 +0 -0
  14. passagemath_latte_4ti2.libs/libgmp-28992bcb.so.10.5.0 +0 -0
  15. passagemath_latte_4ti2.libs/libgmpxx-cb7f23ef.so.4.7.0 +0 -0
  16. passagemath_latte_4ti2.libs/liblatte-d17bb9d0.so.0.0.0 +0 -0
  17. passagemath_latte_4ti2.libs/libnormalize-e25ef90c.so.0.0.0 +0 -0
  18. passagemath_latte_4ti2.libs/libntl-f4409ed7.so.44.0.1 +0 -0
  19. passagemath_latte_4ti2.libs/libstdc++-85f2cd6d.so.6.0.33 +0 -0
  20. passagemath_latte_4ti2.libs/libzsolve-85c75ccb.so.0.0.0 +0 -0
  21. sage/all__sagemath_latte_4ti2.py +4 -0
  22. sage/interfaces/all__sagemath_latte_4ti2.py +1 -0
  23. sage/interfaces/four_ti_2.py +531 -0
  24. sage/interfaces/latte.py +632 -0
  25. sage/libs/all__sagemath_latte_4ti2.py +1 -0
  26. sage/libs/latte_int.abi3.so +0 -0
  27. sage/libs/latte_int.pyx +1 -0
  28. sage_wheels/bin/4ti2gmp +0 -0
  29. sage_wheels/bin/4ti2int32 +0 -0
  30. sage_wheels/bin/4ti2int64 +0 -0
  31. sage_wheels/bin/ConvertCDDextToLatte +0 -0
  32. sage_wheels/bin/ConvertCDDineToLatte +0 -0
  33. sage_wheels/bin/circuits +64 -0
  34. sage_wheels/bin/count +0 -0
  35. sage_wheels/bin/count-linear-forms-from-polynomial +0 -0
  36. sage_wheels/bin/ehrhart +0 -0
  37. sage_wheels/bin/ehrhart3 +0 -0
  38. sage_wheels/bin/genmodel +0 -0
  39. sage_wheels/bin/gensymm +0 -0
  40. sage_wheels/bin/graver +17 -0
  41. sage_wheels/bin/groebner +64 -0
  42. sage_wheels/bin/hilbert +17 -0
  43. sage_wheels/bin/hilbert-from-rays +0 -0
  44. sage_wheels/bin/hilbert-from-rays-symm +0 -0
  45. sage_wheels/bin/integrate +0 -0
  46. sage_wheels/bin/latte-maximize +0 -0
  47. sage_wheels/bin/latte-minimize +0 -0
  48. sage_wheels/bin/latte2ext +0 -0
  49. sage_wheels/bin/latte2ine +0 -0
  50. sage_wheels/bin/markov +64 -0
  51. sage_wheels/bin/minimize +64 -0
  52. sage_wheels/bin/normalform +64 -0
  53. sage_wheels/bin/output +0 -0
  54. sage_wheels/bin/polyhedron-to-cones +0 -0
  55. sage_wheels/bin/ppi +0 -0
  56. sage_wheels/bin/qsolve +64 -0
  57. sage_wheels/bin/rays +64 -0
  58. sage_wheels/bin/top-ehrhart-knapsack +0 -0
  59. sage_wheels/bin/triangulate +0 -0
  60. sage_wheels/bin/walk +64 -0
  61. sage_wheels/bin/zbasis +64 -0
  62. sage_wheels/bin/zsolve +0 -0
  63. sage_wheels/share/latte-int/m-knapsack.mpl +1245 -0
  64. sage_wheels/share/latte-int/simplify.add +7 -0
  65. sage_wheels/share/latte-int/simplify2.add +9 -0
  66. sage_wheels/share/latte-int/simplify3.add +13 -0
@@ -0,0 +1,156 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-latte-4ti2
3
+ Version: 10.6.29
4
+ Summary: passagemath: Lattice points in polyhedra with LattE integrale and 4ti2
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 :: 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: cysignals<1.12.4; sys_platform == "win32"
32
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
+ Requires-Dist: passagemath-categories~=10.6.29.0
34
+ Requires-Dist: passagemath-cddlib~=10.6.29.0
35
+ Provides-Extra: test
36
+ Requires-Dist: passagemath-polyhedra; extra == "test"
37
+ Requires-Dist: passagemath-flint; extra == "test"
38
+ Requires-Dist: passagemath-repl; extra == "test"
39
+
40
+ ============================================================================
41
+ passagemath: Lattice points in polyhedra with LattE integrale and 4ti2
42
+ ============================================================================
43
+
44
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
45
+ source mathematical software in Python, released under the GNU General
46
+ Public Licence GPLv2+.
47
+
48
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
49
+ developed 2005-2025 under the motto “Creating a Viable Open Source
50
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
51
+
52
+ The passagemath fork uses the motto "Creating a Free Passage Between the
53
+ Scientific Python Ecosystem and Mathematical Software Communities."
54
+ It was created in October 2024 with the following goals:
55
+
56
+ - providing modularized installation with pip,
57
+ - establishing first-class membership in the scientific Python
58
+ ecosystem,
59
+ - giving `clear attribution of upstream
60
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
61
+ - providing independently usable Python interfaces to upstream
62
+ libraries,
63
+ - offering `platform portability and integration testing
64
+ services <https://github.com/passagemath/passagemath/issues/704>`__
65
+ to upstream projects,
66
+ - inviting collaborations with upstream projects,
67
+ - `building a professional, respectful, inclusive
68
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
69
+ - `empowering Sage users to participate in the scientific Python ecosystem
70
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
71
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
72
+ serverless deployment with Javascript,
73
+ - developing a native Windows port.
74
+
75
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
76
+ available online.
77
+
78
+ passagemath attempts to support and provides binary wheels suitable for
79
+ all major Linux distributions and recent versions of macOS.
80
+
81
+ Binary wheels for native Windows (x86_64) are are available for a subset of
82
+ the passagemath distributions. Use of the full functionality of passagemath
83
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
84
+ or virtualization.
85
+
86
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
87
+
88
+
89
+ About this pip-installable distribution package
90
+ -----------------------------------------------
91
+
92
+ This pip-installable source distribution ``passagemath-latte-4ti2`` provides an interface
93
+ to `LattE integrale <https://www.math.ucdavis.edu/~latte/>`_
94
+ (for the problems of counting lattice points in and integration over convex polytopes)
95
+ and `4ti2 <https://github.com/4ti2/4ti2>`_
96
+ (for algebraic, geometric and combinatorial problems on linear spaces).
97
+
98
+
99
+ What is included
100
+ ----------------
101
+
102
+ - `Python interface to LattE integrale programs <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/latte.html#module-sage.interfaces.latte>`_
103
+
104
+ - `Python interface to 4ti2 programs <https://passagemath.org/docs/latest/html/en/reference/interfaces/sage/interfaces/four_ti_2.html>`_
105
+
106
+ - Raw access to all executables from Python using `sage.features.latte <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/latte.html>`_ and `sage.features.four_ti_2 <https://passagemath.org/docs/latest/html/en/reference/spkg/sage/features/four_ti_2.html>`_
107
+
108
+ - The binary wheels published on PyPI include a prebuilt copy of
109
+ LattE integrale and 4ti2.
110
+
111
+
112
+ Examples
113
+ --------
114
+
115
+ Using LattE integrale and 4ti2 programs on the command line::
116
+
117
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2" sage -sh -c 'ppi 5'
118
+ ...
119
+ ### This makes 47 PPI up to sign
120
+ ### Writing data file ppi5.gra and matrix file ppi5.mat done.
121
+
122
+ Finding the installation location of a LattE integrale or 4ti2 program in Python::
123
+
124
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2[test]" ipython
125
+
126
+ In [1]: from sage.features.latte import Latte_count
127
+
128
+ In [2]: Latte_count().absolute_filename()
129
+ Out[2]: '/Users/mkoeppe/.local/pipx/.cache/2dc147a5e4863b4/lib/python3.11/site-packages/sage_wheels/bin/count'
130
+
131
+ In [3]: from sage.features.four_ti_2 import FourTi2Executable
132
+
133
+ In [4]: FourTi2Executable('ppi').absolute_filename()
134
+ Out[2]: '/Users/mkoeppe/.local/pipx/.cache/2dc147a5e4863b4/lib/python3.11/site-packages/sage_wheels/bin/ppi'
135
+
136
+ Using the low-level Python interfaces::
137
+
138
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2[test]" ipython
139
+
140
+ In [1]: from sage.interfaces.latte import count
141
+
142
+ In [2]: cdd_Hrep = 'H-representation\nbegin\n 6 4 rational\n 2 -1 0 0\n 2 0 -1 0\n 2 0 0 -1\n 2 1 0 0\n 2 0 0 1\n 2 0 1 0\nend\n'
143
+
144
+ In [3]: count(cdd_Hrep, cdd=True)
145
+ Out[3]: 125
146
+
147
+ Use with sage.geometry.polyhedron::
148
+
149
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-latte-4ti2[test]" ipython
150
+
151
+ In [1]: from sage.all__sagemath_polyhedra import *
152
+
153
+ In [2]: P = Polyhedron(vertices=[[1,0,0], [0,0,1], [-1,1,1], [-1,2,0]])
154
+
155
+ In [3]: P.volume(measure='induced_lattice', engine='latte')
156
+ Out[3]: 3
@@ -0,0 +1,66 @@
1
+ passagemath_latte_4ti2.libs/lib4ti2gmp-a2b30f81.so.0.0.0,sha256=iFvVDu91WrhYG7lobWb6zYBKqrd3rP7DnESgCBInERA,831953
2
+ passagemath_latte_4ti2.libs/lib4ti2int32-57159ab5.so.0.0.0,sha256=Ge87Bprhl0d1pSDEtUcHYQh3WioxvF66o7gPXobEs0o,6139401
3
+ passagemath_latte_4ti2.libs/lib4ti2int64-afc622c3.so.0.0.0,sha256=UAslEXMYuas-G9kxMjJU25WMwvGc2V5iN3EiqU3_u7c,6139425
4
+ passagemath_latte_4ti2.libs/lib4ti2util-d6fbe88e.so.0.0.0,sha256=DuFubblD__J6r44zOQjATNn8h7EYsFNsJ5a-dPZge4E,399593
5
+ passagemath_latte_4ti2.libs/libLiDIA-d5663a06.so.0.0.0,sha256=IO2Wa6SCwQq0aBJx09F_dU-OD-jn9z28a0XqGBBEjv0,127064601
6
+ passagemath_latte_4ti2.libs/libcddgmp-ecb88865.so.0.1.3,sha256=Afe4QEFbpiy9g1jydIgeN5Q8DXd9XXez2WhByPPDaI0,536369
7
+ passagemath_latte_4ti2.libs/libgcc_s-2d945d6c.so.1,sha256=NdOgO2If8roY3PSnJ81CsBa1rjMvN_uWPCo_V0ThwEY,203337
8
+ passagemath_latte_4ti2.libs/libgf2x-e54d5509.so.3.0.0,sha256=cs5LUFwNaOw-g_4-iUDPbFMMG6JSHk9Bfj165VQIEdg,199849
9
+ passagemath_latte_4ti2.libs/libglpk-b001aa75.so.40.3.1,sha256=HETFh7DP08ZQlOUN2QRwOpnHCYgZeIIc-BQM5jq-vf8,3414577
10
+ passagemath_latte_4ti2.libs/libgmp-28992bcb.so.10.5.0,sha256=chvEgOPn69KHFEAC4oKOFhJ2LjYfSTYlyAEyFvE1hJg,668217
11
+ passagemath_latte_4ti2.libs/libgmpxx-cb7f23ef.so.4.7.0,sha256=KNzYJcIVIdVfiYqWy1tQbH-KYtfNHmbA-u2jFKVeWsw,271345
12
+ passagemath_latte_4ti2.libs/liblatte-d17bb9d0.so.0.0.0,sha256=z88tPKl1Y3mdNLsAKfmfYj5EeBBXaH_bXuIT-sbhM_c,16064057
13
+ passagemath_latte_4ti2.libs/libnormalize-e25ef90c.so.0.0.0,sha256=II7s5okZi520VVnrBShIHn_5l23lAn7RsvX9mHroBis,344057
14
+ passagemath_latte_4ti2.libs/libntl-f4409ed7.so.44.0.1,sha256=dAt8DnpMj6zx6-b5RWrlDrArSEjb0o2Juki8WIH_kH4,3075433
15
+ passagemath_latte_4ti2.libs/libstdc++-85f2cd6d.so.6.0.33,sha256=D3uBWNGP8cz5PIqwr4jUgv7u70AIVsNEjLuj90icFcw,3651889
16
+ passagemath_latte_4ti2.libs/libzsolve-85c75ccb.so.0.0.0,sha256=-F961voO_lCZhvP4JrIvJFax9lkrDHuhUuSzK8-xMEc,4166993
17
+ sage/all__sagemath_latte_4ti2.py,sha256=Dkvm4PL7UuwvR-qJmoWzKFOIgCe3kqsUihuJmwhekeI,113
18
+ sage/interfaces/all__sagemath_latte_4ti2.py,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
19
+ sage/interfaces/four_ti_2.py,sha256=971kyaZ9uWWdkan8jPzLIjyQnCWJllJixP8dOh19SZo,17517
20
+ sage/interfaces/latte.py,sha256=UWpJcZQgKEEBfu4fQeO-BpXHO4HKRxQMhETrifOfmh8,24901
21
+ sage/libs/all__sagemath_latte_4ti2.py,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
22
+ sage/libs/latte_int.abi3.so,sha256=0pJQ0ut_PAY2lvjII4VBF2oVVr_TY8MHMUsfaAoU1lQ,97280
23
+ sage/libs/latte_int.pyx,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
24
+ sage_wheels/bin/4ti2gmp,sha256=INjJBO4ZnF3KbWxoygsh-LdHRwInMrHQbGkE9MqmGTw,793129
25
+ sage_wheels/bin/4ti2int32,sha256=mgeXL_lz2lnHTEeN8E5gHEpueszUF6K4IZyuX65vmOU,727609
26
+ sage_wheels/bin/4ti2int64,sha256=tJHqXT4-SwAN3sfup6APbKPNQEzlHIDZHfAIA3UBmqA,727609
27
+ sage_wheels/bin/ConvertCDDextToLatte,sha256=NPTcXSDJF46Qm5g9o_MOzlvryug4E3Ov6Z7rPr2bmeA,199785
28
+ sage_wheels/bin/ConvertCDDineToLatte,sha256=qUZW7GwzE6sTB-UeHDeMw_mUTwNkCDbQFpcwo6O1pL8,334105
29
+ sage_wheels/bin/circuits,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
30
+ sage_wheels/bin/count,sha256=tqvNzVWtN148oBTMfu_VMs0hktymi9zNqk1eAh2AgmU,332641
31
+ sage_wheels/bin/count-linear-forms-from-polynomial,sha256=nb04zZRk8zZcS9bUKQhiG84t2EGS0KXsx7KGJjlo4kE,269937
32
+ sage_wheels/bin/ehrhart,sha256=JEVepX9RXqW1QW13l3U0L_AplxMvvnuxr9uot9bg-go,466385
33
+ sage_wheels/bin/ehrhart3,sha256=dce2HhLa2iCIVzS4xVcsIWFBkVtBxTM6emlfvbfb8Io,463793
34
+ sage_wheels/bin/genmodel,sha256=zoPX1RzJxGPoP2McTz40O4TlumNPnQugd3Qnc8JEBec,199529
35
+ sage_wheels/bin/gensymm,sha256=rzh32Q1MbX9iekG3Tlg87WAG8AwDCBpr-V5kmu8KDuU,199529
36
+ sage_wheels/bin/graver,sha256=asLYkgaj2gnL0rNu6ObcMZQnP11Yld_JEmM8BXP-1SU,478
37
+ sage_wheels/bin/groebner,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
38
+ sage_wheels/bin/hilbert,sha256=4Njr4NKajVjma40APFdJYscfsvYq1wrPwvH2UElnipU,478
39
+ sage_wheels/bin/hilbert-from-rays,sha256=qdVLfY8ewm0zHTYu7dsiyK1fFnBH8hkpFfKNRg1HmcM,199625
40
+ sage_wheels/bin/hilbert-from-rays-symm,sha256=mUftXctghFQdaGnAmSnG59-FJi_QWvNbGkAu_yHLbk4,331889
41
+ sage_wheels/bin/integrate,sha256=NB4Tuvw6xAMvgIoUw5t2h337sGUwgpu9285FQBgeDcI,265889
42
+ sage_wheels/bin/latte-maximize,sha256=k7Wj5-IualyU0bO9HuZGTM4rcvyWCuDbTpTZ2iAcWdQ,466665
43
+ sage_wheels/bin/latte-minimize,sha256=ZVBNlkSmLz8b47F4BbD2ymnCmPLoFUrtrQMUz3p0d68,466665
44
+ sage_wheels/bin/latte2ext,sha256=k_mTLGq7MjCYCTG4bVQS5vcrJtt3hnVO5gknPaDbkZc,199985
45
+ sage_wheels/bin/latte2ine,sha256=d0UmGtbP9VJGHFB9WveiOaWOpZZYON0fK_Pl3W9Y1E8,199985
46
+ sage_wheels/bin/markov,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
47
+ sage_wheels/bin/minimize,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
48
+ sage_wheels/bin/normalform,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
49
+ sage_wheels/bin/output,sha256=Y-RHzp-p4kkvauAzYp4-5PS-vwQxwAZ1JAApOfiFFeU,199529
50
+ sage_wheels/bin/polyhedron-to-cones,sha256=rtY5eulwxMdE8b_7qQOitvGrv0tn5rskxXmk1KF9r5o,267073
51
+ sage_wheels/bin/ppi,sha256=LRgKGW5d1dhtED01HELhNPDRnPqanmazsz8xeG94riU,397209
52
+ sage_wheels/bin/qsolve,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
53
+ sage_wheels/bin/rays,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
54
+ sage_wheels/bin/top-ehrhart-knapsack,sha256=qIH0MB_sLCTqlUWIbln3v51wruf3SMc9s9r7IiKWIfs,334321
55
+ sage_wheels/bin/triangulate,sha256=EQAz1SOjdeT-TSr-w5UuLbIbDIb-vUCX-UXabYpi-X8,266441
56
+ sage_wheels/bin/walk,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
57
+ sage_wheels/bin/zbasis,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
58
+ sage_wheels/bin/zsolve,sha256=20_tMTLnesGaiFbMPf_N0YcWeKYAo1aUGtAvTjNspTw,267745
59
+ sage_wheels/share/latte-int/m-knapsack.mpl,sha256=UOC1OCpgsmXwS29BORa3d9PHYrEJpPG49MJ3omf1_p8,44872
60
+ sage_wheels/share/latte-int/simplify.add,sha256=S7Mu2pBY0tnN0i9akB_ba1T3Jk_HGP-odgihNk3t7oM,105
61
+ sage_wheels/share/latte-int/simplify2.add,sha256=iqxvhRDWW70iA473KumWk8DQIrKogxrDxgeBbYpKA88,162
62
+ sage_wheels/share/latte-int/simplify3.add,sha256=rY3U7fnQkj868Zu6MRHzSTRAX4SyM7e3PFeGIX0YxME,241
63
+ passagemath_latte_4ti2-10.6.29.dist-info/METADATA,sha256=7QU5HiS5P-IoD-6101XPHftGT-pvsWo6J0jSbOk0bgU,7076
64
+ passagemath_latte_4ti2-10.6.29.dist-info/WHEEL,sha256=GKPv8279prztDwXnPImxCTSGdjeJn6S59Vm5ddwqkEg,112
65
+ passagemath_latte_4ti2-10.6.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
66
+ passagemath_latte_4ti2-10.6.29.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-abi3-musllinux_1_2_aarch64
5
+
@@ -0,0 +1,4 @@
1
+ # sage_setup: distribution = sagemath-latte-4ti2
2
+ # delvewheel: patch
3
+
4
+ from sage.all__sagemath_polyhedra import *
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-latte-4ti2