Geode-Hybrid-Geosciences 1.0.0__cp312-cp312-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.
@@ -0,0 +1,6 @@
1
+ ## Copyright (c) 2019 - 2025 Geode-solutions
2
+
3
+ import os, pathlib
4
+ os.add_dll_directory(pathlib.Path(__file__).parent.resolve().joinpath('bin'))
5
+
6
+ from .implicit import *
@@ -0,0 +1,10 @@
1
+ #
2
+ # Copyright (c) 2019 - 2025 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+ import geode_common
7
+
8
+ from .bin.geode_hybrid_geosciences_py_implicit import *
9
+
10
+ HybridGeosciencesImplicitLibrary.initialize()
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.2
2
+ Name: Geode-Hybrid_Geosciences
3
+ Version: 1.0.0
4
+ Summary: Template for creating your own OpenGeode private module
5
+ Author-email: Geode-solutions <contact@geode-solutions.com>
6
+ License: Proprietary
7
+ Requires-Python: <3.13,>=3.9
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: geode-common==33.*,>=33.6.0
10
+ Requires-Dist: opengeode-core==15.*,>=15.16.0
11
+
12
+ <h1 align="center">Geode-Hybrid_Geosciences_private<sup><i>by Geode-solutions</i></sup></h1>
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/Geode-solutions/Geode-ModuleTemplate_private/workflows/CI/badge.svg" alt="Build Status">
16
+ <img src="https://github.com/Geode-solutions/Geode-ModuleTemplate_private/workflows/CD/badge.svg" alt="Deploy Status">
17
+ <img src="https://codecov.io/gh/Geode-solutions/Geode-ModuleTemplate_private/branch/master/graph/badge.svg" alt="Coverage Status">
18
+ <img src="https://img.shields.io/github/release/Geode-solutions/Geode-ModuleTemplate_private.svg" alt="Version">
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-11-blue.svg" alt="Language">
29
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
30
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
31
+ <a href="https://slackin-opengeode.herokuapp.com">
32
+ <img src="https://slackin-opengeode.herokuapp.com/badge.svg" alt="Slack invite">
33
+ </a>
34
+
35
+ Copyright (c) 2019 - 2025, Geode-solutions
@@ -0,0 +1,8 @@
1
+ geode_hybrid_geosciences/__init__.py,sha256=yAdL4NcbfRtCtcVwTKlGH7dBm-9bH_f8nintRq56m2s,174
2
+ geode_hybrid_geosciences/implicit.py,sha256=XfvVHLi64DsPOCLOafz8qY73iZMpOoulrpe78yCNJGk,222
3
+ geode_hybrid_geosciences/bin/Geode-Hybrid_Geosciences_implicit.dll,sha256=cx3i3vEUrnCAV4nXufBtsXmgjbq-L4LfrosyS8c5I-g,1896448
4
+ geode_hybrid_geosciences/bin/geode_hybrid_geosciences_py_implicit.cp312-win_amd64.pyd,sha256=uOXSJU9KlTeIhMHKLGrsDU8XvQkBhsKwS8-Y7ZDOyis,137728
5
+ geode_hybrid_geosciences-1.0.0.dist-info/METADATA,sha256=T9qURvk4ywjWF7u9oP6bIiWsC6UGwJQdJ1OnZ6AVF1o,1956
6
+ geode_hybrid_geosciences-1.0.0.dist-info/WHEEL,sha256=A8mRFNvJcDL8dRPZ6k2ICKEOXwE8pzYFXYxEla0rR0g,101
7
+ geode_hybrid_geosciences-1.0.0.dist-info/top_level.txt,sha256=Ncqf3Lkf2dplwQL8n3JIclYV1Bew7hqNHuFiu8Omxrw,25
8
+ geode_hybrid_geosciences-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (76.0.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp312-cp312-win_amd64
5
+
@@ -0,0 +1 @@
1
+ geode_hybrid_geosciences