Metadata-Version: 2.1
Name: gaarf-executors
Version: 0.0.1
Summary: Executes queries against API and writes data to local/remote storage.
Author-email: "Google Inc. (gTech gPS CSE team)" <no-reply@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
Description-Content-Type: text/markdown
Requires-Dist: gaarf-core ==0.0.1
Requires-Dist: gaarf-io ==0.0.1
Provides-Extra: all
Requires-Dist: gaarf-executors[bq,sql] ; extra == 'all'
Provides-Extra: bq
Requires-Dist: gaarf-io[bq] ; extra == 'bq'
Requires-Dist: pandas ; extra == 'bq'
Provides-Extra: sql
Requires-Dist: gaarf-io[sqlalchemy] ; extra == 'sql'
Requires-Dist: pandas ; extra == 'sql'

# Gaarf Executors
