garf-executors

View on PyPIReverse Dependencies (2)

0.0.2 garf_executors-0.0.2-py3-none-any.whl

Wheel Details

Project: garf-executors
Version: 0.0.2
Filename: garf_executors-0.0.2-py3-none-any.whl
Download: [link]
Size: 20050
MD5: e48151cb541353ae09ea665d25beaab6
SHA256: 5803872e165de3f89c81699af3b6f43b6a85ad57fb4ff0958086f014f217a0b6
Uploaded: 2024-12-09 11:12:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: garf-executors
Version: 0.0.2
Summary: Executes queries against API and writes data to local/remote storage.
Author-Email: "Google Inc. (gTech gPS CSE team)" <no-reply[at]google.com>
License: Apache 2.0
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Requires-Dist: garf-core
Requires-Dist: garf-io
Requires-Dist: garf-io[bq]; extra == "bq"
Requires-Dist: pandas; extra == "bq"
Requires-Dist: garf-io[sqlalchemy]; extra == "sql"
Requires-Dist: pandas; extra == "sql"
Requires-Dist: garf-executors[bq,sql]; extra == "all"
Provides-Extra: bq
Provides-Extra: sql
Provides-Extra: all
Description-Content-Type: text/markdown
[Description omitted; length: 18 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
garf_executors/__init__.py sha256=EWaHzmbB0XnTnYoR0bNsknBBbCet7tpv7gUwahtBIC0 873
garf_executors/api_executor.py sha256=axB7msuZ7LXFk_f3MjIyGM2AhDILyu7g70zqNW0hG6Q 3149
garf_executors/bq_executor.py sha256=JBPxbDRYgUgpJv6SqYiFPypTFjZGIZ-SOOb6dS2sZQY 3822
garf_executors/sql_executor.py sha256=vBNQ4HZZYxP_EYAh8Z4BerzLESfsNpXdhENzXIw-OIo 2532
garf_executors/entrypoints/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
garf_executors/entrypoints/utils.py sha256=C-XbXunnt7HN27eHcTAO7iytu6rM4eWNKApxL345Z6g 15116
garf_executors/entrypoints/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
garf_executors/entrypoints/cli/api.py sha256=0QzB7KdXyZnHhaMEGsFhj2B8hyNxV-F5JW6zC90rTcQ 7118
garf_executors/entrypoints/cli/bq.py sha256=Rk3nTkcGhyp1hnSSFsLFIFPXo33l_B_O1MiCK2fdZM8 3824
garf_executors/entrypoints/cli/gaarf.py sha256=0QzB7KdXyZnHhaMEGsFhj2B8hyNxV-F5JW6zC90rTcQ 7118
garf_executors/entrypoints/cli/sql.py sha256=tXQwhrLNUvfORxVdaZHnIawAR06oWZGro2vcreJ22Kc 3753
garf_executors-0.0.2.dist-info/METADATA sha256=rxCpgyIWOUo0tQu3HL4kM3cki8eW__tBPgFm3Ee3xIA 1175
garf_executors-0.0.2.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
garf_executors-0.0.2.dist-info/entry_points.txt sha256=ksbFBDblKlOYqNyYoL3uaZVYWEYM_KWb0sWrvUamhd4 136
garf_executors-0.0.2.dist-info/top_level.txt sha256=sP4dCXOENPn1hDFAunjMV8Js4NND_KGeO_gQWuaT0EY 15
garf_executors-0.0.2.dist-info/RECORD

top_level.txt

garf_executors

entry_points.txt

garf-bq-executor = garf_executors.entrypoints.cli.bq:main
garf-sql-executor = garf_executors.entrypoints.cli.sql:main