omnata-plugin-runtime 0.11.9a328__tar.gz → 0.12.0a329__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.
- omnata_plugin_runtime-0.12.0a329/PKG-INFO +56 -0
- omnata_plugin_runtime-0.12.0a329/pyproject.toml +57 -0
- omnata_plugin_runtime-0.11.9a328/PKG-INFO +0 -55
- omnata_plugin_runtime-0.11.9a328/pyproject.toml +0 -57
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/LICENSE +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/README.md +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/__init__.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/api.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/configuration.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/forms.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/json_schema.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/logging.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/omnata_plugin.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/plugin_entrypoints.py +0 -0
- {omnata_plugin_runtime-0.11.9a328 → omnata_plugin_runtime-0.12.0a329}/src/omnata_plugin_runtime/rate_limiting.py +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: omnata-plugin-runtime
|
|
3
|
+
Version: 0.12.0a329
|
|
4
|
+
Summary: Classes and common runtime components for building and running Omnata Plugins
|
|
5
|
+
License-File: LICENSE
|
|
6
|
+
Author: James Weakley
|
|
7
|
+
Author-email: james.weakley@omnata.com
|
|
8
|
+
Requires-Python: >=3.10,<=3.13
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
+
Requires-Dist: annotated-types (<=0.6.0)
|
|
15
|
+
Requires-Dist: certifi (<=2025.11.12)
|
|
16
|
+
Requires-Dist: cffi (<=2.0.0)
|
|
17
|
+
Requires-Dist: charset-normalizer (<=3.4.4)
|
|
18
|
+
Requires-Dist: cryptography (<=46.0.3)
|
|
19
|
+
Requires-Dist: filelock (<=3.20.0)
|
|
20
|
+
Requires-Dist: idna (<=3.11)
|
|
21
|
+
Requires-Dist: jinja2 (>=3.1.2,<=3.1.6)
|
|
22
|
+
Requires-Dist: markupsafe (<=3.0.2)
|
|
23
|
+
Requires-Dist: numpy (<=2.3.5)
|
|
24
|
+
Requires-Dist: opentelemetry-api (<=1.38.0)
|
|
25
|
+
Requires-Dist: packaging (<=25.0)
|
|
26
|
+
Requires-Dist: pandas (<=2.3.3)
|
|
27
|
+
Requires-Dist: platformdirs (<=4.5.0)
|
|
28
|
+
Requires-Dist: protobuf (<=6.33.0)
|
|
29
|
+
Requires-Dist: pyarrow (<=21.0.0)
|
|
30
|
+
Requires-Dist: pycparser (<=2.23)
|
|
31
|
+
Requires-Dist: pydantic (>=2,<=2.12.4)
|
|
32
|
+
Requires-Dist: pydantic-core (<=2.41.5)
|
|
33
|
+
Requires-Dist: pyjwt (<=2.10.1)
|
|
34
|
+
Requires-Dist: pyopenssl (<=225.3.0)
|
|
35
|
+
Requires-Dist: pytz (<=2025.2)
|
|
36
|
+
Requires-Dist: pyyaml (<=6.0.3)
|
|
37
|
+
Requires-Dist: requests (>=2,<=2.32.5)
|
|
38
|
+
Requires-Dist: setuptools (<=80.9.0)
|
|
39
|
+
Requires-Dist: snowflake-connector-python (>=3,<4)
|
|
40
|
+
Requires-Dist: snowflake-snowpark-python (>=1.20.0,<=1.43.0)
|
|
41
|
+
Requires-Dist: snowflake-telemetry-python (<=0.5.0)
|
|
42
|
+
Requires-Dist: tenacity (>=8,<9)
|
|
43
|
+
Requires-Dist: tomlkit (<=0.13.3)
|
|
44
|
+
Requires-Dist: urllib3 (<=2.5.0)
|
|
45
|
+
Requires-Dist: wheel (<=0.45.1)
|
|
46
|
+
Requires-Dist: wrapt (<=2.0.1)
|
|
47
|
+
Description-Content-Type: text/markdown
|
|
48
|
+
|
|
49
|
+
# omnata-plugin-runtime
|
|
50
|
+
This package is a runtime dependency for [Omnata Plugins](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/plugins).
|
|
51
|
+
|
|
52
|
+
It contains data classes, interfaces and application logic used to perform plugin operations.
|
|
53
|
+
|
|
54
|
+
For instructions on creating plugins, visit our [docs site](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/plugins/creating-plugins).
|
|
55
|
+
|
|
56
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
[tool.poetry]
|
|
2
|
+
name = "omnata-plugin-runtime"
|
|
3
|
+
version = "0.12.0-a329"
|
|
4
|
+
description = "Classes and common runtime components for building and running Omnata Plugins"
|
|
5
|
+
authors = ["James Weakley <james.weakley@omnata.com>"]
|
|
6
|
+
readme = "README.md"
|
|
7
|
+
packages = [{include = "omnata_plugin_runtime", from = "src"}]
|
|
8
|
+
|
|
9
|
+
[tool.poetry.dependencies]
|
|
10
|
+
python = ">=3.10, <=3.13"
|
|
11
|
+
snowflake-snowpark-python = ">=1.20.0,<=1.43.0" # latest version available on Snowflake Anaconda, but allow pinning to 1.20.0 for to_pandas_batches workaround
|
|
12
|
+
snowflake-connector-python = "^3, <=4.1.0" # latest version available on Snowflake Anaconda
|
|
13
|
+
cryptography = "<=46.0.3"
|
|
14
|
+
annotated-types = "<=0.6.0"
|
|
15
|
+
pycparser = "<=2.23"
|
|
16
|
+
filelock = "<=3.20.0"
|
|
17
|
+
pydantic-core = "<=2.41.5"
|
|
18
|
+
# had to relax some of these thanks to snowcli pinning newer versions
|
|
19
|
+
certifi = "<=2025.11.12" # latest version available on Snowflake Anaconda
|
|
20
|
+
charset-normalizer = "<=3.4.4" # latest version available on Snowflake Anaconda
|
|
21
|
+
idna = "<=3.11" # latest version available on Snowflake Anaconda
|
|
22
|
+
jinja2 = ">=3.1.2,<=3.1.6" # 3.1.6 was latest version available on Snowflake Anaconda
|
|
23
|
+
markupsafe = "<=3.0.2" # latest version available on Snowflake Anaconda
|
|
24
|
+
numpy = "<=2.3.5" # latest version available on Snowflake Anaconda
|
|
25
|
+
packaging = "<=25.0" # latest version available on Snowflake Anaconda
|
|
26
|
+
pandas = "<=2.3.3" # latest version available on Snowflake Anaconda
|
|
27
|
+
platformdirs = "<=4.5.0" # latest version available on Snowflake Anaconda
|
|
28
|
+
pydantic = "^2, <=2.12.4" # latest version available on Snowflake Anaconda
|
|
29
|
+
pyjwt = "<=2.10.1" # latest version available on Snowflake Anaconda
|
|
30
|
+
pyopenssl = "<=225.3.0" # latest version available on Snowflake Anaconda
|
|
31
|
+
pytz = "<=2025.2" # latest version available on Snowflake Anaconda
|
|
32
|
+
requests = "^2, <=2.32.5" # latest version available on Snowflake Anaconda
|
|
33
|
+
setuptools = "<=80.9.0" # latest version available on Snowflake Anaconda
|
|
34
|
+
tomlkit = "<=0.13.3" # latest version available on Snowflake Anaconda
|
|
35
|
+
tenacity = "^8, <=9.1.2" # latest version available on Snowflake Anaconda
|
|
36
|
+
urllib3 = "<=2.5.0" # latest version available on Snowflake Anaconda
|
|
37
|
+
wheel = "<=0.45.1" # latest version available on Snowflake Anaconda
|
|
38
|
+
pyyaml = "<=6.0.3" # latest version available on Snowflake Anaconda
|
|
39
|
+
cffi = "<=2.0.0" # latest version available on Snowflake Anaconda
|
|
40
|
+
pyarrow = "<=21.0.0" # latest version available on Snowflake Anaconda
|
|
41
|
+
wrapt = "<=2.0.1" # latest version available on Snowflake Anaconda
|
|
42
|
+
opentelemetry-api = "<=1.38.0" # latest version available on Snowflake Anaconda
|
|
43
|
+
snowflake-telemetry-python = "<=0.5.0" # latest version available on Snowflake Anaconda
|
|
44
|
+
protobuf = "<=6.33.0" # latest version available on Snowflake Anaconda
|
|
45
|
+
|
|
46
|
+
[tool.poetry.dev-dependencies]
|
|
47
|
+
pytest = "^6.2.4"
|
|
48
|
+
deepdiff = "^6"
|
|
49
|
+
requests-mock = ">=1.9.3"
|
|
50
|
+
|
|
51
|
+
[tool.pytest.ini_options]
|
|
52
|
+
addopts = ["--import-mode=importlib"]
|
|
53
|
+
testpaths = ["tests"]
|
|
54
|
+
|
|
55
|
+
[build-system]
|
|
56
|
+
requires = ["poetry-core"]
|
|
57
|
+
build-backend = "poetry.core.masonry.api"
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: omnata-plugin-runtime
|
|
3
|
-
Version: 0.11.9a328
|
|
4
|
-
Summary: Classes and common runtime components for building and running Omnata Plugins
|
|
5
|
-
License-File: LICENSE
|
|
6
|
-
Author: James Weakley
|
|
7
|
-
Author-email: james.weakley@omnata.com
|
|
8
|
-
Requires-Python: >=3.9,<=3.11
|
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
-
Requires-Dist: annotated-types (<=0.6.0)
|
|
14
|
-
Requires-Dist: certifi (<=2024.8.30)
|
|
15
|
-
Requires-Dist: cffi (<=1.16.0)
|
|
16
|
-
Requires-Dist: charset-normalizer (<=3.3.2)
|
|
17
|
-
Requires-Dist: cryptography (<=43.0.0)
|
|
18
|
-
Requires-Dist: filelock (<=3.13.1)
|
|
19
|
-
Requires-Dist: idna (<=3.7)
|
|
20
|
-
Requires-Dist: jinja2 (>=3.1.2,<=3.1.4)
|
|
21
|
-
Requires-Dist: markupsafe (<=2.1.3)
|
|
22
|
-
Requires-Dist: numpy (<=2.1.3)
|
|
23
|
-
Requires-Dist: opentelemetry-api (<=1.37.0)
|
|
24
|
-
Requires-Dist: packaging (<=24.1)
|
|
25
|
-
Requires-Dist: pandas (<=2.2.3)
|
|
26
|
-
Requires-Dist: platformdirs (<=3.10.0)
|
|
27
|
-
Requires-Dist: protobuf (<=4.25.3)
|
|
28
|
-
Requires-Dist: pyarrow (<=16.1.0)
|
|
29
|
-
Requires-Dist: pycparser (<=2.21)
|
|
30
|
-
Requires-Dist: pydantic (>=2,<=2.8.2)
|
|
31
|
-
Requires-Dist: pydantic-core (<=2.21.0)
|
|
32
|
-
Requires-Dist: pyjwt (<=2.8.0)
|
|
33
|
-
Requires-Dist: pyopenssl (<=24.2.1)
|
|
34
|
-
Requires-Dist: pytz (<=2024.1)
|
|
35
|
-
Requires-Dist: pyyaml (<=6.0.1)
|
|
36
|
-
Requires-Dist: requests (>=2,<=2.32.3)
|
|
37
|
-
Requires-Dist: setuptools (<=72.1.0)
|
|
38
|
-
Requires-Dist: snowflake-connector-python (>=3,<=3.12.0)
|
|
39
|
-
Requires-Dist: snowflake-snowpark-python (>=1.20.0,<=1.24.0)
|
|
40
|
-
Requires-Dist: snowflake-telemetry-python (<=0.5.0)
|
|
41
|
-
Requires-Dist: tenacity (>=8,<=8.2.3)
|
|
42
|
-
Requires-Dist: tomlkit (<=0.11.1)
|
|
43
|
-
Requires-Dist: urllib3 (<=2.2.2)
|
|
44
|
-
Requires-Dist: wheel (<=0.43.0)
|
|
45
|
-
Requires-Dist: wrapt (<=1.14.1)
|
|
46
|
-
Description-Content-Type: text/markdown
|
|
47
|
-
|
|
48
|
-
# omnata-plugin-runtime
|
|
49
|
-
This package is a runtime dependency for [Omnata Plugins](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/plugins).
|
|
50
|
-
|
|
51
|
-
It contains data classes, interfaces and application logic used to perform plugin operations.
|
|
52
|
-
|
|
53
|
-
For instructions on creating plugins, visit our [docs site](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/plugins/creating-plugins).
|
|
54
|
-
|
|
55
|
-
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
[tool.poetry]
|
|
2
|
-
name = "omnata-plugin-runtime"
|
|
3
|
-
version = "0.11.9-a328"
|
|
4
|
-
description = "Classes and common runtime components for building and running Omnata Plugins"
|
|
5
|
-
authors = ["James Weakley <james.weakley@omnata.com>"]
|
|
6
|
-
readme = "README.md"
|
|
7
|
-
packages = [{include = "omnata_plugin_runtime", from = "src"}]
|
|
8
|
-
|
|
9
|
-
[tool.poetry.dependencies]
|
|
10
|
-
python = ">=3.9, <=3.11"
|
|
11
|
-
snowflake-snowpark-python = ">=1.20.0,<=1.24.0" # latest version available on Snowflake Anaconda, but allow pinning to 1.20.0 for to_pandas_batches workaround
|
|
12
|
-
snowflake-connector-python = "^3, <=3.12.0" # latest version available on Snowflake Anaconda
|
|
13
|
-
cryptography = "<=43.0.0"
|
|
14
|
-
annotated-types = "<=0.6.0"
|
|
15
|
-
pycparser = "<=2.21"
|
|
16
|
-
filelock = "<=3.13.1"
|
|
17
|
-
pydantic-core = "<=2.21.0"
|
|
18
|
-
# had to relax some of these thanks to snowcli pinning newer versions
|
|
19
|
-
certifi = "<=2024.8.30" # latest version available on Snowflake Anaconda
|
|
20
|
-
charset-normalizer = "<=3.3.2" # latest version available on Snowflake Anaconda
|
|
21
|
-
idna = "<=3.7" # latest version available on Snowflake Anaconda
|
|
22
|
-
jinja2 = ">=3.1.2,<=3.1.4" # 3.1.4 was latest version available on Snowflake Anaconda
|
|
23
|
-
markupsafe = "<=2.1.3" # latest version available on Snowflake Anaconda
|
|
24
|
-
numpy = "<=2.1.3" # latest version available on Snowflake Anaconda
|
|
25
|
-
packaging = "<=24.1" # latest version available on Snowflake Anaconda
|
|
26
|
-
pandas = "<=2.2.3" # latest version available on Snowflake Anaconda
|
|
27
|
-
platformdirs = "<=3.10.0" # latest version available on Snowflake Anaconda
|
|
28
|
-
pydantic = "^2, <=2.8.2" # latest version available on Snowflake Anaconda
|
|
29
|
-
pyjwt = "<=2.8.0" # latest version available on Snowflake Anaconda
|
|
30
|
-
pyopenssl = "<=24.2.1" # latest version available on Snowflake Anaconda
|
|
31
|
-
pytz = "<=2024.1" # latest version available on Snowflake Anaconda
|
|
32
|
-
requests = "^2, <=2.32.3" # latest version available on Snowflake Anaconda
|
|
33
|
-
setuptools = "<=72.1.0" # latest version available on Snowflake Anaconda
|
|
34
|
-
tomlkit = "<=0.11.1" # latest version available on Snowflake Anaconda
|
|
35
|
-
tenacity = "^8, <=8.2.3" # latest version available on Snowflake Anaconda
|
|
36
|
-
urllib3 = "<=2.2.2" # latest version available on Snowflake Anaconda
|
|
37
|
-
wheel = "<=0.43.0" # latest version available on Snowflake Anaconda
|
|
38
|
-
pyyaml = "<=6.0.1" # latest version available on Snowflake Anaconda
|
|
39
|
-
cffi = "<=1.16.0" # latest version available on Snowflake Anaconda
|
|
40
|
-
pyarrow = "<=16.1.0" # latest version available on Snowflake Anaconda
|
|
41
|
-
wrapt = "<=1.14.1" # latest version available on Snowflake Anaconda
|
|
42
|
-
opentelemetry-api = "<=1.37.0" # latest version available on Snowflake Anaconda
|
|
43
|
-
snowflake-telemetry-python = "<=0.5.0" # latest version available on Snowflake Anaconda
|
|
44
|
-
protobuf = "<=4.25.3" # latest version available on Snowflake Anaconda
|
|
45
|
-
|
|
46
|
-
[tool.poetry.dev-dependencies]
|
|
47
|
-
pytest = "^6.2.4"
|
|
48
|
-
deepdiff = "^6"
|
|
49
|
-
requests-mock = ">=1.9.3"
|
|
50
|
-
|
|
51
|
-
[tool.pytest.ini_options]
|
|
52
|
-
addopts = ["--import-mode=importlib"]
|
|
53
|
-
testpaths = ["tests"]
|
|
54
|
-
|
|
55
|
-
[build-system]
|
|
56
|
-
requires = ["poetry-core"]
|
|
57
|
-
build-backend = "poetry.core.masonry.api"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|