OpenGeode-Geosciences 8.0.0__tar.gz

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,69 @@
1
+ Metadata-Version: 2.1
2
+ Name: OpenGeode-Geosciences
3
+ Version: 8.0.0
4
+ Summary: OpenGeode module for Geosciences
5
+ Author-email: Geode-solutions <contact@geode-solutions.com>
6
+ License: MIT
7
+ Requires-Python: <3.13,>=3.9
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: opengeode-core==15.*,>=15.0.1
10
+
11
+ <h1 align="center">OpenGeode-Geosciences<sup><i>by Geode-solutions</i></sup></h1>
12
+ <h3 align="center">OpenGeode module for Geosciences</h3>
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/Geode-solutions/OpenGeode-Geosciences/workflows/CI/badge.svg" alt="Build Status">
16
+ <img src="https://github.com/Geode-solutions/OpenGeode-Geosciences/workflows/CD/badge.svg" alt="Deploy Status">
17
+ <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-Geosciences/branch/master/graph/badge.svg" alt="Coverage Status">
18
+ <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-Geosciences.svg" alt="Version">
19
+ <img src="https://img.shields.io/pypi/v/opengeode-geosciences" alt="PyPI" >
20
+ </p>
21
+
22
+ <p align="center">
23
+ <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
24
+ <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
25
+ <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
26
+ </p>
27
+
28
+ <p align="center">
29
+ <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
30
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
31
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
32
+ <a href="https://opengeode-slack-invite.herokuapp.com">
33
+ <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
34
+ </a>
35
+ <a href="https://doi.org/10.5281/zenodo.3610370">
36
+ <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
37
+ </a>
38
+ </p>
39
+
40
+ ---
41
+
42
+ ## Introduction
43
+
44
+ OpenGeode-Geosciences is a module of [OpenGeode] provides data structures for geological models and geological objects.
45
+
46
+ [OpenGeode]: https://github.com/Geode-solutions/OpenGeode
47
+
48
+ ## Documentation
49
+
50
+ To check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).
51
+
52
+ Installing OpenGeode-Geosciences is done:
53
+
54
+ - either, by compiling the C++ source.
55
+ - or, by using pip command `pip install OpenGeode-Geosciences` and add `import opengeode_geosciences` in your Python script.
56
+
57
+ ## Questions
58
+
59
+ For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #geosciences. The issue list of this repo is exclusively for bug reports and feature requests.
60
+
61
+ ## Changelog
62
+
63
+ Detailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode-Geosciences/releases).
64
+
65
+ ## License
66
+
67
+ [MIT](https://opensource.org/licenses/MIT)
68
+
69
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,16 @@
1
+ README.md
2
+ pyproject.toml
3
+ requirements.txt
4
+ setup.py
5
+ OpenGeode_Geosciences.egg-info/PKG-INFO
6
+ OpenGeode_Geosciences.egg-info/SOURCES.txt
7
+ OpenGeode_Geosciences.egg-info/dependency_links.txt
8
+ OpenGeode_Geosciences.egg-info/requires.txt
9
+ OpenGeode_Geosciences.egg-info/top_level.txt
10
+ opengeode_geosciences/__init__.py
11
+ opengeode_geosciences/explicit.py
12
+ opengeode_geosciences/implicit.py
13
+ opengeode_geosciences/lib64/libOpenGeode-Geosciences_explicit.so
14
+ opengeode_geosciences/lib64/libOpenGeode-Geosciences_implicit.so
15
+ opengeode_geosciences/lib64/opengeode_geosciences_py_explicit.cpython-39-x86_64-linux-gnu.so
16
+ opengeode_geosciences/lib64/opengeode_geosciences_py_implicit.cpython-39-x86_64-linux-gnu.so
@@ -0,0 +1 @@
1
+ opengeode-core==15.*,>=15.0.1
@@ -0,0 +1 @@
1
+ opengeode_geosciences
@@ -0,0 +1,69 @@
1
+ Metadata-Version: 2.1
2
+ Name: OpenGeode-Geosciences
3
+ Version: 8.0.0
4
+ Summary: OpenGeode module for Geosciences
5
+ Author-email: Geode-solutions <contact@geode-solutions.com>
6
+ License: MIT
7
+ Requires-Python: <3.13,>=3.9
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: opengeode-core==15.*,>=15.0.1
10
+
11
+ <h1 align="center">OpenGeode-Geosciences<sup><i>by Geode-solutions</i></sup></h1>
12
+ <h3 align="center">OpenGeode module for Geosciences</h3>
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/Geode-solutions/OpenGeode-Geosciences/workflows/CI/badge.svg" alt="Build Status">
16
+ <img src="https://github.com/Geode-solutions/OpenGeode-Geosciences/workflows/CD/badge.svg" alt="Deploy Status">
17
+ <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-Geosciences/branch/master/graph/badge.svg" alt="Coverage Status">
18
+ <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-Geosciences.svg" alt="Version">
19
+ <img src="https://img.shields.io/pypi/v/opengeode-geosciences" alt="PyPI" >
20
+ </p>
21
+
22
+ <p align="center">
23
+ <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
24
+ <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
25
+ <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
26
+ </p>
27
+
28
+ <p align="center">
29
+ <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
30
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
31
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
32
+ <a href="https://opengeode-slack-invite.herokuapp.com">
33
+ <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
34
+ </a>
35
+ <a href="https://doi.org/10.5281/zenodo.3610370">
36
+ <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
37
+ </a>
38
+ </p>
39
+
40
+ ---
41
+
42
+ ## Introduction
43
+
44
+ OpenGeode-Geosciences is a module of [OpenGeode] provides data structures for geological models and geological objects.
45
+
46
+ [OpenGeode]: https://github.com/Geode-solutions/OpenGeode
47
+
48
+ ## Documentation
49
+
50
+ To check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).
51
+
52
+ Installing OpenGeode-Geosciences is done:
53
+
54
+ - either, by compiling the C++ source.
55
+ - or, by using pip command `pip install OpenGeode-Geosciences` and add `import opengeode_geosciences` in your Python script.
56
+
57
+ ## Questions
58
+
59
+ For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #geosciences. The issue list of this repo is exclusively for bug reports and feature requests.
60
+
61
+ ## Changelog
62
+
63
+ Detailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode-Geosciences/releases).
64
+
65
+ ## License
66
+
67
+ [MIT](https://opensource.org/licenses/MIT)
68
+
69
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,59 @@
1
+ <h1 align="center">OpenGeode-Geosciences<sup><i>by Geode-solutions</i></sup></h1>
2
+ <h3 align="center">OpenGeode module for Geosciences</h3>
3
+
4
+ <p align="center">
5
+ <img src="https://github.com/Geode-solutions/OpenGeode-Geosciences/workflows/CI/badge.svg" alt="Build Status">
6
+ <img src="https://github.com/Geode-solutions/OpenGeode-Geosciences/workflows/CD/badge.svg" alt="Deploy Status">
7
+ <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-Geosciences/branch/master/graph/badge.svg" alt="Coverage Status">
8
+ <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-Geosciences.svg" alt="Version">
9
+ <img src="https://img.shields.io/pypi/v/opengeode-geosciences" alt="PyPI" >
10
+ </p>
11
+
12
+ <p align="center">
13
+ <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
14
+ <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
15
+ <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
16
+ </p>
17
+
18
+ <p align="center">
19
+ <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
20
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
21
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
22
+ <a href="https://opengeode-slack-invite.herokuapp.com">
23
+ <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
24
+ </a>
25
+ <a href="https://doi.org/10.5281/zenodo.3610370">
26
+ <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
27
+ </a>
28
+ </p>
29
+
30
+ ---
31
+
32
+ ## Introduction
33
+
34
+ OpenGeode-Geosciences is a module of [OpenGeode] provides data structures for geological models and geological objects.
35
+
36
+ [OpenGeode]: https://github.com/Geode-solutions/OpenGeode
37
+
38
+ ## Documentation
39
+
40
+ To check out our live documentation, visit [docs.geode-solutions.com](https://docs.geode-solutions.com).
41
+
42
+ Installing OpenGeode-Geosciences is done:
43
+
44
+ - either, by compiling the C++ source.
45
+ - or, by using pip command `pip install OpenGeode-Geosciences` and add `import opengeode_geosciences` in your Python script.
46
+
47
+ ## Questions
48
+
49
+ For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #geosciences. The issue list of this repo is exclusively for bug reports and feature requests.
50
+
51
+ ## Changelog
52
+
53
+ Detailed changes for each release are documented in the [release notes](https://github.com/Geode-solutions/OpenGeode-Geosciences/releases).
54
+
55
+ ## License
56
+
57
+ [MIT](https://opensource.org/licenses/MIT)
58
+
59
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,4 @@
1
+ ## Copyright (c) 2019 - 2024 Geode-solutions
2
+
3
+ from .explicit import *
4
+ from .implicit import *
@@ -0,0 +1,25 @@
1
+ # Copyright (c) 2019 - 2024 Geode-solutions
2
+ #
3
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ # of this software and associated documentation files (the "Software"), to deal
5
+ # in the Software without restriction, including without limitation the rights
6
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ # copies of the Software, and to permit persons to whom the Software is
8
+ # furnished to do so, subject to the following conditions:
9
+ #
10
+ # The above copyright notice and this permission notice shall be included in
11
+ # all copies or substantial portions of the Software.
12
+ #
13
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ # SOFTWARE.
20
+
21
+ import opengeode
22
+
23
+ from .lib64.opengeode_geosciences_py_explicit import *
24
+
25
+ GeosciencesExplicitLibrary.initialize()
@@ -0,0 +1,25 @@
1
+ # Copyright (c) 2019 - 2024 Geode-solutions
2
+ #
3
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ # of this software and associated documentation files (the "Software"), to deal
5
+ # in the Software without restriction, including without limitation the rights
6
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ # copies of the Software, and to permit persons to whom the Software is
8
+ # furnished to do so, subject to the following conditions:
9
+ #
10
+ # The above copyright notice and this permission notice shall be included in
11
+ # all copies or substantial portions of the Software.
12
+ #
13
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ # SOFTWARE.
20
+
21
+ import opengeode
22
+
23
+ from .lib64.opengeode_geosciences_py_implicit import *
24
+
25
+ GeosciencesImplicitLibrary.initialize()
@@ -0,0 +1,42 @@
1
+ # Copyright (c) 2019 - 2024 Geode-solutions
2
+ #
3
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ # of this software and associated documentation files (the 'Software'), to deal
5
+ # in the Software without restriction, including without limitation the rights
6
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ # copies of the Software, and to permit persons to whom the Software is
8
+ # furnished to do so, subject to the following conditions:
9
+ #
10
+ # The above copyright notice and this permission notice shall be included in
11
+ # all copies or substantial portions of the Software.
12
+ #
13
+ # THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ # SOFTWARE.
20
+
21
+ [build-system]
22
+ requires = ["setuptools", "wheel"]
23
+ build-backend = "setuptools.build_meta"
24
+
25
+ [project]
26
+ name = "OpenGeode-Geosciences"
27
+ version = "8.0.0"
28
+ description = "OpenGeode module for Geosciences"
29
+ authors = [{name = "Geode-solutions", email = "contact@geode-solutions.com"}]
30
+ requires-python = ">=3.9,<3.13"
31
+ license = {text = "MIT"}
32
+ dynamic = ["dependencies", "readme"]
33
+
34
+ [tool.setuptools]
35
+ packages = ["opengeode_geosciences"]
36
+
37
+ [tool.setuptools.dynamic]
38
+ dependencies = {file = "requirements.txt"}
39
+ readme = {file = "README.md", content-type = "text/markdown"}
40
+
41
+ [tool.setuptools.package-data]
42
+ "opengeode_geosciences" = ["*/*.so", "*/*.so.*", "*/*.dll", "*/*.pyd", "share/*/*.db"]
@@ -0,0 +1,8 @@
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
+ # by the following command:
4
+ #
5
+ # pip-compile bindings/python/requirements.in
6
+ #
7
+ opengeode-core==15.*,>=15.0.1
8
+ # via -r bindings/python/requirements.in
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,45 @@
1
+ # Copyright (c) 2019 - 2024 Geode-solutions
2
+ #
3
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ # of this software and associated documentation files (the 'Software'), to deal
5
+ # in the Software without restriction, including without limitation the rights
6
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ # copies of the Software, and to permit persons to whom the Software is
8
+ # furnished to do so, subject to the following conditions:
9
+ #
10
+ # The above copyright notice and this permission notice shall be included in
11
+ # all copies or substantial portions of the Software.
12
+ #
13
+ # THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ # SOFTWARE.
20
+ #
21
+ # Most project configs are in `pyproject.toml`
22
+ # => Prefer to modify `pyproject.toml` over this file if possible.
23
+
24
+ from setuptools import setup
25
+ from setuptools.dist import Distribution
26
+ from setuptools.command.install import install
27
+
28
+
29
+ class BinaryDistribution(Distribution):
30
+ def has_ext_modules(self):
31
+ return True
32
+
33
+ def is_pure(self):
34
+ return False
35
+
36
+
37
+ class InstallPlatlib(install):
38
+ def finalize_options(self):
39
+ install.finalize_options(self)
40
+ self.install_lib = self.install_platlib
41
+
42
+ setup(
43
+ distclass=BinaryDistribution,
44
+ cmdclass={'install': InstallPlatlib}
45
+ )