Metadata-Version: 2.1
Name: dbt-sugar
Version: 0.0.0b0
Summary: A sweet CLI tool to help dbt users enforce documentation and testing on their dbt projects.
Home-page: https://github.com/bitpicky/dbt-sugar
License: GPLv3+
Keywords: data engineering,dbt,ETL,data modelling
Author: Bastien Boutonnet
Author-email: bastien.b1@gmail.com
Requires-Python: >=3.6.3,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: SQLAlchemy (>=1.4.2,<2.0.0)
Requires-Dist: luddite (>=1.0.1,<2.0.0)
Requires-Dist: packaging (>=20.8,<21.0)
Requires-Dist: pretty-errors (>=1.2.19,<2.0.0)
Requires-Dist: psycopg2 (>=2.8.6,<3.0.0)
Requires-Dist: pydantic (>=1.8,<2.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: pytest-dictsdiff (>=0.5.8,<0.6.0)
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Requires-Dist: rich (>=9.13,<11.0)
Requires-Dist: snowflake-sqlalchemy (>=1.2.4)
Requires-Dist: yamlloader (>=1.0.0,<2.0.0)
Project-URL: Documentation, https://bitpicky.gitbook.io/dbt-sugar/
Project-URL: Repository, https://github.com/bitpicky/dbt-sugar
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/dbt-sugar.svg)](https://badge.fury.io/py/dbt-sugar)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
![python](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue)

![Build](https://github.com/bitpicky/dbt-sugar/actions/workflows/main_ci.yml/badge.svg)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/bitpicky/dbt-sugar/main.svg)](https://results.pre-commit.ci/latest/github/bitpicky/dbt-sugar/main)
[![codecov](https://codecov.io/gh/bitpicky/dbt-sugar/branch/main/graph/badge.svg?token=JB0E0LZDW1)](https://codecov.io/gh/bitpicky/dbt-sugar)
[![Maintainability](https://api.codeclimate.com/v1/badges/1e6a887de605ef8e0eca/maintainability)](https://codeclimate.com/github/bitpicky/dbt-sugar/maintainability)

[![Downloads](https://pepy.tech/badge/dbt-sugar)](https://pepy.tech/project/dbt-sugar)
[![Discord](https://img.shields.io/discord/752101657218908281?label=discord)](https://discord.gg/cQB49ejbCA)

Documentation on [gitbook](https://bitpicky.gitbook.io/dbt-sugar/)

If you want to help out and join the party feel free to:

- [create an issue](https://github.com/bitpicky/dbt-sugar/issues) or more fun
- join us on [Discord](https://discord.gg/cQB49ejbCA) :sparkles: and
- check the [ROADMAP.md](ROADMAP.md) to see what's in the plans.

# dbt-sugar :candy:

:warning: **dbt-sugar is pretty alpha, don't use on your prod models unless you have tested it in a safe place before.**

## What is dbt-sugar?

dbt-sugar is a CLI tool that allows users of [dbt](https://www.getdbt.com/) to have fun and ease performing actions around dbt models such as:

- documentation
- test enforcement
  and probably more in a not too distant future.

  We keep track of our progress in the [projects](https://github.com/bitpicky/dbt-sugar/projects) section.

