Geode-Hybrid-Geosciences 1.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.
- geode_hybrid_geosciences/__init__.py +6 -0
- geode_hybrid_geosciences/bin/Geode-Hybrid_Geosciences_implicit.dll +0 -0
- geode_hybrid_geosciences/bin/geode_hybrid_geosciences_py_implicit.cp310-win_amd64.pyd +0 -0
- geode_hybrid_geosciences/implicit.py +10 -0
- geode_hybrid_geosciences-1.0.0.dist-info/METADATA +35 -0
- geode_hybrid_geosciences-1.0.0.dist-info/RECORD +8 -0
- geode_hybrid_geosciences-1.0.0.dist-info/WHEEL +5 -0
- geode_hybrid_geosciences-1.0.0.dist-info/top_level.txt +1 -0
Binary file
|
Binary file
|
@@ -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=ntZe_dU_hyRd8oOA3tDRf09B8AWnVh7wSh0VbKEGR7M,1896448
|
4
|
+
geode_hybrid_geosciences/bin/geode_hybrid_geosciences_py_implicit.cp310-win_amd64.pyd,sha256=N1O_zxAtDVPBDFWRM2dfoA2XBKEp3_qaIniJSwqtGeg,134144
|
5
|
+
geode_hybrid_geosciences-1.0.0.dist-info/METADATA,sha256=T9qURvk4ywjWF7u9oP6bIiWsC6UGwJQdJ1OnZ6AVF1o,1956
|
6
|
+
geode_hybrid_geosciences-1.0.0.dist-info/WHEEL,sha256=H5gvOYEhGgVYizXMDNmO6CnZIviGx48geV3Lbzu7OZg,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 @@
|
|
1
|
+
geode_hybrid_geosciences
|