garf-executors 0.0.12__py3-none-any.whl → 0.0.13__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.
Potentially problematic release.
This version of garf-executors might be problematic. Click here for more details.
- garf_executors/__init__.py +1 -1
- {garf_executors-0.0.12.dist-info → garf_executors-0.0.13.dist-info}/METADATA +3 -3
- {garf_executors-0.0.12.dist-info → garf_executors-0.0.13.dist-info}/RECORD +6 -6
- {garf_executors-0.0.12.dist-info → garf_executors-0.0.13.dist-info}/WHEEL +0 -0
- {garf_executors-0.0.12.dist-info → garf_executors-0.0.13.dist-info}/entry_points.txt +0 -0
- {garf_executors-0.0.12.dist-info → garf_executors-0.0.13.dist-info}/top_level.txt +0 -0
garf_executors/__init__.py
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: garf-executors
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.13
|
|
4
4
|
Summary: Executes queries against API and writes data to local/remote storage.
|
|
5
5
|
Author-email: "Google Inc. (gTech gPS CSE team)" <no-reply@google.com>, Andrei Markin <andrey.markin.ppc@gmail.com>
|
|
6
6
|
License: Apache 2.0
|
|
7
7
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
8
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
9
8
|
Classifier: Programming Language :: Python :: 3.9
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
Requires-Dist: garf-core
|
|
21
21
|
Requires-Dist: garf-io
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
garf_executors/__init__.py,sha256=
|
|
1
|
+
garf_executors/__init__.py,sha256=2naJUxKwHoVGJClsY1MXeL71e2c0S4FAzcBQaBQTI1k,1666
|
|
2
2
|
garf_executors/api_executor.py,sha256=gifws1Kv-k_v3TtRQGn-WJiRQ1yWSyAdOJk38ab-nms,3573
|
|
3
3
|
garf_executors/bq_executor.py,sha256=yVgncimVLST8_60JMrS5Ain21RFt7K4TR2ePOja5WNA,4858
|
|
4
4
|
garf_executors/config.py,sha256=TqCzijm1PRvL4p-9Zl-kPkcC1SFKjhgTfKMJFmJW3fQ,1688
|
|
@@ -11,8 +11,8 @@ garf_executors/entrypoints/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
11
11
|
garf_executors/entrypoints/cli.py,sha256=JtlK-XG3hZo1G8YXlJU3Mt2BCJm10ehRyB9xJ_yd1M0,4094
|
|
12
12
|
garf_executors/entrypoints/server.py,sha256=rdxL8uLsdRsQ3tFC3gasCsd06Pm-nZgiwcaaG1q5lHY,2872
|
|
13
13
|
garf_executors/entrypoints/utils.py,sha256=5XiGR2IOxdzAOY0lEWUeUV7tIpKBGRnQaIwBYvzQB7c,4337
|
|
14
|
-
garf_executors-0.0.
|
|
15
|
-
garf_executors-0.0.
|
|
16
|
-
garf_executors-0.0.
|
|
17
|
-
garf_executors-0.0.
|
|
18
|
-
garf_executors-0.0.
|
|
14
|
+
garf_executors-0.0.13.dist-info/METADATA,sha256=FXf521ziMBkbaabpCsOd6wzJcF3pTu3S9ZDtoj32MoA,2701
|
|
15
|
+
garf_executors-0.0.13.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
garf_executors-0.0.13.dist-info/entry_points.txt,sha256=LskWNFIw8j0WJuI18-32OZrlASXAMg1XtrRYwsKBz2E,61
|
|
17
|
+
garf_executors-0.0.13.dist-info/top_level.txt,sha256=sP4dCXOENPn1hDFAunjMV8Js4NND_KGeO_gQWuaT0EY,15
|
|
18
|
+
garf_executors-0.0.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|