Metadata-Version: 2.1
Name: dbt-common
Version: 0.1.0
Summary: The shared common utilities that dbt-core and adapter implementations use
Author-email: dbt Labs <info@dbtlabs.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: agate~=1.7.0
Requires-Dist: colorama<0.5,>=0.3.9
Requires-Dist: isodate<0.7,>=0.6
Requires-Dist: jinja2~=3.0
Requires-Dist: jsonschema~=4.0
Requires-Dist: mashumaro[msgpack]~=3.9
Requires-Dist: pathspec<0.12,>=0.9
Requires-Dist: protobuf>=4.0.0
Requires-Dist: python-dateutil~=2.0
Requires-Dist: requests<3.0.0
Requires-Dist: typing-extensions~=4.4
Description-Content-Type: text/markdown

## Understanding dbt-common

The shared common utilities for dbt-core and adapter implementations use

## Getting started

- [Install dbt](https://docs.getdbt.com/docs/get-started/installation)
- Read the [introduction](https://docs.getdbt.com/docs/introduction/) and [viewpoint](https://docs.getdbt.com/docs/about/viewpoint/)

## Join the dbt Community

- Be part of the conversation in the [dbt Community Slack](http://community.getdbt.com/)
- Read more on the [dbt Community Discourse](https://discourse.getdbt.com)

## Reporting bugs and contributing code

- Want to report a bug or request a feature? Let us know and open [an issue](https://github.com/dbt-labs/dbt-common/issues/new/choose)
- Want to help us build dbt? Check out the [Contributing Guide](https://github.com/dbt-labs/dbt-common/blob/HEAD/CONTRIBUTING.md)

## Code of Conduct

Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).
