Metadata-Version: 2.1
Name: garf-core
Version: 0.0.2
Summary: Abstracts fetching data from API based on provided SQL-like query.
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: python-dateutil
Requires-Dist: jinja2 ==3.1.4
Requires-Dist: typing-extensions
Provides-Extra: all
Requires-Dist: garf-core[pandas] ; extra == 'all'
Provides-Extra: pandas
Requires-Dist: pandas ; extra == 'pandas'

# gaarf-core - Unified approach for interacting with reporting APIs.
