OpenGeode-IO 7.0.0rc1__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-IO
3
+ Version: 7.0.0rc1
4
+ Summary: Implementation of input and output formats for OpenGeode
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.0rc2
10
+
11
+ <h1 align="center">OpenGeode-IO<sup><i>by Geode-solutions</i></sup></h1>
12
+ <h3 align="center">Input/Output formats for OpenGeode</h3>
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CI/badge.svg" alt="Build Status">
16
+ <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CD/badge.svg" alt="Deploy Status">
17
+ <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-IO/branch/master/graph/badge.svg" alt="Coverage Status">
18
+ <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg" alt="Version">
19
+ <img src="https://img.shields.io/pypi/v/opengeode-io" 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-IO provides input and output formats for [OpenGeode] models and meshes.
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-IO is done:
53
+
54
+ - either, by compiling the C++ source.
55
+ - or, by using pip command `pip install OpenGeode-IO` and add `import opengeode_io` 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 #io. The issue list of this repository 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-IO/releases).
64
+
65
+ ## License
66
+
67
+ [MIT](https://opensource.org/licenses/MIT)
68
+
69
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,19 @@
1
+ README.md
2
+ pyproject.toml
3
+ requirements.txt
4
+ setup.py
5
+ OpenGeode_IO.egg-info/PKG-INFO
6
+ OpenGeode_IO.egg-info/SOURCES.txt
7
+ OpenGeode_IO.egg-info/dependency_links.txt
8
+ OpenGeode_IO.egg-info/requires.txt
9
+ OpenGeode_IO.egg-info/top_level.txt
10
+ opengeode_io/__init__.py
11
+ opengeode_io/image.py
12
+ opengeode_io/mesh.py
13
+ opengeode_io/model.py
14
+ opengeode_io/lib64/libOpenGeode-IO_image.so
15
+ opengeode_io/lib64/libOpenGeode-IO_mesh.so
16
+ opengeode_io/lib64/libOpenGeode-IO_model.so
17
+ opengeode_io/lib64/opengeode_io_py_image.cpython-310-x86_64-linux-gnu.so
18
+ opengeode_io/lib64/opengeode_io_py_mesh.cpython-310-x86_64-linux-gnu.so
19
+ opengeode_io/lib64/opengeode_io_py_model.cpython-310-x86_64-linux-gnu.so
@@ -0,0 +1 @@
1
+ opengeode-core==15.*,>=15.0.0rc2
@@ -0,0 +1 @@
1
+ opengeode_io
@@ -0,0 +1,69 @@
1
+ Metadata-Version: 2.1
2
+ Name: OpenGeode-IO
3
+ Version: 7.0.0rc1
4
+ Summary: Implementation of input and output formats for OpenGeode
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.0rc2
10
+
11
+ <h1 align="center">OpenGeode-IO<sup><i>by Geode-solutions</i></sup></h1>
12
+ <h3 align="center">Input/Output formats for OpenGeode</h3>
13
+
14
+ <p align="center">
15
+ <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CI/badge.svg" alt="Build Status">
16
+ <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CD/badge.svg" alt="Deploy Status">
17
+ <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-IO/branch/master/graph/badge.svg" alt="Coverage Status">
18
+ <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg" alt="Version">
19
+ <img src="https://img.shields.io/pypi/v/opengeode-io" 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-IO provides input and output formats for [OpenGeode] models and meshes.
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-IO is done:
53
+
54
+ - either, by compiling the C++ source.
55
+ - or, by using pip command `pip install OpenGeode-IO` and add `import opengeode_io` 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 #io. The issue list of this repository 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-IO/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-IO<sup><i>by Geode-solutions</i></sup></h1>
2
+ <h3 align="center">Input/Output formats for OpenGeode</h3>
3
+
4
+ <p align="center">
5
+ <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CI/badge.svg" alt="Build Status">
6
+ <img src="https://github.com/Geode-solutions/OpenGeode-IO/workflows/CD/badge.svg" alt="Deploy Status">
7
+ <img src="https://codecov.io/gh/Geode-solutions/OpenGeode-IO/branch/master/graph/badge.svg" alt="Coverage Status">
8
+ <img src="https://img.shields.io/github/release/Geode-solutions/OpenGeode-IO.svg" alt="Version">
9
+ <img src="https://img.shields.io/pypi/v/opengeode-io" 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-IO provides input and output formats for [OpenGeode] models and meshes.
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-IO is done:
43
+
44
+ - either, by compiling the C++ source.
45
+ - or, by using pip command `pip install OpenGeode-IO` and add `import opengeode_io` 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 #io. The issue list of this repository 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-IO/releases).
54
+
55
+ ## License
56
+
57
+ [MIT](https://opensource.org/licenses/MIT)
58
+
59
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,5 @@
1
+ ## Copyright (c) 2019 - 2024 Geode-solutions
2
+
3
+ from .image import *
4
+ from .mesh import *
5
+ from .model import *
@@ -0,0 +1,24 @@
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_io_py_image import *
24
+ IOImageLibrary.initialize()
@@ -0,0 +1,24 @@
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_io_py_mesh import *
24
+ IOMeshLibrary.initialize()
@@ -0,0 +1,24 @@
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_io_py_model import *
24
+ IOModelLibrary.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-IO"
27
+ version = "7.0.0-rc.1"
28
+ description = "Implementation of input and output formats for OpenGeode"
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_io"]
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_io" = ["*/*.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 --pre bindings/python/requirements.in
6
+ #
7
+ opengeode-core==15.*,>=15.0.0rc2
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
+ )