Geode-Common 33.23.0__cp313-cp313-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.
Files changed (89) hide show
  1. geode_common/__init__.py +21 -0
  2. geode_common/__init__.pyi +45 -0
  3. geode_common/bin/Geode-Common_cutter_model.dll +0 -0
  4. geode_common/bin/Geode-Common_cutter_solid.dll +0 -0
  5. geode_common/bin/Geode-Common_cutter_surface.dll +0 -0
  6. geode_common/bin/Geode-Common_helpers.dll +0 -0
  7. geode_common/bin/Geode-Common_metric.dll +0 -0
  8. geode_common/bin/Geode-Common_modifier_common.dll +0 -0
  9. geode_common/bin/Geode-Common_modifier_edged_curve.dll +0 -0
  10. geode_common/bin/Geode-Common_modifier_graph.dll +0 -0
  11. geode_common/bin/Geode-Common_modifier_model.dll +0 -0
  12. geode_common/bin/Geode-Common_modifier_point_set.dll +0 -0
  13. geode_common/bin/Geode-Common_modifier_solid.dll +0 -0
  14. geode_common/bin/Geode-Common_modifier_surface.dll +0 -0
  15. geode_common/bin/Geode-Common_numerics.dll +0 -0
  16. geode_common/bin/Geode-Common_orchestrator_common.dll +0 -0
  17. geode_common/bin/Geode-Common_orchestrator_model.dll +0 -0
  18. geode_common/bin/Geode-Common_orchestrator_solid.dll +0 -0
  19. geode_common/bin/Geode-Common_orchestrator_surface.dll +0 -0
  20. geode_common/bin/__init__.pyi +18 -0
  21. geode_common/bin/geode_common_py_core.cp313-win_amd64.pyd +0 -0
  22. geode_common/bin/geode_common_py_core.pyi +9 -0
  23. geode_common/bin/geode_common_py_cutter_model.cp313-win_amd64.pyd +0 -0
  24. geode_common/bin/geode_common_py_cutter_model.pyi +9 -0
  25. geode_common/bin/geode_common_py_cutter_solid.cp313-win_amd64.pyd +0 -0
  26. geode_common/bin/geode_common_py_cutter_solid.pyi +9 -0
  27. geode_common/bin/geode_common_py_cutter_surface.cp313-win_amd64.pyd +0 -0
  28. geode_common/bin/geode_common_py_cutter_surface.pyi +9 -0
  29. geode_common/bin/geode_common_py_helpers.cp313-win_amd64.pyd +0 -0
  30. geode_common/bin/geode_common_py_helpers.pyi +9 -0
  31. geode_common/bin/geode_common_py_metric.cp313-win_amd64.pyd +0 -0
  32. geode_common/bin/geode_common_py_metric.pyi +118 -0
  33. geode_common/bin/geode_common_py_modifier_edged_curve.cp313-win_amd64.pyd +0 -0
  34. geode_common/bin/geode_common_py_modifier_edged_curve.pyi +9 -0
  35. geode_common/bin/geode_common_py_modifier_model.cp313-win_amd64.pyd +0 -0
  36. geode_common/bin/geode_common_py_modifier_model.pyi +9 -0
  37. geode_common/bin/geode_common_py_modifier_point_set.cp313-win_amd64.pyd +0 -0
  38. geode_common/bin/geode_common_py_modifier_point_set.pyi +9 -0
  39. geode_common/bin/geode_common_py_modifier_solid.cp313-win_amd64.pyd +0 -0
  40. geode_common/bin/geode_common_py_modifier_solid.pyi +9 -0
  41. geode_common/bin/geode_common_py_modifier_surface.cp313-win_amd64.pyd +0 -0
  42. geode_common/bin/geode_common_py_modifier_surface.pyi +9 -0
  43. geode_common/bin/geode_common_py_numerics.cp313-win_amd64.pyd +0 -0
  44. geode_common/bin/geode_common_py_numerics.pyi +9 -0
  45. geode_common/bin/geode_common_py_orchestrator.cp313-win_amd64.pyd +0 -0
  46. geode_common/bin/geode_common_py_orchestrator.pyi +9 -0
  47. geode_common/bin/geode_common_py_orchestrator_model.cp313-win_amd64.pyd +0 -0
  48. geode_common/bin/geode_common_py_orchestrator_model.pyi +9 -0
  49. geode_common/bin/geode_common_py_orchestrator_solid.cp313-win_amd64.pyd +0 -0
  50. geode_common/bin/geode_common_py_orchestrator_solid.pyi +9 -0
  51. geode_common/bin/geode_common_py_orchestrator_surface.cp313-win_amd64.pyd +0 -0
  52. geode_common/bin/geode_common_py_orchestrator_surface.pyi +9 -0
  53. geode_common/core_common.py +9 -0
  54. geode_common/core_common.pyi +4 -0
  55. geode_common/cutter_model.py +9 -0
  56. geode_common/cutter_model.pyi +4 -0
  57. geode_common/cutter_solid.py +9 -0
  58. geode_common/cutter_solid.pyi +4 -0
  59. geode_common/cutter_surface.py +9 -0
  60. geode_common/cutter_surface.pyi +4 -0
  61. geode_common/helpers_common.py +9 -0
  62. geode_common/helpers_common.pyi +4 -0
  63. geode_common/metric_common.py +9 -0
  64. geode_common/metric_common.pyi +11 -0
  65. geode_common/modifier_edged_curve.py +9 -0
  66. geode_common/modifier_edged_curve.pyi +4 -0
  67. geode_common/modifier_model.py +9 -0
  68. geode_common/modifier_model.pyi +4 -0
  69. geode_common/modifier_point_set.py +9 -0
  70. geode_common/modifier_point_set.pyi +4 -0
  71. geode_common/modifier_solid.py +9 -0
  72. geode_common/modifier_solid.pyi +4 -0
  73. geode_common/modifier_surface.py +9 -0
  74. geode_common/modifier_surface.pyi +4 -0
  75. geode_common/numerics_common.py +9 -0
  76. geode_common/numerics_common.pyi +4 -0
  77. geode_common/orchestrator_common.py +9 -0
  78. geode_common/orchestrator_common.pyi +4 -0
  79. geode_common/orchestrator_model.py +9 -0
  80. geode_common/orchestrator_model.pyi +4 -0
  81. geode_common/orchestrator_solid.py +9 -0
  82. geode_common/orchestrator_solid.pyi +4 -0
  83. geode_common/orchestrator_surface.py +9 -0
  84. geode_common/orchestrator_surface.pyi +4 -0
  85. geode_common/py.typed +0 -0
  86. geode_common-33.23.0.dist-info/METADATA +33 -0
  87. geode_common-33.23.0.dist-info/RECORD +89 -0
  88. geode_common-33.23.0.dist-info/WHEEL +5 -0
  89. geode_common-33.23.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ ## Copyright (c) 2019 - 2026 Geode-solutions
2
+
3
+ import os, pathlib
4
+ os.add_dll_directory(pathlib.Path(__file__).parent.resolve().joinpath('bin'))
5
+
6
+ from .core_common import *
7
+ from .numerics_common import *
8
+ from .modifier_point_set import *
9
+ from .modifier_edged_curve import *
10
+ from .modifier_surface import *
11
+ from .modifier_solid import *
12
+ from .modifier_model import *
13
+ from .cutter_surface import *
14
+ from .cutter_solid import *
15
+ from .cutter_model import *
16
+ from .metric_common import *
17
+ from .helpers_common import *
18
+ from .orchestrator_common import *
19
+ from .orchestrator_model import *
20
+ from .orchestrator_surface import *
21
+ from .orchestrator_solid import *
@@ -0,0 +1,45 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_core import GeodeCommonCoreLibrary
3
+ from geode_common.bin.geode_common_py_cutter_model import GeodeCommonCutterModelLibrary
4
+ from geode_common.bin.geode_common_py_cutter_solid import GeodeCommonCutterSolidLibrary
5
+ from geode_common.bin.geode_common_py_cutter_surface import GeodeCommonCutterSurfaceLibrary
6
+ from geode_common.bin.geode_common_py_helpers import GeodeCommonHelpersLibrary
7
+ from geode_common.bin.geode_common_py_metric import BRepGridMetric
8
+ from geode_common.bin.geode_common_py_metric import ConstantMetric2D
9
+ from geode_common.bin.geode_common_py_metric import ConstantMetric3D
10
+ from geode_common.bin.geode_common_py_metric import GeodeCommonMetricLibrary
11
+ from geode_common.bin.geode_common_py_metric import GridMetric2D
12
+ from geode_common.bin.geode_common_py_metric import GridMetric3D
13
+ from geode_common.bin.geode_common_py_metric import Metric2D
14
+ from geode_common.bin.geode_common_py_metric import Metric3D
15
+ from geode_common.bin.geode_common_py_modifier_edged_curve import GeodeCommonModifierEdgedCurveLibrary
16
+ from geode_common.bin.geode_common_py_modifier_model import GeodeCommonModifierModelLibrary
17
+ from geode_common.bin.geode_common_py_modifier_point_set import GeodeCommonModifierPointSetLibrary
18
+ from geode_common.bin.geode_common_py_modifier_solid import GeodeCommonModifierSolidLibrary
19
+ from geode_common.bin.geode_common_py_modifier_surface import GeodeCommonModifierSurfaceLibrary
20
+ from geode_common.bin.geode_common_py_numerics import GeodeCommonNumericsLibrary
21
+ from geode_common.bin.geode_common_py_orchestrator import GeodeCommonOrchestratorCommonLibrary
22
+ from geode_common.bin.geode_common_py_orchestrator_model import GeodeCommonOrchestratorModelLibrary
23
+ from geode_common.bin.geode_common_py_orchestrator_solid import GeodeCommonOrchestratorSolidLibrary
24
+ from geode_common.bin.geode_common_py_orchestrator_surface import GeodeCommonOrchestratorSurfaceLibrary
25
+ import opengeode as opengeode
26
+ import os as os
27
+ import pathlib as pathlib
28
+ from . import bin
29
+ from . import core_common
30
+ from . import cutter_model
31
+ from . import cutter_solid
32
+ from . import cutter_surface
33
+ from . import helpers_common
34
+ from . import metric_common
35
+ from . import modifier_edged_curve
36
+ from . import modifier_model
37
+ from . import modifier_point_set
38
+ from . import modifier_solid
39
+ from . import modifier_surface
40
+ from . import numerics_common
41
+ from . import orchestrator_common
42
+ from . import orchestrator_model
43
+ from . import orchestrator_solid
44
+ from . import orchestrator_surface
45
+ __all__: list[str] = ['BRepGridMetric', 'ConstantMetric2D', 'ConstantMetric3D', 'GeodeCommonCoreLibrary', 'GeodeCommonCutterModelLibrary', 'GeodeCommonCutterSolidLibrary', 'GeodeCommonCutterSurfaceLibrary', 'GeodeCommonHelpersLibrary', 'GeodeCommonMetricLibrary', 'GeodeCommonModifierEdgedCurveLibrary', 'GeodeCommonModifierModelLibrary', 'GeodeCommonModifierPointSetLibrary', 'GeodeCommonModifierSolidLibrary', 'GeodeCommonModifierSurfaceLibrary', 'GeodeCommonNumericsLibrary', 'GeodeCommonOrchestratorCommonLibrary', 'GeodeCommonOrchestratorModelLibrary', 'GeodeCommonOrchestratorSolidLibrary', 'GeodeCommonOrchestratorSurfaceLibrary', 'GridMetric2D', 'GridMetric3D', 'Metric2D', 'Metric3D', 'bin', 'core_common', 'cutter_model', 'cutter_solid', 'cutter_surface', 'helpers_common', 'metric_common', 'modifier_edged_curve', 'modifier_model', 'modifier_point_set', 'modifier_solid', 'modifier_surface', 'numerics_common', 'opengeode', 'orchestrator_common', 'orchestrator_model', 'orchestrator_solid', 'orchestrator_surface', 'os', 'pathlib']
Binary file
@@ -0,0 +1,18 @@
1
+ from __future__ import annotations
2
+ from . import geode_common_py_core
3
+ from . import geode_common_py_cutter_model
4
+ from . import geode_common_py_cutter_solid
5
+ from . import geode_common_py_cutter_surface
6
+ from . import geode_common_py_helpers
7
+ from . import geode_common_py_metric
8
+ from . import geode_common_py_modifier_edged_curve
9
+ from . import geode_common_py_modifier_model
10
+ from . import geode_common_py_modifier_point_set
11
+ from . import geode_common_py_modifier_solid
12
+ from . import geode_common_py_modifier_surface
13
+ from . import geode_common_py_numerics
14
+ from . import geode_common_py_orchestrator
15
+ from . import geode_common_py_orchestrator_model
16
+ from . import geode_common_py_orchestrator_solid
17
+ from . import geode_common_py_orchestrator_surface
18
+ __all__: list[str] = ['geode_common_py_core', 'geode_common_py_cutter_model', 'geode_common_py_cutter_solid', 'geode_common_py_cutter_surface', 'geode_common_py_helpers', 'geode_common_py_metric', 'geode_common_py_modifier_edged_curve', 'geode_common_py_modifier_model', 'geode_common_py_modifier_point_set', 'geode_common_py_modifier_solid', 'geode_common_py_modifier_surface', 'geode_common_py_numerics', 'geode_common_py_orchestrator', 'geode_common_py_orchestrator_model', 'geode_common_py_orchestrator_solid', 'geode_common_py_orchestrator_surface']
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for core
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonCoreLibrary']
6
+ class GeodeCommonCoreLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for cutter_model
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonCutterModelLibrary']
6
+ class GeodeCommonCutterModelLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for cutter_solid
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonCutterSolidLibrary']
6
+ class GeodeCommonCutterSolidLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for cutter_surface
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonCutterSurfaceLibrary']
6
+ class GeodeCommonCutterSurfaceLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for helpers
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonHelpersLibrary']
6
+ class GeodeCommonHelpersLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,118 @@
1
+ """
2
+ Geode-Common Python binding for metric
3
+ """
4
+ from __future__ import annotations
5
+ import opengeode.bin.opengeode_py_geometry
6
+ import opengeode.bin.opengeode_py_mesh
7
+ import opengeode.bin.opengeode_py_model
8
+ import typing
9
+ __all__: list[str] = ['BRepGridMetric', 'ConstantMetric2D', 'ConstantMetric3D', 'GeodeCommonMetricLibrary', 'GridMetric2D', 'GridMetric3D', 'Metric2D', 'Metric3D']
10
+ class BRepGridMetric(GridMetric3D):
11
+ def __init__(self, arg0: opengeode.bin.opengeode_py_model.BRep, arg1: opengeode.bin.opengeode_py_mesh.Grid3D, arg2: typing.SupportsFloat | typing.SupportsIndex) -> None:
12
+ ...
13
+ def paint_block(self, arg0: opengeode.bin.opengeode_py_model.Block3D, arg1: typing.SupportsFloat | typing.SupportsIndex) -> None:
14
+ ...
15
+ class ConstantMetric2D(Metric2D):
16
+ def __init__(self, arg0: typing.SupportsFloat | typing.SupportsIndex) -> None:
17
+ ...
18
+ def constant_metric(self) -> float:
19
+ ...
20
+ class ConstantMetric3D(Metric3D):
21
+ def __init__(self, arg0: typing.SupportsFloat | typing.SupportsIndex) -> None:
22
+ ...
23
+ def constant_metric(self) -> float:
24
+ ...
25
+ class GeodeCommonMetricLibrary:
26
+ @staticmethod
27
+ def initialize() -> None:
28
+ ...
29
+ class GridMetric2D(Metric2D):
30
+ class Smoothing:
31
+ """
32
+ Members:
33
+
34
+ ascending
35
+
36
+ descending
37
+ """
38
+ __members__: typing.ClassVar[dict[str, GridMetric2D.Smoothing]] # value = {'ascending': <Smoothing.ascending: 0>, 'descending': <Smoothing.descending: 1>}
39
+ ascending: typing.ClassVar[GridMetric2D.Smoothing] # value = <Smoothing.ascending: 0>
40
+ descending: typing.ClassVar[GridMetric2D.Smoothing] # value = <Smoothing.descending: 1>
41
+ def __eq__(self, other: typing.Any) -> bool:
42
+ ...
43
+ def __getstate__(self) -> int:
44
+ ...
45
+ def __hash__(self) -> int:
46
+ ...
47
+ def __index__(self) -> int:
48
+ ...
49
+ def __init__(self, value: typing.SupportsInt | typing.SupportsIndex) -> None:
50
+ ...
51
+ def __int__(self) -> int:
52
+ ...
53
+ def __ne__(self, other: typing.Any) -> bool:
54
+ ...
55
+ def __repr__(self) -> str:
56
+ ...
57
+ def __setstate__(self, state: typing.SupportsInt | typing.SupportsIndex) -> None:
58
+ ...
59
+ def __str__(self) -> str:
60
+ ...
61
+ @property
62
+ def name(self) -> str:
63
+ ...
64
+ @property
65
+ def value(self) -> int:
66
+ ...
67
+ def __init__(self, arg0: opengeode.bin.opengeode_py_mesh.Grid2D, arg1: typing.SupportsFloat | typing.SupportsIndex) -> None:
68
+ ...
69
+ def optimize(self, arg0: typing.SupportsFloat | typing.SupportsIndex, arg1: GridMetric2D.Smoothing) -> None:
70
+ ...
71
+ class GridMetric3D(Metric3D):
72
+ class Smoothing:
73
+ """
74
+ Members:
75
+
76
+ ascending
77
+
78
+ descending
79
+ """
80
+ __members__: typing.ClassVar[dict[str, GridMetric3D.Smoothing]] # value = {'ascending': <Smoothing.ascending: 0>, 'descending': <Smoothing.descending: 1>}
81
+ ascending: typing.ClassVar[GridMetric3D.Smoothing] # value = <Smoothing.ascending: 0>
82
+ descending: typing.ClassVar[GridMetric3D.Smoothing] # value = <Smoothing.descending: 1>
83
+ def __eq__(self, other: typing.Any) -> bool:
84
+ ...
85
+ def __getstate__(self) -> int:
86
+ ...
87
+ def __hash__(self) -> int:
88
+ ...
89
+ def __index__(self) -> int:
90
+ ...
91
+ def __init__(self, value: typing.SupportsInt | typing.SupportsIndex) -> None:
92
+ ...
93
+ def __int__(self) -> int:
94
+ ...
95
+ def __ne__(self, other: typing.Any) -> bool:
96
+ ...
97
+ def __repr__(self) -> str:
98
+ ...
99
+ def __setstate__(self, state: typing.SupportsInt | typing.SupportsIndex) -> None:
100
+ ...
101
+ def __str__(self) -> str:
102
+ ...
103
+ @property
104
+ def name(self) -> str:
105
+ ...
106
+ @property
107
+ def value(self) -> int:
108
+ ...
109
+ def __init__(self, arg0: opengeode.bin.opengeode_py_mesh.Grid3D, arg1: typing.SupportsFloat | typing.SupportsIndex) -> None:
110
+ ...
111
+ def optimize(self, arg0: typing.SupportsFloat | typing.SupportsIndex, arg1: GridMetric3D.Smoothing) -> None:
112
+ ...
113
+ class Metric2D:
114
+ def metric(self, arg0: opengeode.bin.opengeode_py_geometry.Point2D, arg1: opengeode.bin.opengeode_py_geometry.Vector2D) -> float:
115
+ ...
116
+ class Metric3D:
117
+ def metric(self, arg0: opengeode.bin.opengeode_py_geometry.Point3D, arg1: opengeode.bin.opengeode_py_geometry.Vector3D) -> float:
118
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for modifier_edged_curve
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonModifierEdgedCurveLibrary']
6
+ class GeodeCommonModifierEdgedCurveLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for modifier_model
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonModifierModelLibrary']
6
+ class GeodeCommonModifierModelLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for modifier_point_set
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonModifierPointSetLibrary']
6
+ class GeodeCommonModifierPointSetLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for modifier_solid
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonModifierSolidLibrary']
6
+ class GeodeCommonModifierSolidLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for modifier_surface
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonModifierSurfaceLibrary']
6
+ class GeodeCommonModifierSurfaceLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for numerics
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonNumericsLibrary']
6
+ class GeodeCommonNumericsLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for helpers
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonOrchestratorCommonLibrary']
6
+ class GeodeCommonOrchestratorCommonLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for orchestrator_model
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonOrchestratorModelLibrary']
6
+ class GeodeCommonOrchestratorModelLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for orchestrator_solid
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonOrchestratorSolidLibrary']
6
+ class GeodeCommonOrchestratorSolidLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ """
2
+ Geode-Common Python binding for orchestrator_surface
3
+ """
4
+ from __future__ import annotations
5
+ __all__: list[str] = ['GeodeCommonOrchestratorSurfaceLibrary']
6
+ class GeodeCommonOrchestratorSurfaceLibrary:
7
+ @staticmethod
8
+ def initialize() -> None:
9
+ ...
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_core import *
8
+
9
+ GeodeCommonCoreLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_core import GeodeCommonCoreLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonCoreLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_cutter_model import *
8
+
9
+ GeodeCommonCutterModelLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_cutter_model import GeodeCommonCutterModelLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonCutterModelLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_cutter_solid import *
8
+
9
+ GeodeCommonCutterSolidLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_cutter_solid import GeodeCommonCutterSolidLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonCutterSolidLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_cutter_surface import *
8
+
9
+ GeodeCommonCutterSurfaceLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_cutter_surface import GeodeCommonCutterSurfaceLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonCutterSurfaceLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_helpers import *
8
+
9
+ GeodeCommonHelpersLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_helpers import GeodeCommonHelpersLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonHelpersLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_metric import *
8
+
9
+ GeodeCommonMetricLibrary.initialize()
@@ -0,0 +1,11 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_metric import BRepGridMetric
3
+ from geode_common.bin.geode_common_py_metric import ConstantMetric2D
4
+ from geode_common.bin.geode_common_py_metric import ConstantMetric3D
5
+ from geode_common.bin.geode_common_py_metric import GeodeCommonMetricLibrary
6
+ from geode_common.bin.geode_common_py_metric import GridMetric2D
7
+ from geode_common.bin.geode_common_py_metric import GridMetric3D
8
+ from geode_common.bin.geode_common_py_metric import Metric2D
9
+ from geode_common.bin.geode_common_py_metric import Metric3D
10
+ import opengeode as opengeode
11
+ __all__: list[str] = ['BRepGridMetric', 'ConstantMetric2D', 'ConstantMetric3D', 'GeodeCommonMetricLibrary', 'GridMetric2D', 'GridMetric3D', 'Metric2D', 'Metric3D', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_modifier_edged_curve import *
8
+
9
+ GeodeCommonModifierEdgedCurveLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_modifier_edged_curve import GeodeCommonModifierEdgedCurveLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonModifierEdgedCurveLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_modifier_model import *
8
+
9
+ GeodeCommonModifierModelLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_modifier_model import GeodeCommonModifierModelLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonModifierModelLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_modifier_point_set import *
8
+
9
+ GeodeCommonModifierPointSetLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_modifier_point_set import GeodeCommonModifierPointSetLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonModifierPointSetLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_modifier_solid import *
8
+
9
+ GeodeCommonModifierSolidLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_modifier_solid import GeodeCommonModifierSolidLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonModifierSolidLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_modifier_surface import *
8
+
9
+ GeodeCommonModifierSurfaceLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_modifier_surface import GeodeCommonModifierSurfaceLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonModifierSurfaceLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_numerics import *
8
+
9
+ GeodeCommonNumericsLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_numerics import GeodeCommonNumericsLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonNumericsLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_orchestrator import *
8
+
9
+ GeodeCommonOrchestratorCommonLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_orchestrator import GeodeCommonOrchestratorCommonLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonOrchestratorCommonLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_orchestrator_model import *
8
+
9
+ GeodeCommonOrchestratorModelLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_orchestrator_model import GeodeCommonOrchestratorModelLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonOrchestratorModelLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_orchestrator_solid import *
8
+
9
+ GeodeCommonOrchestratorSolidLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_orchestrator_solid import GeodeCommonOrchestratorSolidLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonOrchestratorSolidLibrary', 'opengeode']
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2026 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .bin.geode_common_py_orchestrator_surface import *
8
+
9
+ GeodeCommonOrchestratorSurfaceLibrary.initialize()
@@ -0,0 +1,4 @@
1
+ from __future__ import annotations
2
+ from geode_common.bin.geode_common_py_orchestrator_surface import GeodeCommonOrchestratorSurfaceLibrary
3
+ import opengeode as opengeode
4
+ __all__: list[str] = ['GeodeCommonOrchestratorSurfaceLibrary', 'opengeode']
geode_common/py.typed ADDED
File without changes
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.4
2
+ Name: Geode-Common
3
+ Version: 33.23.0
4
+ Summary: Common module for licensed Geode-solutions modules
5
+ Author-email: Geode-solutions <contact@geode-solutions.com>
6
+ License: Proprietary
7
+ Requires-Python: <3.15,>=3.10
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: opengeode-core==17.*,>=17.3.0
10
+
11
+ <h1 align="center">Geode-Common<sup><i>by Geode-solutions</i></sup></h1>
12
+ <h3 align="center">Common module for proprietary Geode-solutions modules</h3>
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/Geode-solutions/Geode-Common_private/workflows/CI/badge.svg" alt="Build Status">
16
+ <img src="https://github.com/Geode-solutions/Geode-Common_private/workflows/CD/badge.svg" alt="Deploy Status">
17
+ <img src="https://img.shields.io/github/release/Geode-solutions/Geode-Common.svg" alt="Version">
18
+ <img src="https://img.shields.io/pypi/v/geode-common" alt="PyPI" >
19
+ </p>
20
+
21
+ <p align="center">
22
+ <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
23
+ <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
24
+ <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
25
+ </p>
26
+
27
+ <p align="center">
28
+ <img src="https://img.shields.io/badge/C%2B%2B-17-blue.svg" alt="Language">
29
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
30
+ <a href="https://geode-solutions.com/#slack">
31
+ <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
32
+ </a>
33
+ </p>
@@ -0,0 +1,89 @@
1
+ geode_common/__init__.py,sha256=mwl4mSAdgI7Ny8v0cmmPRp9E7kk-tXgAzw0z4EM9fxI,669
2
+ geode_common/__init__.pyi,sha256=lliRgT1vX_uOZ7dAesSmh918eREmzR2waAfrrCyWmRA,3617
3
+ geode_common/core_common.py,sha256=m_gQSt0gP7eqLzih3uJs2VA6wSrPUvXDNhfuSjBHXTo,175
4
+ geode_common/core_common.pyi,sha256=M8ChU3_7pc8lnLQnBeVuk-G_7Li-n0l1fRub5ZTi-lE,203
5
+ geode_common/cutter_model.py,sha256=3irC69a7mxOId7-2u7mAJKkdasVydAZgSPdhOXhv0og,190
6
+ geode_common/cutter_model.pyi,sha256=Lz3g4dS_wiHOTnjG7NOVC6m4IlZQclWGEkEis-ip_uI,225
7
+ geode_common/cutter_solid.py,sha256=olV969jYQWDnOa8H0MTRVWn4v-x_9HYxPPKFuu_vSH4,190
8
+ geode_common/cutter_solid.pyi,sha256=PJNbOVd_It6ddYAmw1o4Kdv4PNwq_St0wP-GcxfSF6U,225
9
+ geode_common/cutter_surface.py,sha256=YC5pxvzRsxHWGqcs-YPS7z5KbasKhESIDqW4I8-09V0,194
10
+ geode_common/cutter_surface.pyi,sha256=CeyiPw3qSZWhqMKytL1O1USJOzTfa2a7n0V0b2GWysA,231
11
+ geode_common/helpers_common.py,sha256=vpuwxg0lOGbBAHntyxtHQOqOS8lUnwhDejuLgZsY1cQ,181
12
+ geode_common/helpers_common.pyi,sha256=oHbTa7XOCJT52bN8VwsqNPEbepXz8ELCg--PNTRsbrU,212
13
+ geode_common/metric_common.py,sha256=g1FKfy-zDlV01ZCyKpKHcRcP8e8ohAa-HyPiZgYyn4o,179
14
+ geode_common/metric_common.pyi,sha256=mzzJPOkWNKNt0o3c5q_6GgSwWb-kNIHWQESaBy___LI,787
15
+ geode_common/modifier_edged_curve.py,sha256=I7a9wjWkc4DKaBKKyYZb-cIUuTFwidUcb4LAONZbPE8,205
16
+ geode_common/modifier_edged_curve.pyi,sha256=wfcPWtLXBuPUVeJgGQ_A_gBNf-q4hfGfEW8Qm35IPZE,247
17
+ geode_common/modifier_model.py,sha256=eTuyEAlLIuE5asGd8KMIccRhnqdfmEcc4e4kJlGKE0c,194
18
+ geode_common/modifier_model.pyi,sha256=ZOUP8kz6oeEHCuI9jIl_OkeGni_WLehyVA82nnn-1fA,231
19
+ geode_common/modifier_point_set.py,sha256=MRx-7rOjzGzKonKHuoSkxDKF_i0RcX2mS9z0k-E6euI,201
20
+ geode_common/modifier_point_set.pyi,sha256=F9nNe78x0_BQluRqkUVi1DiQIHf27k8z9Q9nnyBBSY0,241
21
+ geode_common/modifier_solid.py,sha256=PQpvrYI-PHZsYhCJaA_5B_r0dcNXMj26uQQUqlaLoQY,194
22
+ geode_common/modifier_solid.pyi,sha256=BIJr0aQl-SD41vU4JTiRB_yvhydtg-VZ5zkeucEuNHA,231
23
+ geode_common/modifier_surface.py,sha256=N8_7fgabEySgp168BsGyNguI7JpmnRZYMMBU9sdLZVs,198
24
+ geode_common/modifier_surface.pyi,sha256=HSsUPpRw1JTQxVMf2_KjuDV0Zr5nW9AGGonGD8IdLvE,237
25
+ geode_common/numerics_common.py,sha256=-ClIudQTNFBIdSwrXaQQUSt95jC5Fln_Wy8gURoCMU0,183
26
+ geode_common/numerics_common.pyi,sha256=kkUjCHKuf9h5Ya8S15MrYSXUbYFzr53FrXEf7rcDcpc,215
27
+ geode_common/orchestrator_common.py,sha256=oCRD_j5FoWGnzMOFgBwpDPcXCFGkdUzs7-8SamX5hI0,197
28
+ geode_common/orchestrator_common.pyi,sha256=SriWnrYiKU-a_f4DoZt13D1VqcFkoP0WzvBmMzEcTO4,239
29
+ geode_common/orchestrator_model.py,sha256=g_l4kex0myxVuw3JMn13BIRqxdE1HcjJT50Y65uK340,202
30
+ geode_common/orchestrator_model.pyi,sha256=oOSNP3RG8EE8mi3LEF44Ebmm4Q4vnPFI0OginHv4sAA,243
31
+ geode_common/orchestrator_solid.py,sha256=6xvsSTw-HWlw2ACum9a6NVwANcAV2KWcre_npSlEVzk,202
32
+ geode_common/orchestrator_solid.pyi,sha256=9sq3BBP5htZH9Zcjlv0pVqsXyZCbgbgzTHrANs1kkCA,243
33
+ geode_common/orchestrator_surface.py,sha256=YOnx8yHR-etzLvVKim5Kusegs_NJE8sHk895lwIOL2U,206
34
+ geode_common/orchestrator_surface.pyi,sha256=_gEcIE579EiVRYk8W-wPu_xD7g_CEihywAaavIUTxDw,249
35
+ geode_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ geode_common/bin/Geode-Common_cutter_model.dll,sha256=AS9-mbULJWvoSQTYO_WxP5XkGl4XTmzwL5WY9Kw_cwQ,33792
37
+ geode_common/bin/Geode-Common_cutter_solid.dll,sha256=m-2Ig4JxMbTuU5E2yAxJTWyjvn7V82TJ1ZlvvhdMS-8,263680
38
+ geode_common/bin/Geode-Common_cutter_surface.dll,sha256=F0Wxp20_GHBvMu1V7QSgoZDvabhfIeIq2LXWR8QVFrA,133120
39
+ geode_common/bin/Geode-Common_helpers.dll,sha256=n6DlUcgwxQrVQha9gdPW65sCDieg25klFi07L5_d-yc,299008
40
+ geode_common/bin/Geode-Common_metric.dll,sha256=L8-oA1WWotySRtnW-aNSXfGFpx7fB5Ynamvu42n2k7k,119296
41
+ geode_common/bin/Geode-Common_modifier_common.dll,sha256=_oxp4Rfy2as3TAdZFd9_fkWF2KU5B1jtxg3RZR5tCJA,4283904
42
+ geode_common/bin/Geode-Common_modifier_edged_curve.dll,sha256=GPYYNjKdMAw2WEOOawqQ7iRW4FvgDY00umY1Qefwkbk,50176
43
+ geode_common/bin/Geode-Common_modifier_graph.dll,sha256=jnBEJaYUzHgoXOgNm2YHnWTO_QofXOZ2a4AU4i_n3HA,47616
44
+ geode_common/bin/Geode-Common_modifier_model.dll,sha256=OP-0ffqtYFOrcp15WwzxhD7qX9PyO0CvInHXqyxhWVU,509952
45
+ geode_common/bin/Geode-Common_modifier_point_set.dll,sha256=ukdQu-bHQ0ch1ZW3Fb5cw0L33fd3JjsK64OykMvYF8o,39936
46
+ geode_common/bin/Geode-Common_modifier_solid.dll,sha256=rjQsvg-bC8M91bcKsgTZmwhtE_2vZo4f8uNT_a9ztuk,312832
47
+ geode_common/bin/Geode-Common_modifier_surface.dll,sha256=UTLqXe-HKhF5yuj60r6gruBofd-M9WNm76DapH7R2fo,243200
48
+ geode_common/bin/Geode-Common_numerics.dll,sha256=IA04dhkxWAZzlZWCWUkIz52mBEIzCktsKsihjWBtlOg,159232
49
+ geode_common/bin/Geode-Common_orchestrator_common.dll,sha256=TO5N5QzHN7x0HLCSr6B4YpY9Qyy3x3yC8k5H-3JqNAU,4256256
50
+ geode_common/bin/Geode-Common_orchestrator_model.dll,sha256=vSw50FxRoppuojQ1N0ZtxAlHhPO6gFfCutGzaTB0kGA,91648
51
+ geode_common/bin/Geode-Common_orchestrator_solid.dll,sha256=9dIt3lbcIf_v_2kjzlvU_B4DaspZWwFPhom3hz6MczQ,91136
52
+ geode_common/bin/Geode-Common_orchestrator_surface.dll,sha256=efMUuYl6F9gDipp3yL9ctzcDmxKNFvlEKc596aWGNOo,139776
53
+ geode_common/bin/__init__.pyi,sha256=8fsISZzzSaEa7EfWjbahraA9lky-P1vPhsQ9Skg0hSo,1317
54
+ geode_common/bin/geode_common_py_core.cp313-win_amd64.pyd,sha256=AHh_1akxxo8V8Xgyj42aeWIaEZCwK_xLTxKHdIccfow,4375040
55
+ geode_common/bin/geode_common_py_core.pyi,sha256=q5g0NP9S9O64n_haENUWjEwA914b7iNmcgOhqYS6yAs,227
56
+ geode_common/bin/geode_common_py_cutter_model.cp313-win_amd64.pyd,sha256=K-QkaQzl9YLghI-bjWFhNQcYgUxXgL8yHNBohGzusKQ,162304
57
+ geode_common/bin/geode_common_py_cutter_model.pyi,sha256=xxm3QoaknT1q7-uWIF37Ume5Z7tYvmFJ4VLBOyLYjJ8,249
58
+ geode_common/bin/geode_common_py_cutter_solid.cp313-win_amd64.pyd,sha256=EJ1KoZ-oh4VJ2PtjC9AJxoLYPGRCGWqiucKR36xEPY4,162304
59
+ geode_common/bin/geode_common_py_cutter_solid.pyi,sha256=uO6EBtQAgesuE6tsOUHHvaKOhFq4PhrN7LpIODG-23w,249
60
+ geode_common/bin/geode_common_py_cutter_surface.cp313-win_amd64.pyd,sha256=SekLW6x8EraPsVxWyqNkMoRuIZZ3VtIVIzBJEPBbuiM,162304
61
+ geode_common/bin/geode_common_py_cutter_surface.pyi,sha256=sRJRyS1IBrW3VHkoABbipknIy1e1qQ6vwl7SlgCtrO8,255
62
+ geode_common/bin/geode_common_py_helpers.cp313-win_amd64.pyd,sha256=Dpvfbab24PKMysAZPlXUVD9XVX_xs24k1J_HJC3B6bk,162304
63
+ geode_common/bin/geode_common_py_helpers.pyi,sha256=iDnpqA2qdu0nSLzl1BEuuUHsmkotpCdtLf2iSOWcalM,236
64
+ geode_common/bin/geode_common_py_metric.cp313-win_amd64.pyd,sha256=Eav7UczPcY-PmpyUIgxPaEy2kETnols6ke5ZIggUqB8,231424
65
+ geode_common/bin/geode_common_py_metric.pyi,sha256=bdIcOGtDD5VDfY-dX1A5k5n-n2dIkSKISdrg1vyBMZc,4764
66
+ geode_common/bin/geode_common_py_modifier_edged_curve.cp313-win_amd64.pyd,sha256=SpPPmbk6D8-q2s9vaBck5YCkB6bl1KIHNjpqo9HKdw4,162304
67
+ geode_common/bin/geode_common_py_modifier_edged_curve.pyi,sha256=rPsYVtsemDwgReRuu1MSeyhzkm0glnRxMw6nCKb3wDg,271
68
+ geode_common/bin/geode_common_py_modifier_model.cp313-win_amd64.pyd,sha256=aWj-dtDqUgNptT-jFNnIP6d2nkwlJaYVIS_ACW9-Mls,162304
69
+ geode_common/bin/geode_common_py_modifier_model.pyi,sha256=VOn1yUlzoGxQC_Z4jwuzcdAIYg6L6dMr4LYvA8MfVy0,255
70
+ geode_common/bin/geode_common_py_modifier_point_set.cp313-win_amd64.pyd,sha256=Vy0v-_LGi1peQzQqPiiCPu_NQhl6FX73wiOIQjOG9qY,162304
71
+ geode_common/bin/geode_common_py_modifier_point_set.pyi,sha256=b9WAjlKTsVs2EFIUUfcqE8hBtYlYIGYFi83BiMqujnU,265
72
+ geode_common/bin/geode_common_py_modifier_solid.cp313-win_amd64.pyd,sha256=AC8J-C-weoyMNI46csqpp4XJYDVtOxzK6XBhllQKVWE,162304
73
+ geode_common/bin/geode_common_py_modifier_solid.pyi,sha256=vMlpZG5Gs_SWfe7icMOYadazZ4ykSgXk3lPKo6h8OLI,255
74
+ geode_common/bin/geode_common_py_modifier_surface.cp313-win_amd64.pyd,sha256=bwblbhQGRvOTgR0WvewahBOgVYiQcYn4XYuiDLfunAo,162304
75
+ geode_common/bin/geode_common_py_modifier_surface.pyi,sha256=oKoq5weNx03gCvdassCHJJ5Q2hEz_ItdM1ei0-FhP78,261
76
+ geode_common/bin/geode_common_py_numerics.cp313-win_amd64.pyd,sha256=FhLi5ANAmhv6WPW7aSBgJ1kvXNIc7K7KZgKqPaTTbFI,162304
77
+ geode_common/bin/geode_common_py_numerics.pyi,sha256=ju_BV-tc_42zS9xxC6Pc9orNK-wz4PLc-AtmHdQimdE,239
78
+ geode_common/bin/geode_common_py_orchestrator.cp313-win_amd64.pyd,sha256=1r3Ub_lpd8eJ1N0ctZt0CtLzZ84DFvQ6laJSwc5STfg,162304
79
+ geode_common/bin/geode_common_py_orchestrator.pyi,sha256=irxjTharsHU--D6OzEcoM5j1oz5H1kuzKTBSEamCuow,258
80
+ geode_common/bin/geode_common_py_orchestrator_model.cp313-win_amd64.pyd,sha256=IyNvjP677SXnkqtOAwxw8Xw4NUE1xw5QQGDN-hozSEA,162304
81
+ geode_common/bin/geode_common_py_orchestrator_model.pyi,sha256=Wn2djUyJ-VIhnhkNesYtOSA5It7qkab-fbmmhBttrB0,267
82
+ geode_common/bin/geode_common_py_orchestrator_solid.cp313-win_amd64.pyd,sha256=QnKZqc5csn-a74Z_wbWl1rR0xY9vY1sA6Ko8DAswTBo,162304
83
+ geode_common/bin/geode_common_py_orchestrator_solid.pyi,sha256=tMrzA1Jijcqb9MMgCfJp_ZYrejbgnFNOEJ9uEsn9nkc,267
84
+ geode_common/bin/geode_common_py_orchestrator_surface.cp313-win_amd64.pyd,sha256=EBC64InlhGczEoQUH8lfrYga0JNrhtkoIGjJzL-MJAQ,162304
85
+ geode_common/bin/geode_common_py_orchestrator_surface.pyi,sha256=1or5nUTsWWti-_-aTEF_RgbcxwnGn6e96fI-ViA-XbA,273
86
+ geode_common-33.23.0.dist-info/METADATA,sha256=5vyhFRFUEqQ3Zg0Nu-YbWHTC1ejur7ugk3_JLFw7K9s,1741
87
+ geode_common-33.23.0.dist-info/WHEEL,sha256=x5Wpw_tLx5PQKiWdxpqvs0e7Sg-SO0mTWdEADYDGPGA,101
88
+ geode_common-33.23.0.dist-info/top_level.txt,sha256=gpRJdW6RqSx413Ut__6fTr-znEuz_GCjrxbGaMBvtTQ,13
89
+ geode_common-33.23.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: false
4
+ Tag: cp313-cp313-win_amd64
5
+
@@ -0,0 +1 @@
1
+ geode_common