Geode-Numerics 5.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.
Files changed (24) hide show
  1. geode_numerics-5.0.0/Geode_Numerics.egg-info/PKG-INFO +40 -0
  2. geode_numerics-5.0.0/Geode_Numerics.egg-info/SOURCES.txt +22 -0
  3. geode_numerics-5.0.0/Geode_Numerics.egg-info/dependency_links.txt +1 -0
  4. geode_numerics-5.0.0/Geode_Numerics.egg-info/requires.txt +2 -0
  5. geode_numerics-5.0.0/Geode_Numerics.egg-info/top_level.txt +1 -0
  6. geode_numerics-5.0.0/PKG-INFO +40 -0
  7. geode_numerics-5.0.0/README.md +29 -0
  8. geode_numerics-5.0.0/geode_numerics/__init__.py +6 -0
  9. geode_numerics-5.0.0/geode_numerics/core.py +9 -0
  10. geode_numerics-5.0.0/geode_numerics/frame_field.py +10 -0
  11. geode_numerics-5.0.0/geode_numerics/lib64/geode_numerics_py_core.cpython-39-x86_64-linux-gnu.so +0 -0
  12. geode_numerics-5.0.0/geode_numerics/lib64/geode_numerics_py_frame_field.cpython-39-x86_64-linux-gnu.so +0 -0
  13. geode_numerics-5.0.0/geode_numerics/lib64/geode_numerics_py_scalar_function.cpython-39-x86_64-linux-gnu.so +0 -0
  14. geode_numerics-5.0.0/geode_numerics/lib64/geode_numerics_py_surface.cpython-39-x86_64-linux-gnu.so +0 -0
  15. geode_numerics-5.0.0/geode_numerics/lib64/libGeode-Numerics_core.so +0 -0
  16. geode_numerics-5.0.0/geode_numerics/lib64/libGeode-Numerics_frame_field.so +0 -0
  17. geode_numerics-5.0.0/geode_numerics/lib64/libGeode-Numerics_scalar_function.so +0 -0
  18. geode_numerics-5.0.0/geode_numerics/lib64/libGeode-Numerics_surface.so +0 -0
  19. geode_numerics-5.0.0/geode_numerics/scalar_function.py +8 -0
  20. geode_numerics-5.0.0/geode_numerics/surface.py +8 -0
  21. geode_numerics-5.0.0/pyproject.toml +42 -0
  22. geode_numerics-5.0.0/requirements.txt +12 -0
  23. geode_numerics-5.0.0/setup.cfg +4 -0
  24. geode_numerics-5.0.0/setup.py +45 -0
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.1
2
+ Name: Geode-Numerics
3
+ Version: 5.0.0
4
+ Summary: Numerical algorithm 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==31.*,>=31.2.7
10
+ Requires-Dist: opengeode-core==14.*,>=14.25.1
11
+
12
+ <h1 align="center">Geode-Numerics<sup><i>by Geode-solutions</i></sup></h1>
13
+ <h3 align="center">Numerics OpenGeode module</h3>
14
+
15
+ <p align="center">
16
+ <img src="https://github.com/Geode-solutions/Geode-Numerics_private/workflows/CI/badge.svg" alt="Build Status">
17
+ <img src="https://github.com/Geode-solutions/Geode-Numerics_private/workflows/CD/badge.svg" alt="Deploy Status">
18
+ <img src="https://codecov.io/gh/Geode-solutions/Geode-Numerics_private/branch/master/graph/badge.svg" alt="Coverage Status">
19
+ <img src="https://img.shields.io/github/release/Geode-solutions/Geode-Numerics_private.svg" alt="Version">
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
+ <img src="https://img.shields.io/static/v1?label=macOS&logo=apple&logoColor=white&message=support&color=success" alt="macOS support">
27
+ </p>
28
+
29
+ <p align="center">
30
+ <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
31
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
32
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
33
+ <a href="https://geode-solutions.com/#slack">
34
+ <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
35
+ </a>
36
+ <a href="https://doi.org/10.5281/zenodo.3610370">
37
+ <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
38
+ </a>
39
+
40
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,22 @@
1
+ README.md
2
+ pyproject.toml
3
+ requirements.txt
4
+ setup.py
5
+ Geode_Numerics.egg-info/PKG-INFO
6
+ Geode_Numerics.egg-info/SOURCES.txt
7
+ Geode_Numerics.egg-info/dependency_links.txt
8
+ Geode_Numerics.egg-info/requires.txt
9
+ Geode_Numerics.egg-info/top_level.txt
10
+ geode_numerics/__init__.py
11
+ geode_numerics/core.py
12
+ geode_numerics/frame_field.py
13
+ geode_numerics/scalar_function.py
14
+ geode_numerics/surface.py
15
+ geode_numerics/lib64/geode_numerics_py_core.cpython-39-x86_64-linux-gnu.so
16
+ geode_numerics/lib64/geode_numerics_py_frame_field.cpython-39-x86_64-linux-gnu.so
17
+ geode_numerics/lib64/geode_numerics_py_scalar_function.cpython-39-x86_64-linux-gnu.so
18
+ geode_numerics/lib64/geode_numerics_py_surface.cpython-39-x86_64-linux-gnu.so
19
+ geode_numerics/lib64/libGeode-Numerics_core.so
20
+ geode_numerics/lib64/libGeode-Numerics_frame_field.so
21
+ geode_numerics/lib64/libGeode-Numerics_scalar_function.so
22
+ geode_numerics/lib64/libGeode-Numerics_surface.so
@@ -0,0 +1,2 @@
1
+ geode-common==31.*,>=31.2.7
2
+ opengeode-core==14.*,>=14.25.1
@@ -0,0 +1 @@
1
+ geode_numerics
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.1
2
+ Name: Geode-Numerics
3
+ Version: 5.0.0
4
+ Summary: Numerical algorithm 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==31.*,>=31.2.7
10
+ Requires-Dist: opengeode-core==14.*,>=14.25.1
11
+
12
+ <h1 align="center">Geode-Numerics<sup><i>by Geode-solutions</i></sup></h1>
13
+ <h3 align="center">Numerics OpenGeode module</h3>
14
+
15
+ <p align="center">
16
+ <img src="https://github.com/Geode-solutions/Geode-Numerics_private/workflows/CI/badge.svg" alt="Build Status">
17
+ <img src="https://github.com/Geode-solutions/Geode-Numerics_private/workflows/CD/badge.svg" alt="Deploy Status">
18
+ <img src="https://codecov.io/gh/Geode-solutions/Geode-Numerics_private/branch/master/graph/badge.svg" alt="Coverage Status">
19
+ <img src="https://img.shields.io/github/release/Geode-solutions/Geode-Numerics_private.svg" alt="Version">
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
+ <img src="https://img.shields.io/static/v1?label=macOS&logo=apple&logoColor=white&message=support&color=success" alt="macOS support">
27
+ </p>
28
+
29
+ <p align="center">
30
+ <img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="Language">
31
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
32
+ <img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="Semantic-release">
33
+ <a href="https://geode-solutions.com/#slack">
34
+ <img src="https://opengeode-slack-invite.herokuapp.com/badge.svg" alt="Slack invite">
35
+ </a>
36
+ <a href="https://doi.org/10.5281/zenodo.3610370">
37
+ <img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3610370.svg" alt="DOI">
38
+ </a>
39
+
40
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,29 @@
1
+ <h1 align="center">Geode-Numerics<sup><i>by Geode-solutions</i></sup></h1>
2
+ <h3 align="center">Numerics OpenGeode module</h3>
3
+
4
+ <p align="center">
5
+ <img src="https://github.com/Geode-solutions/Geode-Numerics_private/workflows/CI/badge.svg" alt="Build Status">
6
+ <img src="https://github.com/Geode-solutions/Geode-Numerics_private/workflows/CD/badge.svg" alt="Deploy Status">
7
+ <img src="https://codecov.io/gh/Geode-solutions/Geode-Numerics_private/branch/master/graph/badge.svg" alt="Coverage Status">
8
+ <img src="https://img.shields.io/github/release/Geode-solutions/Geode-Numerics_private.svg" alt="Version">
9
+ </p>
10
+
11
+ <p align="center">
12
+ <img src="https://img.shields.io/static/v1?label=Windows&logo=windows&logoColor=white&message=support&color=success" alt="Windows support">
13
+ <img src="https://img.shields.io/static/v1?label=Ubuntu&logo=Ubuntu&logoColor=white&message=support&color=success" alt="Ubuntu support">
14
+ <img src="https://img.shields.io/static/v1?label=Red%20Hat&logo=Red-Hat&logoColor=white&message=support&color=success" alt="Red Hat support">
15
+ <img src="https://img.shields.io/static/v1?label=macOS&logo=apple&logoColor=white&message=support&color=success" alt="macOS 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://geode-solutions.com/#slack">
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
+
29
+ Copyright (c) 2019 - 2024, Geode-solutions
@@ -0,0 +1,6 @@
1
+ ## Copyright (c) 2019 - 2024 Geode-solutions
2
+
3
+ from .core import *
4
+ from .frame_field import *
5
+ from .surface import *
6
+ from .scalar_function import *
@@ -0,0 +1,9 @@
1
+ #
2
+ # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .lib64.geode_numerics_py_core import *
8
+
9
+ NumericsCoreLibrary.initialize()
@@ -0,0 +1,10 @@
1
+ #
2
+ # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+ import geode_common
7
+
8
+ from .lib64.geode_numerics_py_frame_field import *
9
+
10
+ NumericsFrameFieldLibrary.initialize()
@@ -0,0 +1,8 @@
1
+ #
2
+ # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .lib64.geode_numerics_py_scalar_function import *
8
+ NumericsScalarFunctionLibrary.initialize()
@@ -0,0 +1,8 @@
1
+ #
2
+ # Copyright (c) 2019 - 2024 Geode-solutions. All rights reserved.
3
+ #
4
+
5
+ import opengeode
6
+
7
+ from .lib64.geode_numerics_py_surface import *
8
+ NumericsSurfaceLibrary.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 = "Geode-Numerics"
27
+ version = "5.0.0"
28
+ description = "Numerical algorithm module"
29
+ authors = [{name = "Geode-solutions", email = "contact@geode-solutions.com"}]
30
+ requires-python = ">=3.9,<3.13"
31
+ license = {text = "Proprietary"}
32
+ dynamic = ["dependencies", "readme"]
33
+
34
+ [tool.setuptools]
35
+ packages = ["geode_numerics"]
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
+ "geode_numerics" = ["*/*.so", "*/*.so.*", "*/*.dll", "*/*.pyd", "share/*/*.db"]
@@ -0,0 +1,12 @@
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
+ geode-common==31.*,>=31.2.7
8
+ # via -r bindings/python/requirements.in
9
+ opengeode-core==14.*,>=14.25.1
10
+ # via
11
+ # -r bindings/python/requirements.in
12
+ # geode-common
@@ -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
+ )