omnata-plugin-runtime 0.11.9__py3-none-any.whl → 0.12.0__py3-none-any.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.
- omnata_plugin_runtime-0.12.0.dist-info/METADATA +56 -0
- {omnata_plugin_runtime-0.11.9.dist-info → omnata_plugin_runtime-0.12.0.dist-info}/RECORD +4 -4
- omnata_plugin_runtime-0.11.9.dist-info/METADATA +0 -55
- {omnata_plugin_runtime-0.11.9.dist-info → omnata_plugin_runtime-0.12.0.dist-info}/WHEEL +0 -0
- {omnata_plugin_runtime-0.11.9.dist-info → omnata_plugin_runtime-0.12.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: omnata-plugin-runtime
|
|
3
|
+
Version: 0.12.0
|
|
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
|
+
|
|
@@ -7,7 +7,7 @@ omnata_plugin_runtime/logging.py,sha256=qUtRA9syQNnjfJZHA2W18K282voXX6vHwrBIPOBo
|
|
|
7
7
|
omnata_plugin_runtime/omnata_plugin.py,sha256=8FT3XNdZzty76OldvcxdKpbKrPENKjAIbwa_rxceVyg,143564
|
|
8
8
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=_1pDLov3iQorGmfcae8Sw2bVjxw1vYeowBaKKNzRclQ,32629
|
|
9
9
|
omnata_plugin_runtime/rate_limiting.py,sha256=qpr5esU4Ks8hMzuMpSR3gLFdor2ZUXYWCjmsQH_K6lQ,25882
|
|
10
|
-
omnata_plugin_runtime-0.
|
|
11
|
-
omnata_plugin_runtime-0.
|
|
12
|
-
omnata_plugin_runtime-0.
|
|
13
|
-
omnata_plugin_runtime-0.
|
|
10
|
+
omnata_plugin_runtime-0.12.0.dist-info/METADATA,sha256=RHaqqisDCpUvZlYqrm9ddukyGjknnsr4JOCw7LMff6I,2223
|
|
11
|
+
omnata_plugin_runtime-0.12.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
12
|
+
omnata_plugin_runtime-0.12.0.dist-info/licenses/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
|
13
|
+
omnata_plugin_runtime-0.12.0.dist-info/RECORD,,
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: omnata-plugin-runtime
|
|
3
|
-
Version: 0.11.9
|
|
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
|
-
|
|
File without changes
|
{omnata_plugin_runtime-0.11.9.dist-info → omnata_plugin_runtime-0.12.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|