Geode-Simplex 9.8.3__cp310-cp310-win_amd64.whl → 10.0.0__cp310-cp310-win_amd64.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 Geode-Simplex might be problematic. Click here for more details.
- geode_simplex/{geode_simplex/__init__.pyi → __init__.pyi} +3 -3
- geode_simplex/bin/Geode-Simplex_brep.dll +0 -0
- geode_simplex/bin/Geode-Simplex_core.dll +0 -0
- geode_simplex/bin/Geode-Simplex_corner.dll +0 -0
- geode_simplex/bin/Geode-Simplex_line2d.dll +0 -0
- geode_simplex/bin/Geode-Simplex_line3d.dll +0 -0
- geode_simplex/bin/Geode-Simplex_line_common.dll +0 -0
- geode_simplex/bin/Geode-Simplex_metric.dll +0 -0
- geode_simplex/bin/Geode-Simplex_section.dll +0 -0
- geode_simplex/bin/Geode-Simplex_solid.dll +0 -0
- geode_simplex/bin/Geode-Simplex_surface2d.dll +0 -0
- geode_simplex/bin/Geode-Simplex_surface3d.dll +0 -0
- geode_simplex/bin/Geode-Simplex_surface_common.dll +0 -0
- geode_simplex/bin/geode_simplex_py_brep.cp310-win_amd64.pyd +0 -0
- geode_simplex/bin/geode_simplex_py_metric.cp310-win_amd64.pyd +0 -0
- geode_simplex/{geode_simplex/bin → bin}/geode_simplex_py_metric.pyi +3 -3
- geode_simplex/bin/geode_simplex_py_section.cp310-win_amd64.pyd +0 -0
- geode_simplex/metric_simplex.pyi +7 -0
- {geode_simplex-9.8.3.dist-info → geode_simplex-10.0.0.dist-info}/METADATA +6 -6
- geode_simplex-10.0.0.dist-info/RECORD +40 -0
- geode_simplex/geode_simplex/metric_simplex.pyi +0 -7
- geode_simplex-9.8.3.dist-info/RECORD +0 -40
- /geode_simplex/{geode_simplex/bin → bin}/__init__.pyi +0 -0
- /geode_simplex/{geode_simplex/bin → bin}/geode_simplex_py_brep.pyi +0 -0
- /geode_simplex/{geode_simplex/bin → bin}/geode_simplex_py_section.pyi +0 -0
- /geode_simplex/{geode_simplex/brep_simplex.pyi → brep_simplex.pyi} +0 -0
- /geode_simplex/{geode_simplex/section_simplex.pyi → section_simplex.pyi} +0 -0
- {geode_simplex-9.8.3.dist-info → geode_simplex-10.0.0.dist-info}/WHEEL +0 -0
- {geode_simplex-9.8.3.dist-info → geode_simplex-10.0.0.dist-info}/top_level.txt +0 -0
|
@@ -4,8 +4,8 @@ import geode_common as geode_common
|
|
|
4
4
|
import geode_numerics as geode_numerics
|
|
5
5
|
from geode_simplex.bin.geode_simplex_py_brep import SimplexBRepLibrary
|
|
6
6
|
from geode_simplex.bin.geode_simplex_py_brep import brep_simplex_remesh
|
|
7
|
-
from geode_simplex.bin.geode_simplex_py_metric import
|
|
8
|
-
from geode_simplex.bin.geode_simplex_py_metric import
|
|
7
|
+
from geode_simplex.bin.geode_simplex_py_metric import BRepIsotropicMetricConstraints
|
|
8
|
+
from geode_simplex.bin.geode_simplex_py_metric import SectionIsotropicMetricConstraints
|
|
9
9
|
from geode_simplex.bin.geode_simplex_py_metric import SimplexMetricLibrary
|
|
10
10
|
from geode_simplex.bin.geode_simplex_py_section import SimplexSectionLibrary
|
|
11
11
|
from geode_simplex.bin.geode_simplex_py_section import section_simplex_remesh
|
|
@@ -17,4 +17,4 @@ from . import bin
|
|
|
17
17
|
from . import brep_simplex
|
|
18
18
|
from . import metric_simplex
|
|
19
19
|
from . import section_simplex
|
|
20
|
-
__all__: list[str] = ['
|
|
20
|
+
__all__: list[str] = ['BRepIsotropicMetricConstraints', 'SectionIsotropicMetricConstraints', 'SimplexBRepLibrary', 'SimplexMetricLibrary', 'SimplexSectionLibrary', 'bin', 'brep_simplex', 'brep_simplex_remesh', 'geode_background', 'geode_common', 'geode_numerics', 'metric_simplex', 'opengeode', 'opengeode_inspector', 'os', 'pathlib', 'section_simplex', 'section_simplex_remesh']
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,8 +6,8 @@ import geode_common.bin.geode_common_py_metric
|
|
|
6
6
|
import opengeode.bin.opengeode_py_mesh
|
|
7
7
|
import opengeode.bin.opengeode_py_model
|
|
8
8
|
import typing
|
|
9
|
-
__all__: list[str] = ['
|
|
10
|
-
class
|
|
9
|
+
__all__: list[str] = ['BRepIsotropicMetricConstraints', 'SectionIsotropicMetricConstraints', 'SimplexMetricLibrary']
|
|
10
|
+
class BRepIsotropicMetricConstraints:
|
|
11
11
|
def __init__(self, arg0: opengeode.bin.opengeode_py_model.BRep) -> None:
|
|
12
12
|
...
|
|
13
13
|
def block_metric(self, arg0: opengeode.bin.opengeode_py_model.Block3D) -> float | None:
|
|
@@ -46,7 +46,7 @@ class BRepMetricConstraints:
|
|
|
46
46
|
...
|
|
47
47
|
def surface_metric(self, arg0: opengeode.bin.opengeode_py_model.Surface3D) -> float | None:
|
|
48
48
|
...
|
|
49
|
-
class
|
|
49
|
+
class SectionIsotropicMetricConstraints:
|
|
50
50
|
def __init__(self, arg0: opengeode.bin.opengeode_py_model.Section) -> None:
|
|
51
51
|
...
|
|
52
52
|
def build_metric(self) -> geode_common.bin.geode_common_py_metric.Metric2D:
|
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
import geode_common as geode_common
|
|
3
|
+
from geode_simplex.bin.geode_simplex_py_metric import BRepIsotropicMetricConstraints
|
|
4
|
+
from geode_simplex.bin.geode_simplex_py_metric import SectionIsotropicMetricConstraints
|
|
5
|
+
from geode_simplex.bin.geode_simplex_py_metric import SimplexMetricLibrary
|
|
6
|
+
import opengeode as opengeode
|
|
7
|
+
__all__: list[str] = ['BRepIsotropicMetricConstraints', 'SectionIsotropicMetricConstraints', 'SimplexMetricLibrary', 'geode_common', 'opengeode']
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Geode-Simplex
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.0.0
|
|
4
4
|
Summary: Simplex remeshing Geode-solutions OpenGeode module
|
|
5
5
|
Author-email: Geode-solutions <contact@geode-solutions.com>
|
|
6
6
|
License: Proprietary
|
|
7
7
|
Requires-Python: <3.13,>=3.9
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: geode-background==9.*,>=9.
|
|
10
|
-
Requires-Dist: geode-common==33.*,>=33.
|
|
11
|
-
Requires-Dist: geode-numerics==6.*,>=6.4.
|
|
12
|
-
Requires-Dist: opengeode-core==15.*,>=15.
|
|
13
|
-
Requires-Dist: opengeode-inspector==6.*,>=6.8.
|
|
9
|
+
Requires-Dist: geode-background==9.*,>=9.9.1
|
|
10
|
+
Requires-Dist: geode-common==33.*,>=33.16.0
|
|
11
|
+
Requires-Dist: geode-numerics==6.*,>=6.4.9
|
|
12
|
+
Requires-Dist: opengeode-core==15.*,>=15.30.14
|
|
13
|
+
Requires-Dist: opengeode-inspector==6.*,>=6.8.14
|
|
14
14
|
|
|
15
15
|
<h1 align="center">Geode-Simplex<sup><i>by Geode-solutions</i></sup></h1>
|
|
16
16
|
<h3 align="center">Simplex remeshing</h3>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
geode_simplex/__init__.py,sha256=NPct2BOWl1fv1Mv9w9SVyl7aF2z7MUwD65XQkF1nxGI,241
|
|
2
|
+
geode_simplex/__init__.pyi,sha256=lncX65sbqzsGjz8vrrfNhzOQclmQOeRh9aadAsAMUM4,1327
|
|
3
|
+
geode_simplex/brep_simplex.py,sha256=zzcn7P2AFHe5XXeF1fcHApon2myLdsOmL8a-Ztt00Sw,267
|
|
4
|
+
geode_simplex/brep_simplex.pyi,sha256=_hJHSuKgIY1w5bo-NMznlhvNON5Wha6tzTN9-tNpeyU,544
|
|
5
|
+
geode_simplex/metric_simplex.py,sha256=uiVhcTX7_atutwGZaBBeCJkqqDaTxppgcTu9pFivWMY,195
|
|
6
|
+
geode_simplex/metric_simplex.pyi,sha256=mZNTDfyfRTkIis6k9FAeGIsJNbAU-IArJaxrUI5WdZk,502
|
|
7
|
+
geode_simplex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
geode_simplex/section_simplex.py,sha256=AJwDTmmTMqskddfzvXav_Dn2QF8EJuZaccETwOar8jE,247
|
|
9
|
+
geode_simplex/section_simplex.pyi,sha256=PL5n2hPRKsTnA29Ks20MyO7KoKk2gu5B5_AzG1S9gNk,488
|
|
10
|
+
geode_simplex/bin/Geode-Simplex_brep.dll,sha256=FERAPtgIe3o-LgklRewMGm2K8Aan5Q5CM_h8z497NOk,4622848
|
|
11
|
+
geode_simplex/bin/Geode-Simplex_core.dll,sha256=x5p1KHJMnGssJK3BX3zd_moQ2Ev-ctJ5cNNRfYUox2o,145408
|
|
12
|
+
geode_simplex/bin/Geode-Simplex_corner.dll,sha256=tWXSaZ-jx5L_w5_x1pvuvXLbHfs0_Lf7WB5FADxeJ6o,19968
|
|
13
|
+
geode_simplex/bin/Geode-Simplex_line2d.dll,sha256=0Hxjm5y2sqo-nYDGzWrXuqrnQUJZVC-MF5XOnoVRC1k,61952
|
|
14
|
+
geode_simplex/bin/Geode-Simplex_line3d.dll,sha256=W1sgeM3wEkyUmVy8nx6pEm6Jcq95sG9-WK9fAx_gvmA,64512
|
|
15
|
+
geode_simplex/bin/Geode-Simplex_line_common.dll,sha256=VhreO5ZtDB4Pov6Sj6Gt7XXJNcRNLgfIhmAenjGNubc,223232
|
|
16
|
+
geode_simplex/bin/Geode-Simplex_metric.dll,sha256=FtA7h9gBLh6VvN-MBMK8Jnabf6UbtG6e7wBIP5hqfhs,226816
|
|
17
|
+
geode_simplex/bin/Geode-Simplex_section.dll,sha256=JkQYDj1yuF-op74Hk2j07rN3fCU_VcCfY1xwCjyIkeo,4365824
|
|
18
|
+
geode_simplex/bin/Geode-Simplex_solid.dll,sha256=ytWis1lF3pbw3Eb0hheM5Qrb6nR3a0aH2ikHdaiUhMg,706560
|
|
19
|
+
geode_simplex/bin/Geode-Simplex_surface2d.dll,sha256=lrSSkTc-YjlQNtFm-rqNBSl-PT-fS455nLWW0LgDUV4,119296
|
|
20
|
+
geode_simplex/bin/Geode-Simplex_surface3d.dll,sha256=KSjm-q1OW8BiPiogm-WD_eQ4b9D2MLTDz1xwSZCgX0E,297984
|
|
21
|
+
geode_simplex/bin/Geode-Simplex_surface_common.dll,sha256=R1O6GP1t-zRRzVdWpjM3yWBFDW4I2CLrhlUxoc-gEto,301568
|
|
22
|
+
geode_simplex/bin/__init__.pyi,sha256=JOaNKSyNhYYzknFrX37_EVd8pLuu94V5hhIslqaipLw,255
|
|
23
|
+
geode_simplex/bin/concrt140.dll,sha256=JAU1XwpYBnslj43zPDJ-Oj1xbqrFo6Wuu3V4Qthb03Y,324208
|
|
24
|
+
geode_simplex/bin/geode_simplex_py_brep.cp310-win_amd64.pyd,sha256=K1G99vqJ14N5HvMcfDUOC4qZg5bTrAt8sp2aTSt9VoE,135168
|
|
25
|
+
geode_simplex/bin/geode_simplex_py_brep.pyi,sha256=flbciS-UPj3XintS1w8-iohWXMvVYxFYP6FaYO_Bvas,567
|
|
26
|
+
geode_simplex/bin/geode_simplex_py_metric.cp310-win_amd64.pyd,sha256=v-vAaLogyvnna2i3pqGiPp4u2KokfIi4tEKWqr_cTyw,165888
|
|
27
|
+
geode_simplex/bin/geode_simplex_py_metric.pyi,sha256=Uku1J_w8oOhYajkdJ2cU8T1C8eWZbYa1DjZ7RsQpf9w,3972
|
|
28
|
+
geode_simplex/bin/geode_simplex_py_section.cp310-win_amd64.pyd,sha256=nVSAmTB7Oy2uB9AhEqMtnewHtd32k-4U_ZPjdLFjmBA,135168
|
|
29
|
+
geode_simplex/bin/geode_simplex_py_section.pyi,sha256=B2xvie597HPk_P37O2_TE6IRLMRK03fzW1B1UkJdrGE,588
|
|
30
|
+
geode_simplex/bin/msvcp140.dll,sha256=D4hbUJpoXSu_plL-0mtfsx2I-9qwqXjGQdHHuKpGCqk,557728
|
|
31
|
+
geode_simplex/bin/msvcp140_1.dll,sha256=v61a70xjpmnjwUBlXN_fOVtsl5tACkR71dy2XtiCbD0,35952
|
|
32
|
+
geode_simplex/bin/msvcp140_2.dll,sha256=PqBvDuCYtII8t5WZ3zeA5_I8zlLBmqwx0qDUfv4zpek,280200
|
|
33
|
+
geode_simplex/bin/msvcp140_atomic_wait.dll,sha256=ZAsq787UhNA2jupb3Qat3QZYo6cKSSVuVg1pI7QEpHk,50304
|
|
34
|
+
geode_simplex/bin/msvcp140_codecvt_ids.dll,sha256=8gaaUogOyIXufwURGGEA63-toEEaK0lI-v6nc1uHihg,31872
|
|
35
|
+
geode_simplex/bin/vcruntime140.dll,sha256=1eTZo-g1-meUUBRdan2U42VzpQkxcRGQTZs3EsMNkGY,124544
|
|
36
|
+
geode_simplex/bin/vcruntime140_1.dll,sha256=Hy1BxKpdsLwz6_e2bXKUOoF9fObL6IBQKpQDgjYzCT8,49792
|
|
37
|
+
geode_simplex-10.0.0.dist-info/METADATA,sha256=yy5lDPrB4VUaJqmxVmNsZHb6AjfH6m4Wan9cow-iokQ,1914
|
|
38
|
+
geode_simplex-10.0.0.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
|
|
39
|
+
geode_simplex-10.0.0.dist-info/top_level.txt,sha256=qVrD68Hw2vhKcJrG51EYDm9MTGp9SfmZRdSrRKjmdFI,14
|
|
40
|
+
geode_simplex-10.0.0.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
from __future__ import annotations
|
|
2
|
-
import geode_common as geode_common
|
|
3
|
-
from geode_simplex.bin.geode_simplex_py_metric import BRepMetricConstraints
|
|
4
|
-
from geode_simplex.bin.geode_simplex_py_metric import SectionMetricConstraints
|
|
5
|
-
from geode_simplex.bin.geode_simplex_py_metric import SimplexMetricLibrary
|
|
6
|
-
import opengeode as opengeode
|
|
7
|
-
__all__: list[str] = ['BRepMetricConstraints', 'SectionMetricConstraints', 'SimplexMetricLibrary', 'geode_common', 'opengeode']
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
geode_simplex/__init__.py,sha256=NPct2BOWl1fv1Mv9w9SVyl7aF2z7MUwD65XQkF1nxGI,241
|
|
2
|
-
geode_simplex/brep_simplex.py,sha256=zzcn7P2AFHe5XXeF1fcHApon2myLdsOmL8a-Ztt00Sw,267
|
|
3
|
-
geode_simplex/metric_simplex.py,sha256=uiVhcTX7_atutwGZaBBeCJkqqDaTxppgcTu9pFivWMY,195
|
|
4
|
-
geode_simplex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
geode_simplex/section_simplex.py,sha256=AJwDTmmTMqskddfzvXav_Dn2QF8EJuZaccETwOar8jE,247
|
|
6
|
-
geode_simplex/bin/Geode-Simplex_brep.dll,sha256=UC8LCpV-5RYB7PRfyPb6l3kKP_9DADalo_ZD5v9paWM,2297344
|
|
7
|
-
geode_simplex/bin/Geode-Simplex_core.dll,sha256=Kv6_wCamEngEElp3fL-6g6uJJIBo7Xx9Rwo2QEUlBDQ,143360
|
|
8
|
-
geode_simplex/bin/Geode-Simplex_corner.dll,sha256=JtTDEo1qw9ggtcMeIuVDmaM4Lm6vvIc1lALyQ3z-F6U,19968
|
|
9
|
-
geode_simplex/bin/Geode-Simplex_line2d.dll,sha256=a6MlWPtVVMrt3bFtEd82_AKkwDKhKTUyok4OHrgZenc,60416
|
|
10
|
-
geode_simplex/bin/Geode-Simplex_line3d.dll,sha256=ofWodav6wezzrgHP4w4DZf0XhLIm7JAdrN8Xvkc5h5I,62976
|
|
11
|
-
geode_simplex/bin/Geode-Simplex_line_common.dll,sha256=N8cIswvK7O8OB9XPMNf7C0Dl0bHxdvAiNE7tDluLp1E,222208
|
|
12
|
-
geode_simplex/bin/Geode-Simplex_metric.dll,sha256=LnTHWOSFuJgopSUzaMZo55khsRqBzAs9aXq6wY6Tjgk,204288
|
|
13
|
-
geode_simplex/bin/Geode-Simplex_section.dll,sha256=g4xsAJLunIQtNh9N2logiJ7Cy4SXv9lnyZ6xfksOQk4,2037760
|
|
14
|
-
geode_simplex/bin/Geode-Simplex_solid.dll,sha256=moFInZm6RZC-EHh_kbcP1qtLL-qMczJJTIdRMI4SCX0,704512
|
|
15
|
-
geode_simplex/bin/Geode-Simplex_surface2d.dll,sha256=sqzcIEzmsRQrUPaqfGiE5a7hQWW3Mj6X-7O0QbUyuD0,117248
|
|
16
|
-
geode_simplex/bin/Geode-Simplex_surface3d.dll,sha256=CjpFxexUYtwJuFUgiLHnOAiOE-YBkUbknvVnO0p114o,285696
|
|
17
|
-
geode_simplex/bin/Geode-Simplex_surface_common.dll,sha256=CSpT2EbUwhS-MvaZu_LTYJeMlBnDIj9mn3Mj9srK-6Y,300032
|
|
18
|
-
geode_simplex/bin/concrt140.dll,sha256=JAU1XwpYBnslj43zPDJ-Oj1xbqrFo6Wuu3V4Qthb03Y,324208
|
|
19
|
-
geode_simplex/bin/geode_simplex_py_brep.cp310-win_amd64.pyd,sha256=UorgJzpP4NrIM7udm07AavQYsdo2NSiV8bMQCBQalvI,135168
|
|
20
|
-
geode_simplex/bin/geode_simplex_py_metric.cp310-win_amd64.pyd,sha256=z9naWDbzU3FxAM12uLVX_1nQJDxHu8Lrn2vccxk5DHg,165376
|
|
21
|
-
geode_simplex/bin/geode_simplex_py_section.cp310-win_amd64.pyd,sha256=vLEHcEXf4xqVEVmCkUzjDOa7CoXl25mrRFM90X8BYdM,135168
|
|
22
|
-
geode_simplex/bin/msvcp140.dll,sha256=D4hbUJpoXSu_plL-0mtfsx2I-9qwqXjGQdHHuKpGCqk,557728
|
|
23
|
-
geode_simplex/bin/msvcp140_1.dll,sha256=v61a70xjpmnjwUBlXN_fOVtsl5tACkR71dy2XtiCbD0,35952
|
|
24
|
-
geode_simplex/bin/msvcp140_2.dll,sha256=PqBvDuCYtII8t5WZ3zeA5_I8zlLBmqwx0qDUfv4zpek,280200
|
|
25
|
-
geode_simplex/bin/msvcp140_atomic_wait.dll,sha256=ZAsq787UhNA2jupb3Qat3QZYo6cKSSVuVg1pI7QEpHk,50304
|
|
26
|
-
geode_simplex/bin/msvcp140_codecvt_ids.dll,sha256=8gaaUogOyIXufwURGGEA63-toEEaK0lI-v6nc1uHihg,31872
|
|
27
|
-
geode_simplex/bin/vcruntime140.dll,sha256=1eTZo-g1-meUUBRdan2U42VzpQkxcRGQTZs3EsMNkGY,124544
|
|
28
|
-
geode_simplex/bin/vcruntime140_1.dll,sha256=Hy1BxKpdsLwz6_e2bXKUOoF9fObL6IBQKpQDgjYzCT8,49792
|
|
29
|
-
geode_simplex/geode_simplex/__init__.pyi,sha256=YDyPg-yIgwmQip7FfecMUSlEhY0DANGl8IidqXp32dk,1291
|
|
30
|
-
geode_simplex/geode_simplex/brep_simplex.pyi,sha256=_hJHSuKgIY1w5bo-NMznlhvNON5Wha6tzTN9-tNpeyU,544
|
|
31
|
-
geode_simplex/geode_simplex/metric_simplex.pyi,sha256=StHMchndE0_Zm4IwGbO1TbXHTRANPnRUZe9bFLkDWG4,466
|
|
32
|
-
geode_simplex/geode_simplex/section_simplex.pyi,sha256=PL5n2hPRKsTnA29Ks20MyO7KoKk2gu5B5_AzG1S9gNk,488
|
|
33
|
-
geode_simplex/geode_simplex/bin/__init__.pyi,sha256=JOaNKSyNhYYzknFrX37_EVd8pLuu94V5hhIslqaipLw,255
|
|
34
|
-
geode_simplex/geode_simplex/bin/geode_simplex_py_brep.pyi,sha256=flbciS-UPj3XintS1w8-iohWXMvVYxFYP6FaYO_Bvas,567
|
|
35
|
-
geode_simplex/geode_simplex/bin/geode_simplex_py_metric.pyi,sha256=gtamNPxREN-jLnVycGCzs90NCs_39IZO72aFAz4YA-k,3936
|
|
36
|
-
geode_simplex/geode_simplex/bin/geode_simplex_py_section.pyi,sha256=B2xvie597HPk_P37O2_TE6IRLMRK03fzW1B1UkJdrGE,588
|
|
37
|
-
geode_simplex-9.8.3.dist-info/METADATA,sha256=3Qsxkto6bc8qL339WyYl4O9QKgt1Ny7r5m6MSNAkHow,1911
|
|
38
|
-
geode_simplex-9.8.3.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
|
|
39
|
-
geode_simplex-9.8.3.dist-info/top_level.txt,sha256=qVrD68Hw2vhKcJrG51EYDm9MTGp9SfmZRdSrRKjmdFI,14
|
|
40
|
-
geode_simplex-9.8.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|