Metadata-Version: 2.4
Name: dbt-kernel
Version: 2.0.0.dev0
Summary: The dbt v2 engine. Placeholder for the upcoming 2.0.0 release.
Project-URL: Homepage, https://getdbt.com
Project-URL: Repository, https://github.com/dbt-labs/dbt-core
Project-URL: Issues, https://github.com/dbt-labs/dbt-core/issues
Author-email: dbt Labs <info@getdbt.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: analytics,data,dbt,engineering,sql
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dbt-kernel

Placeholder package reserving the PyPI name for the dbt v2 engine.

The real `dbt-kernel` will be released in **2.0.0**, starting with the **`2.0.0a1`** alpha.

## Install (placeholder only)

```
pip install dbt-kernel
dbt-kernel
# dbt-kernel 2.0.0.dev0 (placeholder)
# The real engine ships in 2.0.0, starting with the 2.0.0a1 alpha.
```

## License

Apache License 2.0.
