Metadata-Version: 2.1
Name: dbt-client
Version: 0.1.2
Summary: A simple client for DBT RPC instances
Home-page: https://github.com/gabriel-milan/dbt-client
License: GPL-3.0-only
Keywords: dbt,rpc,client,python
Author: Gabriel Gazola Milan
Author-email: gabriel.gazola@poli.ufrj.br
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: importlib-metadata (>=1.0,<2.0); python_version < "3.8"
Requires-Dist: requests (>=2.26.0,<3.0.0)
Project-URL: Repository, https://github.com/gabriel-milan/dbt-client
Description-Content-Type: text/markdown

# dbt-client
A simple client for DBT RPC instances

